[Kernel-packages] [Bug 1865570] Re: suspend only works once on ThinkPad X1 Carbon gen 7
I've updated the tag to verification-done-eoan. I was able to suspend three times in a row. Specs: ThinkPad X1C7 ubuntu 19.10 eoan ** Tags removed: verification-needed-eoan ** Tags added: verification-done-eoan -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1865570 Title: suspend only works once on ThinkPad X1 Carbon gen 7 Status in linux package in Ubuntu: Fix Released Status in linux-oem-osp1 package in Ubuntu: Confirmed Status in linux source package in Bionic: Won't Fix Status in linux-oem-osp1 source package in Bionic: Confirmed Status in linux source package in Eoan: Fix Committed Status in linux-oem-osp1 source package in Eoan: Won't Fix Status in linux source package in Focal: Fix Released Status in linux-oem-osp1 source package in Focal: Won't Fix Bug description: === SRU Justification Fix=== [Impact] Some ThinkPads failed to suspend to s2idle when ethernet disconnected. [Fix] I219 chip of some platforms is controlled by ME, which needs more time when setting ULP mode. Wait for ME to finish setting ULP mode. [Test] Verified on hw, and user reported s2idle works. [Regression Potential] Low, Increase timeout and breaks with condition, no impacts for who don't need this long wait. Bionic doesn't introduce the commit f15bb6dde738cc8fa0, no need for this. === SRU Justification === [Impact] Lenovo X1 Carbon 7th can only susped (s2idle) once, subsquent suspends are blocked by failed e1000e resume routine. [Fix] It's not root caused yet by Intel, so disable the s0ix flow on X1 Carbon 7th as a temporary workaround. [Test] After applying the DMI quirk patch, e1000e keeps working, so it doesn't block s2idle anymore. User also confimred the workaround works. [Regression Potential] Low. It limits to a specific model, and I can confirm s0ix can still be reached withouth this feature. === Original Bug Report === 5.4.0-16 and 5.4.0-17 go to suspend when the lid is closed, but *only once* after boot. On subsequent attempts, when the lid it closed, backlight and wifi are turned off, but system does not suspend. First successful suspend: [ 147.413295] PM: suspend entry (s2idle) [ 147.416601] Filesystems sync: 0.003 seconds [ 147.419371] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 147.421210] OOM killer disabled. [ 147.421210] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 147.422375] printk: Suspending console(s) (use no_console_suspend to debug) [ 147.422630] wlp0s20f3: deauthenticating from 18:d6:c7:61:95:c2 by local choice (Reason: 3=DEAUTH_LEAVING) [ 147.527810] e1000e: EEE TX LPI TIMER: 0011 [ 150.246317] ACPI: EC: interrupt blocked [ 881.134544] ACPI: EC: interrupt unblocked [ 883.933255] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 884.047802] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 884.112730] iwlwifi :00:14.3: FW already configured (0) - re-configuring [ 886.815475] e1000e :00:1f.6 enp0s31f6: PHY Wakeup cause - Unicast Packet [ 887.485832] e1000e :00:1f.6 enp0s31f6: Hardware Error [ 888.016931] OOM killer enabled. [ 888.016932] Restarting tasks ... done. [ 888.060613] PM: suspend exit Second unsuccessful suspend: [ 907.584802] PM: suspend entry (s2idle) [ 907.589779] Filesystems sync: 0.004 seconds [ 907.591416] Freezing user space processes ... (elapsed 0.002 seconds) done. [ 907.593518] OOM killer disabled. [ 907.593518] Freezing remaining freezable tasks ... (elapsed 0.328 seconds) done. [ 907.921560] printk: Suspending console(s) (use no_console_suspend to debug) [ 907.922127] wlp0s20f3: deauthenticating from 18:d6:c7:61:95:c2 by local choice (Reason: 3=DEAUTH_LEAVING) [ 908.024438] e1000e: EEE TX LPI TIMER: 0011 [ 909.916364] PM: pci_pm_suspend(): e1000e_pm_suspend+0x0/0x80 [e1000e] returns -2 [ 909.916367] PM: dpm_run_callback(): pci_pm_suspend+0x0/0x150 returns -2 [ 909.916369] PM: Device :00:1f.6 failed to suspend async: error -2 [ 911.183052] PM: Some devices failed to suspend, or early wake event detected [ 911.197091] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 911.314903] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 911.382438] iwlwifi :00:14.3: FW already configured (0) - re-configuring [ 911.413624] OOM killer enabled. [ 911.413625] Restarting tasks ... done. [ 911.462021] PM: suspend exit It looks like Ethernet driver prevents suspend. Ethernet is not connected (I do not have the adaptor). To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1865570/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpa
[Kernel-packages] [Bug 1864061] Re: PCI/internal sound card not detected
The bug is fixed. I already had proposed updates enabled. It works with this kernel: Linux MiX 5.3.0-43-generic #36-Ubuntu SMP Mon Mar 16 13:29:01 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux I do have however other problems. The microphone isn't working and it's not detected as a 4.0 sound system. Should this be another bug report? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1864061 Title: PCI/internal sound card not detected Status in linux package in Ubuntu: Invalid Status in linux-oem-osp1 package in Ubuntu: Invalid Status in linux source package in Bionic: Invalid Status in linux-oem-osp1 source package in Bionic: Fix Released Status in linux source package in Eoan: Fix Committed Status in linux-oem-osp1 source package in Eoan: Invalid Bug description: The sof-pci-dev and snd-soc-skl all contains the same pciid, if the soc-skl is loaded ahead of sof-pci-dev, the sof driver will not work anymore, in the oem project, we manually put the soc-skl in the blacklist. From kernel-5.4 (focal kernel), the driver soc-skl is disabled by default, and there is no users report any issues on it. So let us disable soc-skl in the eoan and osp1 kernel too. The patch for eoan kernel doesn't remove the modules because looks like the abi folder are not controlled by git. This will break the modulecheck, so if this patch could be merged, please help remove those modules: snd-soc-skl snd-soc-skl-ipc snd-soc-skl-ssp-clk [Impact] If soc-skl driver is loaded ahead of sof driver, the sof could not work anymore, we need to blacklist the soc-skl manually [Fix] Like the focal kernel, we disable the soc_skl driver in the kernel config [Test Case] Tested on Lenovo and Dell machines which has dmic, the sof driver could be loaded successfully. Tested on the machinces without the dmic, the legacy hda driver worked well as before. [Regression Risk] Low, Focal kernel and mainine-5.5, 5.6-rc kernel all disabled this dirver; and We have not met a machine need the soc_skl driver yet; and Intel claim that the sof could replace the soc_skl driver. In the -41 kernel, we introduced a patch from stable kernel, that make the sof driver crash, and there is a fix patch in the 5.6-rc1, and this fix patch is already in the stable and is merged to focal kernel, now we backport this patch to Eoan kernel if -42 doesn't introduce this fix patch from stable. The patch introduced the crash: commit 063821115e02229d5fd3de31bad270d5e30aeb41 Author: Dragos Tarcatu Date: Mon Dec 9 18:39:38 2019 -0600 ASoC: topology: Check return value for snd_soc_add_dai_link() BugLink: https://bugs.launchpad.net/bugs/1861929 [ Upstream commit 76d2703649321c296df7ec0dafd50add96215de4 ] snd_soc_add_dai_link() might fail. This situation occurs for instance in a very specific use case where a PCM device and a Back End DAI link are given identical names in the topology. When this happens, soc_new_pcm_runtime() fails and then snd_soc_add_dai_link() returns -ENOMEM when called from soc_tplg_fe_link_create(). Because of that, the link will not get added into the card list, so any attempt to remove it later ends up in a panic. Fix that by checking the return status and free the memory in case of an error. Reviewed-by: Ranjani Sridharan Signed-off-by: Dragos Tarcatu Signed-off-by: Pierre-Louis Bossart Link: https://lore.kernel.org/r/20191210003939.15752-2-pierre-louis.boss...@linux.intel.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin Signed-off-by: Kamal Mostafa Signed-off-by: Khalid Elmously [Impact] During the boot, the sof driver crash because the hdmi_pcm_list is not initialized before it is used. [Fix] This bug is fixed in the mainline kernel v5.6-rc1, now backport this patch to ubuntu kernel [Test Case] Boot the -41 kernel with this patch added. blacklist the snd_soc_skl the kernel can boot successfully, and sof driver worked well [Regression Risk] Low, the patches are backported from upstream kernel, and I tested this patch on Lenovo and Dell dmic machines. Focal kernel already has this patch and works well. Probably a kernel bug. The sound card isn't detected in 5.3.0-41-generic Booting 5.3.0-40-generic does work. The relevant dmesg message is: [9.845441] skl_hda_dsp_generic skl_hda_dsp_generic: Unsupported HDAudio/iDisp configuration found [9.845447] skl_hda_dsp_generic: probe of skl_hda_dsp_generic failed with error -22 ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 5.3.0-41.33-generic 5.3.18 Uname: Linux 5.3.0-41-generic x86_64 ApportVersion: 2.20.11-0ubuntu8.4 Architecture:
[Kernel-packages] [Bug 1864061] Re: PCI/internal sound card not detected
It seems it fixed some things. There are even more problems now. - Changing sound cards and output in settings is making my system unresponsive for multiple seconds. With these errors in my dmesg: [di mrt 17 22:56:30 2020] sof-audio-pci :00:1f.3: error: no reply expected, received 0x0 [di mrt 17 22:56:31 2020] sof-audio-pci :00:1f.3: firmware boot complete [di mrt 17 22:58:23 2020] sof-audio-pci :00:1f.3: error: no reply expected, received 0x0 [di mrt 17 22:58:23 2020] sof-audio-pci :00:1f.3: firmware boot complete [di mrt 17 22:58:37 2020] i915 :00:02.0: Resetting rcs0 for hang on rcs0 [di mrt 17 22:58:53 2020] sof-audio-pci :00:1f.3: error: no reply expected, received 0x0 [di mrt 17 22:58:53 2020] sof-audio-pci :00:1f.3: firmware boot complete [di mrt 17 22:59:31 2020] sof-audio-pci :00:1f.3: error: no reply expected, received 0x0 [di mrt 17 22:59:31 2020] sof-audio-pci :00:1f.3: firmware boot complete -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1864061 Title: PCI/internal sound card not detected Status in linux package in Ubuntu: Invalid Status in linux-oem-osp1 package in Ubuntu: Invalid Status in linux source package in Bionic: Invalid Status in linux-oem-osp1 source package in Bionic: Fix Released Status in linux source package in Eoan: Fix Committed Status in linux-oem-osp1 source package in Eoan: Invalid Bug description: The sof-pci-dev and snd-soc-skl all contains the same pciid, if the soc-skl is loaded ahead of sof-pci-dev, the sof driver will not work anymore, in the oem project, we manually put the soc-skl in the blacklist. From kernel-5.4 (focal kernel), the driver soc-skl is disabled by default, and there is no users report any issues on it. So let us disable soc-skl in the eoan and osp1 kernel too. The patch for eoan kernel doesn't remove the modules because looks like the abi folder are not controlled by git. This will break the modulecheck, so if this patch could be merged, please help remove those modules: snd-soc-skl snd-soc-skl-ipc snd-soc-skl-ssp-clk [Impact] If soc-skl driver is loaded ahead of sof driver, the sof could not work anymore, we need to blacklist the soc-skl manually [Fix] Like the focal kernel, we disable the soc_skl driver in the kernel config [Test Case] Tested on Lenovo and Dell machines which has dmic, the sof driver could be loaded successfully. Tested on the machinces without the dmic, the legacy hda driver worked well as before. [Regression Risk] Low, Focal kernel and mainine-5.5, 5.6-rc kernel all disabled this dirver; and We have not met a machine need the soc_skl driver yet; and Intel claim that the sof could replace the soc_skl driver. In the -41 kernel, we introduced a patch from stable kernel, that make the sof driver crash, and there is a fix patch in the 5.6-rc1, and this fix patch is already in the stable and is merged to focal kernel, now we backport this patch to Eoan kernel if -42 doesn't introduce this fix patch from stable. The patch introduced the crash: commit 063821115e02229d5fd3de31bad270d5e30aeb41 Author: Dragos Tarcatu Date: Mon Dec 9 18:39:38 2019 -0600 ASoC: topology: Check return value for snd_soc_add_dai_link() BugLink: https://bugs.launchpad.net/bugs/1861929 [ Upstream commit 76d2703649321c296df7ec0dafd50add96215de4 ] snd_soc_add_dai_link() might fail. This situation occurs for instance in a very specific use case where a PCM device and a Back End DAI link are given identical names in the topology. When this happens, soc_new_pcm_runtime() fails and then snd_soc_add_dai_link() returns -ENOMEM when called from soc_tplg_fe_link_create(). Because of that, the link will not get added into the card list, so any attempt to remove it later ends up in a panic. Fix that by checking the return status and free the memory in case of an error. Reviewed-by: Ranjani Sridharan Signed-off-by: Dragos Tarcatu Signed-off-by: Pierre-Louis Bossart Link: https://lore.kernel.org/r/20191210003939.15752-2-pierre-louis.boss...@linux.intel.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin Signed-off-by: Kamal Mostafa Signed-off-by: Khalid Elmously [Impact] During the boot, the sof driver crash because the hdmi_pcm_list is not initialized before it is used. [Fix] This bug is fixed in the mainline kernel v5.6-rc1, now backport this patch to ubuntu kernel [Test Case] Boot the -41 kernel with this patch added. blacklist the snd_soc_skl the kernel can boot successfully, and sof driver worked well [Regression Risk] Low, the patches are backported from upstream kernel, and I tested this patch on Lenovo and Dell dmic machines. Focal kernel alre
[Kernel-packages] [Bug 1864061] Re: PCI/internal sound card not detected
The hang/unresponsive system is an intel gpu problem: Due to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1861395 And yes, I can confirm, this bug is fixed with the latest kernel. ** Tags removed: verification-needed-eoan ** Tags added: verification-done-eoan -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1864061 Title: PCI/internal sound card not detected Status in linux package in Ubuntu: Invalid Status in linux-oem-osp1 package in Ubuntu: Invalid Status in linux source package in Bionic: Invalid Status in linux-oem-osp1 source package in Bionic: Fix Released Status in linux source package in Eoan: Fix Committed Status in linux-oem-osp1 source package in Eoan: Invalid Bug description: The sof-pci-dev and snd-soc-skl all contains the same pciid, if the soc-skl is loaded ahead of sof-pci-dev, the sof driver will not work anymore, in the oem project, we manually put the soc-skl in the blacklist. From kernel-5.4 (focal kernel), the driver soc-skl is disabled by default, and there is no users report any issues on it. So let us disable soc-skl in the eoan and osp1 kernel too. The patch for eoan kernel doesn't remove the modules because looks like the abi folder are not controlled by git. This will break the modulecheck, so if this patch could be merged, please help remove those modules: snd-soc-skl snd-soc-skl-ipc snd-soc-skl-ssp-clk [Impact] If soc-skl driver is loaded ahead of sof driver, the sof could not work anymore, we need to blacklist the soc-skl manually [Fix] Like the focal kernel, we disable the soc_skl driver in the kernel config [Test Case] Tested on Lenovo and Dell machines which has dmic, the sof driver could be loaded successfully. Tested on the machinces without the dmic, the legacy hda driver worked well as before. [Regression Risk] Low, Focal kernel and mainine-5.5, 5.6-rc kernel all disabled this dirver; and We have not met a machine need the soc_skl driver yet; and Intel claim that the sof could replace the soc_skl driver. In the -41 kernel, we introduced a patch from stable kernel, that make the sof driver crash, and there is a fix patch in the 5.6-rc1, and this fix patch is already in the stable and is merged to focal kernel, now we backport this patch to Eoan kernel if -42 doesn't introduce this fix patch from stable. The patch introduced the crash: commit 063821115e02229d5fd3de31bad270d5e30aeb41 Author: Dragos Tarcatu Date: Mon Dec 9 18:39:38 2019 -0600 ASoC: topology: Check return value for snd_soc_add_dai_link() BugLink: https://bugs.launchpad.net/bugs/1861929 [ Upstream commit 76d2703649321c296df7ec0dafd50add96215de4 ] snd_soc_add_dai_link() might fail. This situation occurs for instance in a very specific use case where a PCM device and a Back End DAI link are given identical names in the topology. When this happens, soc_new_pcm_runtime() fails and then snd_soc_add_dai_link() returns -ENOMEM when called from soc_tplg_fe_link_create(). Because of that, the link will not get added into the card list, so any attempt to remove it later ends up in a panic. Fix that by checking the return status and free the memory in case of an error. Reviewed-by: Ranjani Sridharan Signed-off-by: Dragos Tarcatu Signed-off-by: Pierre-Louis Bossart Link: https://lore.kernel.org/r/20191210003939.15752-2-pierre-louis.boss...@linux.intel.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin Signed-off-by: Kamal Mostafa Signed-off-by: Khalid Elmously [Impact] During the boot, the sof driver crash because the hdmi_pcm_list is not initialized before it is used. [Fix] This bug is fixed in the mainline kernel v5.6-rc1, now backport this patch to ubuntu kernel [Test Case] Boot the -41 kernel with this patch added. blacklist the snd_soc_skl the kernel can boot successfully, and sof driver worked well [Regression Risk] Low, the patches are backported from upstream kernel, and I tested this patch on Lenovo and Dell dmic machines. Focal kernel already has this patch and works well. Probably a kernel bug. The sound card isn't detected in 5.3.0-41-generic Booting 5.3.0-40-generic does work. The relevant dmesg message is: [9.845441] skl_hda_dsp_generic skl_hda_dsp_generic: Unsupported HDAudio/iDisp configuration found [9.845447] skl_hda_dsp_generic: probe of skl_hda_dsp_generic failed with error -22 ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 5.3.0-41.33-generic 5.3.18 Uname: Linux 5.3.0-41-generic x86_64 ApportVersion: 2.20.11-0ubuntu8.4 Architecture: amd64 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev
[Kernel-packages] [Bug 1865570] Re: suspend only works once on ThinkPad X1 Carbon gen 7
Thank you for going the extra mile in resolving this issue. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1865570 Title: suspend only works once on ThinkPad X1 Carbon gen 7 Status in linux package in Ubuntu: Triaged Bug description: 5.4.0-16 and 5.4.0-17 go to suspend when the lid is closed, but *only once* after boot. On subsequent attempts, when the lid it closed, backlight and wifi are turned off, but system does not suspend. First successful suspend: [ 147.413295] PM: suspend entry (s2idle) [ 147.416601] Filesystems sync: 0.003 seconds [ 147.419371] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 147.421210] OOM killer disabled. [ 147.421210] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 147.422375] printk: Suspending console(s) (use no_console_suspend to debug) [ 147.422630] wlp0s20f3: deauthenticating from 18:d6:c7:61:95:c2 by local choice (Reason: 3=DEAUTH_LEAVING) [ 147.527810] e1000e: EEE TX LPI TIMER: 0011 [ 150.246317] ACPI: EC: interrupt blocked [ 881.134544] ACPI: EC: interrupt unblocked [ 883.933255] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 884.047802] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 884.112730] iwlwifi :00:14.3: FW already configured (0) - re-configuring [ 886.815475] e1000e :00:1f.6 enp0s31f6: PHY Wakeup cause - Unicast Packet [ 887.485832] e1000e :00:1f.6 enp0s31f6: Hardware Error [ 888.016931] OOM killer enabled. [ 888.016932] Restarting tasks ... done. [ 888.060613] PM: suspend exit Second unsuccessful suspend: [ 907.584802] PM: suspend entry (s2idle) [ 907.589779] Filesystems sync: 0.004 seconds [ 907.591416] Freezing user space processes ... (elapsed 0.002 seconds) done. [ 907.593518] OOM killer disabled. [ 907.593518] Freezing remaining freezable tasks ... (elapsed 0.328 seconds) done. [ 907.921560] printk: Suspending console(s) (use no_console_suspend to debug) [ 907.922127] wlp0s20f3: deauthenticating from 18:d6:c7:61:95:c2 by local choice (Reason: 3=DEAUTH_LEAVING) [ 908.024438] e1000e: EEE TX LPI TIMER: 0011 [ 909.916364] PM: pci_pm_suspend(): e1000e_pm_suspend+0x0/0x80 [e1000e] returns -2 [ 909.916367] PM: dpm_run_callback(): pci_pm_suspend+0x0/0x150 returns -2 [ 909.916369] PM: Device :00:1f.6 failed to suspend async: error -2 [ 911.183052] PM: Some devices failed to suspend, or early wake event detected [ 911.197091] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 911.314903] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 911.382438] iwlwifi :00:14.3: FW already configured (0) - re-configuring [ 911.413624] OOM killer enabled. [ 911.413625] Restarting tasks ... done. [ 911.462021] PM: suspend exit It looks like Ethernet driver prevents suspend. Ethernet is not connected (I do not have the adaptor). To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1865570/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1865570] Re: suspend only works once on ThinkPad X1 Carbon gen 7
I've just tested on Eoan with the proposed branch. It didn't resolve my issue. I'll give it some time today to see if the new kernel gets released. This is the kernel I'm running after an apt update/upgrade cycle this morning Linux MiX 5.3.0-43-generic #36-Ubuntu SMP Mon Mar 16 13:29:01 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1865570 Title: suspend only works once on ThinkPad X1 Carbon gen 7 Status in linux package in Ubuntu: Triaged Status in linux-oem-osp1 package in Ubuntu: New Status in linux source package in Bionic: Won't Fix Status in linux-oem-osp1 source package in Bionic: New Status in linux source package in Eoan: New Status in linux-oem-osp1 source package in Eoan: Won't Fix Status in linux source package in Focal: Triaged Status in linux-oem-osp1 source package in Focal: Won't Fix Bug description: === SRU Justification === [Impact] Lenovo X1 Carbon 7th can only susped (s2idle) once, subsquent suspends are blocked by failed e1000e resume routine. [Fix] It's not root caused yet by Intel, so disable the s0ix flow on X1 Carbon 7th as a temporary workaround. [Test] After applying the DMI quirk patch, e1000e keeps working, so it doesn't block s2idle anymore. User also confimred the workaround works. [Regression Potential] Low. It limits to a specific model, and I can confirm s0ix can still be reached withouth this feature. === Original Bug Report === 5.4.0-16 and 5.4.0-17 go to suspend when the lid is closed, but *only once* after boot. On subsequent attempts, when the lid it closed, backlight and wifi are turned off, but system does not suspend. First successful suspend: [ 147.413295] PM: suspend entry (s2idle) [ 147.416601] Filesystems sync: 0.003 seconds [ 147.419371] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 147.421210] OOM killer disabled. [ 147.421210] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 147.422375] printk: Suspending console(s) (use no_console_suspend to debug) [ 147.422630] wlp0s20f3: deauthenticating from 18:d6:c7:61:95:c2 by local choice (Reason: 3=DEAUTH_LEAVING) [ 147.527810] e1000e: EEE TX LPI TIMER: 0011 [ 150.246317] ACPI: EC: interrupt blocked [ 881.134544] ACPI: EC: interrupt unblocked [ 883.933255] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 884.047802] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 884.112730] iwlwifi :00:14.3: FW already configured (0) - re-configuring [ 886.815475] e1000e :00:1f.6 enp0s31f6: PHY Wakeup cause - Unicast Packet [ 887.485832] e1000e :00:1f.6 enp0s31f6: Hardware Error [ 888.016931] OOM killer enabled. [ 888.016932] Restarting tasks ... done. [ 888.060613] PM: suspend exit Second unsuccessful suspend: [ 907.584802] PM: suspend entry (s2idle) [ 907.589779] Filesystems sync: 0.004 seconds [ 907.591416] Freezing user space processes ... (elapsed 0.002 seconds) done. [ 907.593518] OOM killer disabled. [ 907.593518] Freezing remaining freezable tasks ... (elapsed 0.328 seconds) done. [ 907.921560] printk: Suspending console(s) (use no_console_suspend to debug) [ 907.922127] wlp0s20f3: deauthenticating from 18:d6:c7:61:95:c2 by local choice (Reason: 3=DEAUTH_LEAVING) [ 908.024438] e1000e: EEE TX LPI TIMER: 0011 [ 909.916364] PM: pci_pm_suspend(): e1000e_pm_suspend+0x0/0x80 [e1000e] returns -2 [ 909.916367] PM: dpm_run_callback(): pci_pm_suspend+0x0/0x150 returns -2 [ 909.916369] PM: Device :00:1f.6 failed to suspend async: error -2 [ 911.183052] PM: Some devices failed to suspend, or early wake event detected [ 911.197091] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 911.314903] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 911.382438] iwlwifi :00:14.3: FW already configured (0) - re-configuring [ 911.413624] OOM killer enabled. [ 911.413625] Restarting tasks ... done. [ 911.462021] PM: suspend exit It looks like Ethernet driver prevents suspend. Ethernet is not connected (I do not have the adaptor). To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1865570/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1865570] Re: suspend only works once on ThinkPad X1 Carbon gen 7
About comment #23 It's won't work. I'm on Eoan, the proposed kernel is for focal. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1865570 Title: suspend only works once on ThinkPad X1 Carbon gen 7 Status in linux package in Ubuntu: Triaged Status in linux-oem-osp1 package in Ubuntu: New Status in linux source package in Bionic: Won't Fix Status in linux-oem-osp1 source package in Bionic: New Status in linux source package in Eoan: New Status in linux-oem-osp1 source package in Eoan: Won't Fix Status in linux source package in Focal: Triaged Status in linux-oem-osp1 source package in Focal: Won't Fix Bug description: === SRU Justification === [Impact] Lenovo X1 Carbon 7th can only susped (s2idle) once, subsquent suspends are blocked by failed e1000e resume routine. [Fix] It's not root caused yet by Intel, so disable the s0ix flow on X1 Carbon 7th as a temporary workaround. [Test] After applying the DMI quirk patch, e1000e keeps working, so it doesn't block s2idle anymore. User also confimred the workaround works. [Regression Potential] Low. It limits to a specific model, and I can confirm s0ix can still be reached withouth this feature. === Original Bug Report === 5.4.0-16 and 5.4.0-17 go to suspend when the lid is closed, but *only once* after boot. On subsequent attempts, when the lid it closed, backlight and wifi are turned off, but system does not suspend. First successful suspend: [ 147.413295] PM: suspend entry (s2idle) [ 147.416601] Filesystems sync: 0.003 seconds [ 147.419371] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 147.421210] OOM killer disabled. [ 147.421210] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 147.422375] printk: Suspending console(s) (use no_console_suspend to debug) [ 147.422630] wlp0s20f3: deauthenticating from 18:d6:c7:61:95:c2 by local choice (Reason: 3=DEAUTH_LEAVING) [ 147.527810] e1000e: EEE TX LPI TIMER: 0011 [ 150.246317] ACPI: EC: interrupt blocked [ 881.134544] ACPI: EC: interrupt unblocked [ 883.933255] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 884.047802] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 884.112730] iwlwifi :00:14.3: FW already configured (0) - re-configuring [ 886.815475] e1000e :00:1f.6 enp0s31f6: PHY Wakeup cause - Unicast Packet [ 887.485832] e1000e :00:1f.6 enp0s31f6: Hardware Error [ 888.016931] OOM killer enabled. [ 888.016932] Restarting tasks ... done. [ 888.060613] PM: suspend exit Second unsuccessful suspend: [ 907.584802] PM: suspend entry (s2idle) [ 907.589779] Filesystems sync: 0.004 seconds [ 907.591416] Freezing user space processes ... (elapsed 0.002 seconds) done. [ 907.593518] OOM killer disabled. [ 907.593518] Freezing remaining freezable tasks ... (elapsed 0.328 seconds) done. [ 907.921560] printk: Suspending console(s) (use no_console_suspend to debug) [ 907.922127] wlp0s20f3: deauthenticating from 18:d6:c7:61:95:c2 by local choice (Reason: 3=DEAUTH_LEAVING) [ 908.024438] e1000e: EEE TX LPI TIMER: 0011 [ 909.916364] PM: pci_pm_suspend(): e1000e_pm_suspend+0x0/0x80 [e1000e] returns -2 [ 909.916367] PM: dpm_run_callback(): pci_pm_suspend+0x0/0x150 returns -2 [ 909.916369] PM: Device :00:1f.6 failed to suspend async: error -2 [ 911.183052] PM: Some devices failed to suspend, or early wake event detected [ 911.197091] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 911.314903] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 911.382438] iwlwifi :00:14.3: FW already configured (0) - re-configuring [ 911.413624] OOM killer enabled. [ 911.413625] Restarting tasks ... done. [ 911.462021] PM: suspend exit It looks like Ethernet driver prevents suspend. Ethernet is not connected (I do not have the adaptor). To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1865570/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1864061] Re: PCI/internal sound card not detected
@hui.wang and @logix2 I'm on Linux MiX 5.3.0-46-generic without the workaround. It detects my card as: sof-skl_hda_car - sof-skl_hda_card I had to run 'alsamixer' in the commandline, select 'capture' i.e. F4 and turn Mic Boost up and down. And.. The mic worked only once. After one capture was complete I couldn't get other captures to work. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1864061 Title: PCI/internal sound card not detected Status in linux package in Ubuntu: Invalid Status in linux-oem-osp1 package in Ubuntu: Invalid Status in linux source package in Bionic: Invalid Status in linux-oem-osp1 source package in Bionic: Fix Released Status in linux source package in Eoan: Fix Committed Status in linux-oem-osp1 source package in Eoan: Fix Released Bug description: The sof-pci-dev and snd-soc-skl all contains the same pciid, if the soc-skl is loaded ahead of sof-pci-dev, the sof driver will not work anymore, in the oem project, we manually put the soc-skl in the blacklist. From kernel-5.4 (focal kernel), the driver soc-skl is disabled by default, and there is no users report any issues on it. So let us disable soc-skl in the eoan and osp1 kernel too. The patch for eoan kernel doesn't remove the modules because looks like the abi folder are not controlled by git. This will break the modulecheck, so if this patch could be merged, please help remove those modules: snd-soc-skl snd-soc-skl-ipc snd-soc-skl-ssp-clk [Impact] If soc-skl driver is loaded ahead of sof driver, the sof could not work anymore, we need to blacklist the soc-skl manually [Fix] Like the focal kernel, we disable the soc_skl driver in the kernel config [Test Case] Tested on Lenovo and Dell machines which has dmic, the sof driver could be loaded successfully. Tested on the machinces without the dmic, the legacy hda driver worked well as before. [Regression Risk] Low, Focal kernel and mainine-5.5, 5.6-rc kernel all disabled this dirver; and We have not met a machine need the soc_skl driver yet; and Intel claim that the sof could replace the soc_skl driver. In the -41 kernel, we introduced a patch from stable kernel, that make the sof driver crash, and there is a fix patch in the 5.6-rc1, and this fix patch is already in the stable and is merged to focal kernel, now we backport this patch to Eoan kernel if -42 doesn't introduce this fix patch from stable. The patch introduced the crash: commit 063821115e02229d5fd3de31bad270d5e30aeb41 Author: Dragos Tarcatu Date: Mon Dec 9 18:39:38 2019 -0600 ASoC: topology: Check return value for snd_soc_add_dai_link() BugLink: https://bugs.launchpad.net/bugs/1861929 [ Upstream commit 76d2703649321c296df7ec0dafd50add96215de4 ] snd_soc_add_dai_link() might fail. This situation occurs for instance in a very specific use case where a PCM device and a Back End DAI link are given identical names in the topology. When this happens, soc_new_pcm_runtime() fails and then snd_soc_add_dai_link() returns -ENOMEM when called from soc_tplg_fe_link_create(). Because of that, the link will not get added into the card list, so any attempt to remove it later ends up in a panic. Fix that by checking the return status and free the memory in case of an error. Reviewed-by: Ranjani Sridharan Signed-off-by: Dragos Tarcatu Signed-off-by: Pierre-Louis Bossart Link: https://lore.kernel.org/r/20191210003939.15752-2-pierre-louis.boss...@linux.intel.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin Signed-off-by: Kamal Mostafa Signed-off-by: Khalid Elmously [Impact] During the boot, the sof driver crash because the hdmi_pcm_list is not initialized before it is used. [Fix] This bug is fixed in the mainline kernel v5.6-rc1, now backport this patch to ubuntu kernel [Test Case] Boot the -41 kernel with this patch added. blacklist the snd_soc_skl the kernel can boot successfully, and sof driver worked well [Regression Risk] Low, the patches are backported from upstream kernel, and I tested this patch on Lenovo and Dell dmic machines. Focal kernel already has this patch and works well. Probably a kernel bug. The sound card isn't detected in 5.3.0-41-generic Booting 5.3.0-40-generic does work. The relevant dmesg message is: [9.845441] skl_hda_dsp_generic skl_hda_dsp_generic: Unsupported HDAudio/iDisp configuration found [9.845447] skl_hda_dsp_generic: probe of skl_hda_dsp_generic failed with error -22 ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 5.3.0-41.33-generic 5.3.18 Uname: Linux 5.3.0-41-generic x86_64 ApportVersion: 2.20.11-0ubuntu8.4
[Kernel-packages] [Bug 1864061] Re: PCI/internal sound card not detected
@hui.wang I have a lenovo X1 7th gen; 20QD. Alsamixer reports /proc/asound/cards as: sof-skl_hda_car - sof-skl_hda_card LENOVO-20QDCTO1WW-ThinkPadX1Carbon7th-20QDCTO1WW There are some changes between what I see today in alsamixer and what was shown before. Alsamixer now shows these levels after a reboot. name level Mic Boost 53 PGA10.0 1083 PGA11.0 1183 PGA2.0 2 Ma 46 PGA4.0 4 MA 32 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1864061 Title: PCI/internal sound card not detected Status in linux package in Ubuntu: Invalid Status in linux-oem-osp1 package in Ubuntu: Invalid Status in linux source package in Bionic: Invalid Status in linux-oem-osp1 source package in Bionic: Fix Released Status in linux source package in Eoan: Fix Committed Status in linux-oem-osp1 source package in Eoan: Fix Released Bug description: The sof-pci-dev and snd-soc-skl all contains the same pciid, if the soc-skl is loaded ahead of sof-pci-dev, the sof driver will not work anymore, in the oem project, we manually put the soc-skl in the blacklist. From kernel-5.4 (focal kernel), the driver soc-skl is disabled by default, and there is no users report any issues on it. So let us disable soc-skl in the eoan and osp1 kernel too. The patch for eoan kernel doesn't remove the modules because looks like the abi folder are not controlled by git. This will break the modulecheck, so if this patch could be merged, please help remove those modules: snd-soc-skl snd-soc-skl-ipc snd-soc-skl-ssp-clk [Impact] If soc-skl driver is loaded ahead of sof driver, the sof could not work anymore, we need to blacklist the soc-skl manually [Fix] Like the focal kernel, we disable the soc_skl driver in the kernel config [Test Case] Tested on Lenovo and Dell machines which has dmic, the sof driver could be loaded successfully. Tested on the machinces without the dmic, the legacy hda driver worked well as before. [Regression Risk] Low, Focal kernel and mainine-5.5, 5.6-rc kernel all disabled this dirver; and We have not met a machine need the soc_skl driver yet; and Intel claim that the sof could replace the soc_skl driver. In the -41 kernel, we introduced a patch from stable kernel, that make the sof driver crash, and there is a fix patch in the 5.6-rc1, and this fix patch is already in the stable and is merged to focal kernel, now we backport this patch to Eoan kernel if -42 doesn't introduce this fix patch from stable. The patch introduced the crash: commit 063821115e02229d5fd3de31bad270d5e30aeb41 Author: Dragos Tarcatu Date: Mon Dec 9 18:39:38 2019 -0600 ASoC: topology: Check return value for snd_soc_add_dai_link() BugLink: https://bugs.launchpad.net/bugs/1861929 [ Upstream commit 76d2703649321c296df7ec0dafd50add96215de4 ] snd_soc_add_dai_link() might fail. This situation occurs for instance in a very specific use case where a PCM device and a Back End DAI link are given identical names in the topology. When this happens, soc_new_pcm_runtime() fails and then snd_soc_add_dai_link() returns -ENOMEM when called from soc_tplg_fe_link_create(). Because of that, the link will not get added into the card list, so any attempt to remove it later ends up in a panic. Fix that by checking the return status and free the memory in case of an error. Reviewed-by: Ranjani Sridharan Signed-off-by: Dragos Tarcatu Signed-off-by: Pierre-Louis Bossart Link: https://lore.kernel.org/r/20191210003939.15752-2-pierre-louis.boss...@linux.intel.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin Signed-off-by: Kamal Mostafa Signed-off-by: Khalid Elmously [Impact] During the boot, the sof driver crash because the hdmi_pcm_list is not initialized before it is used. [Fix] This bug is fixed in the mainline kernel v5.6-rc1, now backport this patch to ubuntu kernel [Test Case] Boot the -41 kernel with this patch added. blacklist the snd_soc_skl the kernel can boot successfully, and sof driver worked well [Regression Risk] Low, the patches are backported from upstream kernel, and I tested this patch on Lenovo and Dell dmic machines. Focal kernel already has this patch and works well. Probably a kernel bug. The sound card isn't detected in 5.3.0-41-generic Booting 5.3.0-40-generic does work. The relevant dmesg message is: [9.845441] skl_hda_dsp_generic skl_hda_dsp_generic: Unsupported HDAudio/iDisp configuration found [9.845447] skl_hda_dsp_generic: probe of skl_hda_dsp_generic failed with error -22 ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 5.3.0-41.33-generic 5.3.18 Un
[Kernel-packages] [Bug 1864061] Re: PCI/internal sound card not detected
You mention that Alsa will 'just work' with ucm2. It sounds like my best strategy now is to wait for Ubuntu 20.04. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1864061 Title: PCI/internal sound card not detected Status in linux package in Ubuntu: Invalid Status in linux-oem-osp1 package in Ubuntu: Invalid Status in linux source package in Bionic: Invalid Status in linux-oem-osp1 source package in Bionic: Fix Released Status in linux source package in Eoan: Fix Committed Status in linux-oem-osp1 source package in Eoan: Fix Released Bug description: The sof-pci-dev and snd-soc-skl all contains the same pciid, if the soc-skl is loaded ahead of sof-pci-dev, the sof driver will not work anymore, in the oem project, we manually put the soc-skl in the blacklist. From kernel-5.4 (focal kernel), the driver soc-skl is disabled by default, and there is no users report any issues on it. So let us disable soc-skl in the eoan and osp1 kernel too. The patch for eoan kernel doesn't remove the modules because looks like the abi folder are not controlled by git. This will break the modulecheck, so if this patch could be merged, please help remove those modules: snd-soc-skl snd-soc-skl-ipc snd-soc-skl-ssp-clk [Impact] If soc-skl driver is loaded ahead of sof driver, the sof could not work anymore, we need to blacklist the soc-skl manually [Fix] Like the focal kernel, we disable the soc_skl driver in the kernel config [Test Case] Tested on Lenovo and Dell machines which has dmic, the sof driver could be loaded successfully. Tested on the machinces without the dmic, the legacy hda driver worked well as before. [Regression Risk] Low, Focal kernel and mainine-5.5, 5.6-rc kernel all disabled this dirver; and We have not met a machine need the soc_skl driver yet; and Intel claim that the sof could replace the soc_skl driver. In the -41 kernel, we introduced a patch from stable kernel, that make the sof driver crash, and there is a fix patch in the 5.6-rc1, and this fix patch is already in the stable and is merged to focal kernel, now we backport this patch to Eoan kernel if -42 doesn't introduce this fix patch from stable. The patch introduced the crash: commit 063821115e02229d5fd3de31bad270d5e30aeb41 Author: Dragos Tarcatu Date: Mon Dec 9 18:39:38 2019 -0600 ASoC: topology: Check return value for snd_soc_add_dai_link() BugLink: https://bugs.launchpad.net/bugs/1861929 [ Upstream commit 76d2703649321c296df7ec0dafd50add96215de4 ] snd_soc_add_dai_link() might fail. This situation occurs for instance in a very specific use case where a PCM device and a Back End DAI link are given identical names in the topology. When this happens, soc_new_pcm_runtime() fails and then snd_soc_add_dai_link() returns -ENOMEM when called from soc_tplg_fe_link_create(). Because of that, the link will not get added into the card list, so any attempt to remove it later ends up in a panic. Fix that by checking the return status and free the memory in case of an error. Reviewed-by: Ranjani Sridharan Signed-off-by: Dragos Tarcatu Signed-off-by: Pierre-Louis Bossart Link: https://lore.kernel.org/r/20191210003939.15752-2-pierre-louis.boss...@linux.intel.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin Signed-off-by: Kamal Mostafa Signed-off-by: Khalid Elmously [Impact] During the boot, the sof driver crash because the hdmi_pcm_list is not initialized before it is used. [Fix] This bug is fixed in the mainline kernel v5.6-rc1, now backport this patch to ubuntu kernel [Test Case] Boot the -41 kernel with this patch added. blacklist the snd_soc_skl the kernel can boot successfully, and sof driver worked well [Regression Risk] Low, the patches are backported from upstream kernel, and I tested this patch on Lenovo and Dell dmic machines. Focal kernel already has this patch and works well. Probably a kernel bug. The sound card isn't detected in 5.3.0-41-generic Booting 5.3.0-40-generic does work. The relevant dmesg message is: [9.845441] skl_hda_dsp_generic skl_hda_dsp_generic: Unsupported HDAudio/iDisp configuration found [9.845447] skl_hda_dsp_generic: probe of skl_hda_dsp_generic failed with error -22 ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 5.3.0-41.33-generic 5.3.18 Uname: Linux 5.3.0-41-generic x86_64 ApportVersion: 2.20.11-0ubuntu8.4 Architecture: amd64 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: CurrentDesktop: ubuntu:GNOME Date: Thu Feb 20 16:46:21 2020 InstallationDate: Installed o
[Kernel-packages] [Bug 1868210] Re: [SRU] Load ucm on Lenovo notebooks based on bios version
I'm running the proposed version on eoan, lenovo X1C7. Can confirm the microphone works. Two questions: 1) What is the new 'configuration' dropdown in the settings->Sound It has the options 'Play HiFi Music', Play to Hdmi1...3' 2) My Output device was selected as the speakers on the laptop. However sound was played over my external monitor. After switching to the external monitors and switching back the sound was on the laptop speakers. And then the microphone started working. What is going on? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to alsa-lib in Ubuntu. https://bugs.launchpad.net/bugs/1868210 Title: [SRU] Load ucm on Lenovo notebooks based on bios version Status in HWE Next: New Status in alsa-lib package in Ubuntu: Invalid Status in alsa-lib source package in Bionic: Fix Committed Status in alsa-lib source package in Eoan: Fix Committed Status in alsa-lib source package in Focal: Invalid Bug description: This SRU is not backported from upstream of alsa-lib and this SRU is not going to be submitted to upstream. That is because the latest alsa-lib already supports ucm2, and with ucm2 all machines could share one ucm, so latest alsa-lib does not have this problem. This problem is only specific to the alsa-lib in Bionic and Eoan. [Impact] On some Lenovo notebooks, UCM files are not loaded and mic can't be used. [Fix] UCM was loaded based on cardlongname, but that can't cover all configs of the same model. Lenovo suggested to load ucm by the first 3 letters of /sys/devices/virtual/dmi/id/bios_version, so that all configs could use just one ucm. [Test Case] After applying this patch, install the testing alsa-lib on Lenovo X1C7 and Dell vostro 5390, which are all machines with the DMIC connected to PCH. After system bootup, check the /usr/share/alsa/ucm/ for the presence of LENOVO-BIOSID-xxx directories. Lenovo X1C7 should load the N2H/*.conf and verify the audio functionalities. The Dell machine should still load the ucm by cardname, and it should work as good as before. [Regression Potential] low, just add some new UCMs and let Lenovo machine find the UCM by bios_version if it fails by cardlongname. I've already tested the change on Lenovo and Dell machines. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1868210/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1874543] Re: Artifacts when connected to an external 4K display
@seb128 I've removed the v4l2 loopback module. That stopped the kernel driver issue you mentioned. The problem with the artifacts persists. Now it's on my laptop screen without the external display being preset. Note: This is only when I run on the internal intel GPU. It doesn't happen when X uses my external nvidia one. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1874543 Title: Artifacts when connected to an external 4K display Status in linux package in Ubuntu: Confirmed Bug description: I get artifacts when I connect my laptop (Lenovo X1 7th Gen) to an external 4k monitor via usb-c->DP. See the attached screenshot. This happened after I upgraded to ubuntu 20.04. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: xorg 1:7.7+19ubuntu14 ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30 Uname: Linux 5.4.0-26-generic x86_64 ApportVersion: 2.20.11-0ubuntu27 Architecture: amd64 BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log' CasperMD5CheckResult: skip CompositorRunning: None CurrentDesktop: ubuntu:GNOME Date: Thu Apr 23 22:35:27 2020 DistUpgraded: 2020-04-23 22:04:58,240 DEBUG Running PostInstallScript: './xorg_fix_proprietary.py' DistroCodename: focal DistroVariant: ubuntu DkmsStatus: nvidia, 440.64, 5.3.0-48-generic, x86_64: installed nvidia, 440.64, 5.4.0-26-generic, x86_64: installed v4l2loopback, 0.12.3, 5.3.0-48-generic, x86_64: installed v4l2loopback, 0.12.3, 5.4.0-26-generic, x86_64: installed ExtraDebuggingInterest: Yes, including running git bisection searches GraphicsCard: Intel Corporation UHD Graphics 620 (Whiskey Lake) [8086:3ea0] (rev 02) (prog-if 00 [VGA controller]) Subsystem: Lenovo UHD Graphics 620 (Whiskey Lake) [17aa:2292] InstallationDate: Installed on 2019-10-07 (199 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416) MachineType: LENOVO 20QDCTO1WW ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-26-generic root=UUID=298d5179-f5b4-410d-aafb-92630b5b48a1 ro quiet splash vt.handoff=7 SourcePackage: xorg Symptom: display UpgradeStatus: Upgraded to focal on 2020-04-23 (0 days ago) dmi.bios.date: 03/18/2020 dmi.bios.vendor: LENOVO dmi.bios.version: N2HET47W (1.30 ) dmi.board.asset.tag: Not Available dmi.board.name: 20QDCTO1WW dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrN2HET47W(1.30):bd03/18/2020:svnLENOVO:pn20QDCTO1WW:pvrThinkPadX1Carbon7th:rvnLENOVO:rn20QDCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone: dmi.product.family: ThinkPad X1 Carbon 7th dmi.product.name: 20QDCTO1WW dmi.product.sku: LENOVO_MT_20QD_BU_Think_FM_ThinkPad X1 Carbon 7th dmi.product.version: ThinkPad X1 Carbon 7th dmi.sys.vendor: LENOVO version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.101-2 version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1 version.libgl1-mesa-glx: libgl1-mesa-glx N/A version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20200226-1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1874543/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1874543] Re: Artifacts when connected to an external 4K display
Reconfiguring X made this go away ** Changed in: linux (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1874543 Title: Artifacts when connected to an external 4K display Status in linux package in Ubuntu: Invalid Bug description: I get artifacts when I connect my laptop (Lenovo X1 7th Gen) to an external 4k monitor via usb-c->DP. See the attached screenshot. This happened after I upgraded to ubuntu 20.04. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: xorg 1:7.7+19ubuntu14 ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30 Uname: Linux 5.4.0-26-generic x86_64 ApportVersion: 2.20.11-0ubuntu27 Architecture: amd64 BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log' CasperMD5CheckResult: skip CompositorRunning: None CurrentDesktop: ubuntu:GNOME Date: Thu Apr 23 22:35:27 2020 DistUpgraded: 2020-04-23 22:04:58,240 DEBUG Running PostInstallScript: './xorg_fix_proprietary.py' DistroCodename: focal DistroVariant: ubuntu DkmsStatus: nvidia, 440.64, 5.3.0-48-generic, x86_64: installed nvidia, 440.64, 5.4.0-26-generic, x86_64: installed v4l2loopback, 0.12.3, 5.3.0-48-generic, x86_64: installed v4l2loopback, 0.12.3, 5.4.0-26-generic, x86_64: installed ExtraDebuggingInterest: Yes, including running git bisection searches GraphicsCard: Intel Corporation UHD Graphics 620 (Whiskey Lake) [8086:3ea0] (rev 02) (prog-if 00 [VGA controller]) Subsystem: Lenovo UHD Graphics 620 (Whiskey Lake) [17aa:2292] InstallationDate: Installed on 2019-10-07 (199 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416) MachineType: LENOVO 20QDCTO1WW ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-26-generic root=UUID=298d5179-f5b4-410d-aafb-92630b5b48a1 ro quiet splash vt.handoff=7 SourcePackage: xorg Symptom: display UpgradeStatus: Upgraded to focal on 2020-04-23 (0 days ago) dmi.bios.date: 03/18/2020 dmi.bios.vendor: LENOVO dmi.bios.version: N2HET47W (1.30 ) dmi.board.asset.tag: Not Available dmi.board.name: 20QDCTO1WW dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrN2HET47W(1.30):bd03/18/2020:svnLENOVO:pn20QDCTO1WW:pvrThinkPadX1Carbon7th:rvnLENOVO:rn20QDCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone: dmi.product.family: ThinkPad X1 Carbon 7th dmi.product.name: 20QDCTO1WW dmi.product.sku: LENOVO_MT_20QD_BU_Think_FM_ThinkPad X1 Carbon 7th dmi.product.version: ThinkPad X1 Carbon 7th dmi.sys.vendor: LENOVO version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.101-2 version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1 version.libgl1-mesa-glx: libgl1-mesa-glx N/A version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20200226-1 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1874543/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1837828] Re: alsa/sof: let legacy hda driver and sof driver co-exist
It seems this fix breaks the sound on my machine. Here's the bug report: https://bugs.launchpad.net/ubuntu/+source/alsa- driver/+bug/1864061 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1837828 Title: alsa/sof: let legacy hda driver and sof driver co-exist Status in HWE Next: Fix Released Status in linux package in Ubuntu: Fix Released Status in linux-oem-osp1 package in Ubuntu: Fix Released Status in linux source package in Eoan: Fix Committed Status in linux-oem-osp1 source package in Eoan: Invalid Bug description: [Impact] So far, if we want the sof driver to work, we need to blacklist snd_hda_intel.ko, but on some paltforms with nv hdmi or amd hdmi, we need these two driver co-exist. [Fix] Intel sent the patches to fix this issue, although it is not merged yet, but I guess they will pass the review and be merged. So i backported them first. [Test Case] remove snd_hda_intel.ko from blacklist, the two drivers (sof and hda) worked well. [Regression Risk] Low. We already tested these patches on some Dell machines. and comunity including endlessm and goole all tested these patches. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1837828/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1864061] Re: PCI/internal sound card not detected
Is there a way I can work around? Maybe via blacklists? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1864061 Title: PCI/internal sound card not detected Status in linux package in Ubuntu: Invalid Status in linux-oem-osp1 package in Ubuntu: Invalid Status in linux source package in Bionic: Invalid Status in linux-oem-osp1 source package in Bionic: Fix Committed Status in linux source package in Eoan: New Status in linux-oem-osp1 source package in Eoan: Invalid Bug description: The sof-pci-dev and snd-soc-skl all contains the same pciid, if the soc-skl is loaded ahead of sof-pci-dev, the sof driver will not work anymore, in the oem project, we manually put the soc-skl in the blacklist. From kernel-5.4 (focal kernel), the driver soc-skl is disabled by default, and there is no users report any issues on it. So let us disable soc-skl in the eoan and osp1 kernel too. The patch for eoan kernel doesn't remove the modules because looks like the abi folder are not controlled by git. This will break the modulecheck, so if this patch could be merged, please help remove those modules: snd-soc-skl snd-soc-skl-ipc snd-soc-skl-ssp-clk [Impact] If soc-skl driver is loaded ahead of sof driver, the sof could not work anymore, we need to blacklist the soc-skl manually [Fix] Like the focal kernel, we disable the soc_skl driver in the kernel config [Test Case] Tested on Lenovo and Dell machines which has dmic, the sof driver could be loaded successfully. Tested on the machinces without the dmic, the legacy hda driver worked well as before. [Regression Risk] Low, Focal kernel and mainine-5.5, 5.6-rc kernel all disabled this dirver; and We have not met a machine need the soc_skl driver yet; and Intel claim that the sof could replace the soc_skl driver. Probably a kernel bug. The sound card isn't detected in 5.3.0-41-generic Booting 5.3.0-40-generic does work. The relevant dmesg message is: [9.845441] skl_hda_dsp_generic skl_hda_dsp_generic: Unsupported HDAudio/iDisp configuration found [9.845447] skl_hda_dsp_generic: probe of skl_hda_dsp_generic failed with error -22 ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 5.3.0-41.33-generic 5.3.18 Uname: Linux 5.3.0-41-generic x86_64 ApportVersion: 2.20.11-0ubuntu8.4 Architecture: amd64 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: CurrentDesktop: ubuntu:GNOME Date: Thu Feb 20 16:46:21 2020 InstallationDate: Installed on 2019-10-07 (136 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416) PackageArchitecture: all SourcePackage: alsa-driver Symptom: audio Title: PCI/internal sound card not detected UpgradeStatus: Upgraded to eoan on 2019-11-19 (93 days ago) dmi.bios.date: 01/15/2020 dmi.bios.vendor: LENOVO dmi.bios.version: N2HET44W (1.27 ) dmi.board.asset.tag: Not Available dmi.board.name: 20QDCTO1WW dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrN2HET44W(1.27):bd01/15/2020:svnLENOVO:pn20QDCTO1WW:pvrThinkPadX1Carbon7th:rvnLENOVO:rn20QDCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone: dmi.product.family: ThinkPad X1 Carbon 7th dmi.product.name: 20QDCTO1WW dmi.product.sku: LENOVO_MT_20QD_BU_Think_FM_ThinkPad X1 Carbon 7th dmi.product.version: ThinkPad X1 Carbon 7th dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1864061/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1864061] Re: PCI/internal sound card not detected
> Please add "options snd-hda-intel dmic_detect=0" in the /etc/modprobe.d/alsa-base.conf, then the legacy hda driver will work as before. Can confirm. This works. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1864061 Title: PCI/internal sound card not detected Status in linux package in Ubuntu: Invalid Status in linux-oem-osp1 package in Ubuntu: Invalid Status in linux source package in Bionic: Invalid Status in linux-oem-osp1 source package in Bionic: Fix Committed Status in linux source package in Eoan: Confirmed Status in linux-oem-osp1 source package in Eoan: Invalid Bug description: The sof-pci-dev and snd-soc-skl all contains the same pciid, if the soc-skl is loaded ahead of sof-pci-dev, the sof driver will not work anymore, in the oem project, we manually put the soc-skl in the blacklist. From kernel-5.4 (focal kernel), the driver soc-skl is disabled by default, and there is no users report any issues on it. So let us disable soc-skl in the eoan and osp1 kernel too. The patch for eoan kernel doesn't remove the modules because looks like the abi folder are not controlled by git. This will break the modulecheck, so if this patch could be merged, please help remove those modules: snd-soc-skl snd-soc-skl-ipc snd-soc-skl-ssp-clk [Impact] If soc-skl driver is loaded ahead of sof driver, the sof could not work anymore, we need to blacklist the soc-skl manually [Fix] Like the focal kernel, we disable the soc_skl driver in the kernel config [Test Case] Tested on Lenovo and Dell machines which has dmic, the sof driver could be loaded successfully. Tested on the machinces without the dmic, the legacy hda driver worked well as before. [Regression Risk] Low, Focal kernel and mainine-5.5, 5.6-rc kernel all disabled this dirver; and We have not met a machine need the soc_skl driver yet; and Intel claim that the sof could replace the soc_skl driver. In the -41 kernel, we introduced a patch from stable kernel, that make the sof driver crash, and there is a fix patch in the 5.6-rc1, and this fix patch is already in the stable and is merged to focal kernel, now we backport this patch to Eoan kernel if -42 doesn't introduce this fix patch from stable. The patch introduced the crash: commit 063821115e02229d5fd3de31bad270d5e30aeb41 Author: Dragos Tarcatu Date: Mon Dec 9 18:39:38 2019 -0600 ASoC: topology: Check return value for snd_soc_add_dai_link() BugLink: https://bugs.launchpad.net/bugs/1861929 [ Upstream commit 76d2703649321c296df7ec0dafd50add96215de4 ] snd_soc_add_dai_link() might fail. This situation occurs for instance in a very specific use case where a PCM device and a Back End DAI link are given identical names in the topology. When this happens, soc_new_pcm_runtime() fails and then snd_soc_add_dai_link() returns -ENOMEM when called from soc_tplg_fe_link_create(). Because of that, the link will not get added into the card list, so any attempt to remove it later ends up in a panic. Fix that by checking the return status and free the memory in case of an error. Reviewed-by: Ranjani Sridharan Signed-off-by: Dragos Tarcatu Signed-off-by: Pierre-Louis Bossart Link: https://lore.kernel.org/r/20191210003939.15752-2-pierre-louis.boss...@linux.intel.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin Signed-off-by: Kamal Mostafa Signed-off-by: Khalid Elmously [Impact] During the boot, the sof driver crash because the hdmi_pcm_list is not initialized before it is used. [Fix] This bug is fixed in the mainline kernel v5.6-rc1, now backport this patch to ubuntu kernel [Test Case] Boot the -41 kernel with this patch added. blacklist the snd_soc_skl the kernel can boot successfully, and sof driver worked well [Regression Risk] Low, the patches are backported from upstream kernel, and I tested this patch on Lenovo and Dell dmic machines. Focal kernel already has this patch and works well. Probably a kernel bug. The sound card isn't detected in 5.3.0-41-generic Booting 5.3.0-40-generic does work. The relevant dmesg message is: [9.845441] skl_hda_dsp_generic skl_hda_dsp_generic: Unsupported HDAudio/iDisp configuration found [9.845447] skl_hda_dsp_generic: probe of skl_hda_dsp_generic failed with error -22 ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 5.3.0-41.33-generic 5.3.18 Uname: Linux 5.3.0-41-generic x86_64 ApportVersion: 2.20.11-0ubuntu8.4 Architecture: amd64 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: CurrentDesktop: ubuntu:GNOME Date: Thu Feb 20 16:46
[Kernel-packages] [Bug 1864061] Re: PCI/internal sound card not detected
Loading the old driver, also seems to fixed my problems with suspend and resume. Thanks for the information you've given so quickly. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1864061 Title: PCI/internal sound card not detected Status in linux package in Ubuntu: Invalid Status in linux-oem-osp1 package in Ubuntu: Invalid Status in linux source package in Bionic: Invalid Status in linux-oem-osp1 source package in Bionic: Fix Committed Status in linux source package in Eoan: Confirmed Status in linux-oem-osp1 source package in Eoan: Invalid Bug description: The sof-pci-dev and snd-soc-skl all contains the same pciid, if the soc-skl is loaded ahead of sof-pci-dev, the sof driver will not work anymore, in the oem project, we manually put the soc-skl in the blacklist. From kernel-5.4 (focal kernel), the driver soc-skl is disabled by default, and there is no users report any issues on it. So let us disable soc-skl in the eoan and osp1 kernel too. The patch for eoan kernel doesn't remove the modules because looks like the abi folder are not controlled by git. This will break the modulecheck, so if this patch could be merged, please help remove those modules: snd-soc-skl snd-soc-skl-ipc snd-soc-skl-ssp-clk [Impact] If soc-skl driver is loaded ahead of sof driver, the sof could not work anymore, we need to blacklist the soc-skl manually [Fix] Like the focal kernel, we disable the soc_skl driver in the kernel config [Test Case] Tested on Lenovo and Dell machines which has dmic, the sof driver could be loaded successfully. Tested on the machinces without the dmic, the legacy hda driver worked well as before. [Regression Risk] Low, Focal kernel and mainine-5.5, 5.6-rc kernel all disabled this dirver; and We have not met a machine need the soc_skl driver yet; and Intel claim that the sof could replace the soc_skl driver. In the -41 kernel, we introduced a patch from stable kernel, that make the sof driver crash, and there is a fix patch in the 5.6-rc1, and this fix patch is already in the stable and is merged to focal kernel, now we backport this patch to Eoan kernel if -42 doesn't introduce this fix patch from stable. The patch introduced the crash: commit 063821115e02229d5fd3de31bad270d5e30aeb41 Author: Dragos Tarcatu Date: Mon Dec 9 18:39:38 2019 -0600 ASoC: topology: Check return value for snd_soc_add_dai_link() BugLink: https://bugs.launchpad.net/bugs/1861929 [ Upstream commit 76d2703649321c296df7ec0dafd50add96215de4 ] snd_soc_add_dai_link() might fail. This situation occurs for instance in a very specific use case where a PCM device and a Back End DAI link are given identical names in the topology. When this happens, soc_new_pcm_runtime() fails and then snd_soc_add_dai_link() returns -ENOMEM when called from soc_tplg_fe_link_create(). Because of that, the link will not get added into the card list, so any attempt to remove it later ends up in a panic. Fix that by checking the return status and free the memory in case of an error. Reviewed-by: Ranjani Sridharan Signed-off-by: Dragos Tarcatu Signed-off-by: Pierre-Louis Bossart Link: https://lore.kernel.org/r/20191210003939.15752-2-pierre-louis.boss...@linux.intel.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin Signed-off-by: Kamal Mostafa Signed-off-by: Khalid Elmously [Impact] During the boot, the sof driver crash because the hdmi_pcm_list is not initialized before it is used. [Fix] This bug is fixed in the mainline kernel v5.6-rc1, now backport this patch to ubuntu kernel [Test Case] Boot the -41 kernel with this patch added. blacklist the snd_soc_skl the kernel can boot successfully, and sof driver worked well [Regression Risk] Low, the patches are backported from upstream kernel, and I tested this patch on Lenovo and Dell dmic machines. Focal kernel already has this patch and works well. Probably a kernel bug. The sound card isn't detected in 5.3.0-41-generic Booting 5.3.0-40-generic does work. The relevant dmesg message is: [9.845441] skl_hda_dsp_generic skl_hda_dsp_generic: Unsupported HDAudio/iDisp configuration found [9.845447] skl_hda_dsp_generic: probe of skl_hda_dsp_generic failed with error -22 ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 5.3.0-41.33-generic 5.3.18 Uname: Linux 5.3.0-41-generic x86_64 ApportVersion: 2.20.11-0ubuntu8.4 Architecture: amd64 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: CurrentDesktop: ubuntu:GNOME Date: Thu Feb 20 16:46:21 2020 InstallationDate: I
[Kernel-packages] [Bug 1866170] [NEW] Suspend triggers Hardware Error in e1000e driver
Public bug reported: I'm experiencing problems since a recent kernel update. The laptop, a Lenovo X1 gen 7, won't suspend. This is the relevant kernel log --> # modprobe e1000e: [ 129.848320] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 129.848321] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 129.848592] e1000e :00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 130.041352] e1000e :00:1f.6 :00:1f.6 (uninitialized): registered PHC clock [ 130.108943] e1000e :00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 98:fa:9b:7a:d9:f8 [ 130.108945] e1000e :00:1f.6 eth0: Intel(R) PRO/1000 Network Connection [ 130.109109] e1000e :00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FF-0FF [ 130.110252] e1000e :00:1f.6 enp0s31f6: renamed from eth0 --> Close laptop cover [ 135.766644] PM: suspend entry (s2idle) [ 135.827181] Filesystems sync: 0.060 seconds [ 135.827625] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 135.829446] OOM killer disabled. [ 135.829446] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 135.830557] printk: Suspending console(s) (use no_console_suspend to debug) [ 135.847372] wlp0s20f3: deauthenticating from 6c:3b:6b:45:31:33 by local choice (Reason: 3=DEAUTH_LEAVING) [ 135.952129] e1000e: EEE TX LPI TIMER: 0011 [ 168.243513] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 168.552833] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 168.620018] iwlwifi :00:14.3: FW already configured (0) - re-configuring [ 171.122887] e1000e :00:1f.6 enp0s31f6: PHY Wakeup cause - Unicast Packet [ 171.789683] e1000e :00:1f.6 enp0s31f6: Hardware Error [ 172.316635] OOM killer enabled. [ 172.316635] Restarting tasks ... done. [ 172.524828] PM: suspend exit [ 173.520752] e1000e :00:1f.6 enp0s31f6: Hardware Error [ 173.823096] e1000e: enp0s31f6 NIC Link is Down [ 173.832543] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 173.947544] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 174.012469] iwlwifi :00:14.3: FW already configured (0) - re-configuring [ 174.950102] e1000e :00:1f.6 enp0s31f6: Hardware Error [ 179.453930] wlp0s20f3: authenticate with 6c:3b:6b:45:31:33 [ 179.456251] wlp0s20f3: send auth to 6c:3b:6b:45:31:33 (try 1/3) [ 179.494829] wlp0s20f3: authenticated [ 179.496193] wlp0s20f3: associate with 6c:3b:6b:45:31:33 (try 1/3) [ 179.498191] wlp0s20f3: RX AssocResp from 6c:3b:6b:45:31:33 (capab=0x431 status=0 aid=2) [ 179.500628] wlp0s20f3: associated [ 179.512786] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20f3: link becomes ready ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: linux-modules-5.3.0-42-generic 5.3.0-42.34 ProcVersionSignature: Ubuntu 5.3.0-42.34-generic 5.3.18 Uname: Linux 5.3.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu8.5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2099 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Thu Mar 5 11:10:06 2020 Dependencies: InstallationDate: Installed on 2019-10-07 (149 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416) MachineType: LENOVO 20QDCTO1WW ProcFB: 0 i915drmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-42-generic root=UUID=298d5179-f5b4-410d-aafb-92630b5b48a1 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-5.3.0-42-generic N/A linux-backports-modules-5.3.0-42-generic N/A linux-firmware1.183.4 SourcePackage: linux UpgradeStatus: Upgraded to eoan on 2019-11-19 (107 days ago) dmi.bios.date: 02/21/2020 dmi.bios.vendor: LENOVO dmi.bios.version: N2HET46W (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 20QDCTO1WW dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrN2HET46W(1.29):bd02/21/2020:svnLENOVO:pn20QDCTO1WW:pvrThinkPadX1Carbon7th:rvnLENOVO:rn20QDCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone: dmi.product.family: ThinkPad X1 Carbon 7th dmi.product.name: 20QDCTO1WW dmi.product.sku: LENOVO_MT_20QD_BU_Think_FM_ThinkPad X1 Carbon 7th dmi.product.version: ThinkPad X1 Carbon 7th dmi.sys.vendor: LENOVO ** Affects: linux (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: amd64 apport-bug eoan package-from-proposed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1866170 Title: Suspend triggers Hardware Error in e1000e driver Status in linux package in Ubuntu: Confirmed Bug description: I'm experiencing problems since a recent kernel update. The laptop, a Lenovo X1 gen 7, won't suspend. This is the relev
[Kernel-packages] [Bug 1866170] Re: Suspend triggers Hardware Error in e1000e driver
I first noticed the bug on: 5.3.0-41.33-generic 5.3.18 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1866170 Title: Suspend triggers Hardware Error in e1000e driver Status in linux package in Ubuntu: Confirmed Bug description: I'm experiencing problems since a recent kernel update. The laptop, a Lenovo X1 gen 7, won't suspend. This is the relevant kernel log --> # modprobe e1000e: [ 129.848320] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 129.848321] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 129.848592] e1000e :00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 130.041352] e1000e :00:1f.6 :00:1f.6 (uninitialized): registered PHC clock [ 130.108943] e1000e :00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 98:fa:9b:7a:d9:f8 [ 130.108945] e1000e :00:1f.6 eth0: Intel(R) PRO/1000 Network Connection [ 130.109109] e1000e :00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FF-0FF [ 130.110252] e1000e :00:1f.6 enp0s31f6: renamed from eth0 --> Close laptop cover [ 135.766644] PM: suspend entry (s2idle) [ 135.827181] Filesystems sync: 0.060 seconds [ 135.827625] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 135.829446] OOM killer disabled. [ 135.829446] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 135.830557] printk: Suspending console(s) (use no_console_suspend to debug) [ 135.847372] wlp0s20f3: deauthenticating from 6c:3b:6b:45:31:33 by local choice (Reason: 3=DEAUTH_LEAVING) [ 135.952129] e1000e: EEE TX LPI TIMER: 0011 [ 168.243513] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 168.552833] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 168.620018] iwlwifi :00:14.3: FW already configured (0) - re-configuring [ 171.122887] e1000e :00:1f.6 enp0s31f6: PHY Wakeup cause - Unicast Packet [ 171.789683] e1000e :00:1f.6 enp0s31f6: Hardware Error [ 172.316635] OOM killer enabled. [ 172.316635] Restarting tasks ... done. [ 172.524828] PM: suspend exit [ 173.520752] e1000e :00:1f.6 enp0s31f6: Hardware Error [ 173.823096] e1000e: enp0s31f6 NIC Link is Down [ 173.832543] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 173.947544] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 174.012469] iwlwifi :00:14.3: FW already configured (0) - re-configuring [ 174.950102] e1000e :00:1f.6 enp0s31f6: Hardware Error [ 179.453930] wlp0s20f3: authenticate with 6c:3b:6b:45:31:33 [ 179.456251] wlp0s20f3: send auth to 6c:3b:6b:45:31:33 (try 1/3) [ 179.494829] wlp0s20f3: authenticated [ 179.496193] wlp0s20f3: associate with 6c:3b:6b:45:31:33 (try 1/3) [ 179.498191] wlp0s20f3: RX AssocResp from 6c:3b:6b:45:31:33 (capab=0x431 status=0 aid=2) [ 179.500628] wlp0s20f3: associated [ 179.512786] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20f3: link becomes ready ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: linux-modules-5.3.0-42-generic 5.3.0-42.34 ProcVersionSignature: Ubuntu 5.3.0-42.34-generic 5.3.18 Uname: Linux 5.3.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu8.5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2099 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Thu Mar 5 11:10:06 2020 Dependencies: InstallationDate: Installed on 2019-10-07 (149 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416) MachineType: LENOVO 20QDCTO1WW ProcFB: 0 i915drmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-42-generic root=UUID=298d5179-f5b4-410d-aafb-92630b5b48a1 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-5.3.0-42-generic N/A linux-backports-modules-5.3.0-42-generic N/A linux-firmware1.183.4 SourcePackage: linux UpgradeStatus: Upgraded to eoan on 2019-11-19 (107 days ago) dmi.bios.date: 02/21/2020 dmi.bios.vendor: LENOVO dmi.bios.version: N2HET46W (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 20QDCTO1WW dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrN2HET46W(1.29):bd02/21/2020:svnLENOVO:pn20QDCTO1WW:pvrThinkPadX1Carbon7th:rvnLENOVO:rn20QDCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone: dmi.product.family: ThinkPad X1 Carbon 7th dmi.product.name: 20QDCTO1WW dmi.product.sku: LENOVO_MT_20QD_BU_Think_FM_ThinkPad X1 Carbon 7th dmi.product.version: ThinkPad X1 Carbon 7th dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net
[Kernel-packages] [Bug 1866170] Re: Suspend triggers Hardware Error in e1000e driver
Could you describe how I can test this kernel and revert back to my current kernel? Furthermore, I assume you made some changes to that your kernel, could you elaborate on what you changed and what the result should be? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1866170 Title: Suspend triggers Hardware Error in e1000e driver Status in linux package in Ubuntu: Confirmed Bug description: I'm experiencing problems since a recent kernel update. The laptop, a Lenovo X1 gen 7, won't suspend. This is the relevant kernel log --> # modprobe e1000e: [ 129.848320] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 129.848321] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 129.848592] e1000e :00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 130.041352] e1000e :00:1f.6 :00:1f.6 (uninitialized): registered PHC clock [ 130.108943] e1000e :00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 98:fa:9b:7a:d9:f8 [ 130.108945] e1000e :00:1f.6 eth0: Intel(R) PRO/1000 Network Connection [ 130.109109] e1000e :00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FF-0FF [ 130.110252] e1000e :00:1f.6 enp0s31f6: renamed from eth0 --> Close laptop cover [ 135.766644] PM: suspend entry (s2idle) [ 135.827181] Filesystems sync: 0.060 seconds [ 135.827625] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 135.829446] OOM killer disabled. [ 135.829446] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 135.830557] printk: Suspending console(s) (use no_console_suspend to debug) [ 135.847372] wlp0s20f3: deauthenticating from 6c:3b:6b:45:31:33 by local choice (Reason: 3=DEAUTH_LEAVING) [ 135.952129] e1000e: EEE TX LPI TIMER: 0011 [ 168.243513] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 168.552833] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 168.620018] iwlwifi :00:14.3: FW already configured (0) - re-configuring [ 171.122887] e1000e :00:1f.6 enp0s31f6: PHY Wakeup cause - Unicast Packet [ 171.789683] e1000e :00:1f.6 enp0s31f6: Hardware Error [ 172.316635] OOM killer enabled. [ 172.316635] Restarting tasks ... done. [ 172.524828] PM: suspend exit [ 173.520752] e1000e :00:1f.6 enp0s31f6: Hardware Error [ 173.823096] e1000e: enp0s31f6 NIC Link is Down [ 173.832543] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 173.947544] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 174.012469] iwlwifi :00:14.3: FW already configured (0) - re-configuring [ 174.950102] e1000e :00:1f.6 enp0s31f6: Hardware Error [ 179.453930] wlp0s20f3: authenticate with 6c:3b:6b:45:31:33 [ 179.456251] wlp0s20f3: send auth to 6c:3b:6b:45:31:33 (try 1/3) [ 179.494829] wlp0s20f3: authenticated [ 179.496193] wlp0s20f3: associate with 6c:3b:6b:45:31:33 (try 1/3) [ 179.498191] wlp0s20f3: RX AssocResp from 6c:3b:6b:45:31:33 (capab=0x431 status=0 aid=2) [ 179.500628] wlp0s20f3: associated [ 179.512786] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20f3: link becomes ready ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: linux-modules-5.3.0-42-generic 5.3.0-42.34 ProcVersionSignature: Ubuntu 5.3.0-42.34-generic 5.3.18 Uname: Linux 5.3.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu8.5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2099 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Thu Mar 5 11:10:06 2020 Dependencies: InstallationDate: Installed on 2019-10-07 (149 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416) MachineType: LENOVO 20QDCTO1WW ProcFB: 0 i915drmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-42-generic root=UUID=298d5179-f5b4-410d-aafb-92630b5b48a1 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-5.3.0-42-generic N/A linux-backports-modules-5.3.0-42-generic N/A linux-firmware1.183.4 SourcePackage: linux UpgradeStatus: Upgraded to eoan on 2019-11-19 (107 days ago) dmi.bios.date: 02/21/2020 dmi.bios.vendor: LENOVO dmi.bios.version: N2HET46W (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 20QDCTO1WW dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrN2HET46W(1.29):bd02/21/2020:svnLENOVO:pn20QDCTO1WW:pvrThinkPadX1Carbon7th:rvnLENOVO:rn20QDCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone: dmi.product.family: ThinkPad X1 Carbon 7th dmi.product.name: 20QDCTO1WW dmi.product.sku: LENOVO_MT_20QD_BU_Think
[Kernel-packages] [Bug 1284399] Re: xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8800c0ef0a00
The problem still exists here with various USB3 disks. System information: MacBook Air 6,2 with two USB3 ports Kernel version: 3.12.13-031213-generic reading large amounts of data seems to be no problem, but when writing data, the error occours: l 9 12:39:47 ishtar kernel: [ 1492.741609] usb 2-2: reset SuperSpeed USB device number 7 using xhci_hcd ==> /var/log/syslog <== Jul 9 12:39:47 ishtar kernel: [ 1492.757475] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with disabled ep 8801c601ec80 Jul 9 12:39:47 ishtar kernel: [ 1492.757482] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with disabled ep 8801c601ecc0 ==> /var/log/kern.log <== Jul 9 12:39:47 ishtar kernel: [ 1492.757475] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with disabled ep 8801c601ec80 Jul 9 12:39:47 ishtar kernel: [ 1492.757482] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with disabled ep 8801c601ecc0 I have cross-checked the disks on different systems with USB2 ports: its not a faulty disk! Help and solutions is highly appreciated -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1284399 Title: xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with disabled ep 8800c0ef0a00 Status in “linux” package in Ubuntu: Expired Bug description: [ 9486.068349] usb 3-2: new high-speed USB device number 8 using xhci_hcd [ 9486.086082] usb 3-2: New USB device found, idVendor=04e8, idProduct=6860 [ 9486.086094] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 9486.086100] usb 3-2: Product: SAMSUNG_Android [ 9486.086105] usb 3-2: Manufacturer: SAMSUNG [ 9486.086110] usb 3-2: SerialNumber: 0ae8fda7 [ 9486.087537] cdc_acm 3-2:1.1: This device cannot do calls on its own. It is not a modem. [ 9486.087675] cdc_acm 3-2:1.1: ttyACM0: USB ACM device [ 9546.357396] usb 3-2: reset high-speed USB device number 8 using xhci_hcd [ 9546.373938] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with disabled ep 8800c0ef0a00 [ 9546.373950] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with disabled ep 8800c0ef09c0 [ 9546.373956] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with disabled ep 880117d3e140 [ 9546.373962] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with disabled ep 8800c0ef0a40 [ 9546.373967] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with disabled ep 880117d3e100 [ 9546.373973] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with disabled ep 88008c297180 [ 9546.374529] cdc_acm 3-2:1.1: This device cannot do calls on its own. It is not a modem. [ 9546.374641] cdc_acm 3-2:1.1: ttyACM0: USB ACM device ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-11-generic 3.13.0-11.31 ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3 Uname: Linux 3.13.0-11-generic x86_64 ApportVersion: 2.13.2-0ubuntu5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: caravena 2152 F pulseaudio CRDA: country CL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20) (5250 - 5330 @ 40), (N/A, 20), DFS (5735 - 5835 @ 40), (N/A, 20) CurrentDesktop: GNOME Date: Mon Feb 24 22:47:58 2014 HibernationDevice: RESUME=UUID=360bd2d2-4f44-4311-86d6-4781ac81ee87 InstallationDate: Installed on 2014-01-23 (32 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140122) MachineType: SAMSUNG ELECTRONICS CO., LTD. 530U3C/530U4C ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.13.0-11-generic root=UUID=0c67119c-ddae-476a-b510-142ec598f691 ro rootflags=subvol=@ quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-11-generic N/A linux-backports-modules-3.13.0-11-generic N/A linux-firmware 1.125 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/15/2013 dmi.bios.vendor: Phoenix Technologies Ltd. dmi.bios.version: P14AAJ dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: SAMSUNG_NP1234567890 dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD. dmi.board.version: FAB1 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 9 dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnPhoenixTechnologiesLtd.:bvrP14AAJ:bd04/15/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn530U3C/530U4C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1: dmi.product.name: 530U3C/530U4C dmi.product.version: 0.1 dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1284399/+subscriptions --
[Kernel-packages] [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop
Awsome work fellows ! Works perfectly. UX303LA - Ubuntu Gnome 14.04 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1372609 Title: Touchpad detected as mouse on Asus ux303ln laptop Status in “linux” package in Ubuntu: Confirmed Bug description: Hi! I'm following the bug reporting documentation here: https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all. The touchpad on my new Asus ux303ln laptop is detected as a mouse, so I can't access touchpad features such as two-finger scrolling. The laptop was very recently released and I couldn't find any outstanding firmware updates for it through Asus's Windows-based tools. % lsb_release -rd Description: Ubuntu 14.04.1 LTS Release: 14.04 Per the instructions on the wiki, I'm attaching output from /proc/bus/input/devices,` xinput --list`, and /var/log/Xorg.0.log. This machine also has a touchscreen, which I'm fairly certain is the "maXtouch digitizer" visible in the logs. I haven't yet restarted in Windows to see if it says anything useful about the touchpad, but I can do so if that's helpful. This is a fresh install of 14.04 and I haven't done much customization of it apart from installing some applications and changing the default resolution. The only relevant bit I noticed in /var/log/dmesg is this: [3.967547] input: PS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio4/input/input11 ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-35-generic 3.13.0-35.62 ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6 Uname: Linux 3.13.0-35-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.4 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: tim2234 F pulseaudio /dev/snd/controlC1: tim2234 F pulseaudio CurrentDesktop: Unity Date: Mon Sep 22 14:30:33 2014 HibernationDevice: RESUME=UUID=e6052f15-271a-4424-aac2-9b0ee1e490ed InstallationDate: Installed on 2014-09-22 (0 days ago) InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2) Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 03eb:8a32 Atmel Corp. Bus 001 Device 002: ID 064e:9700 Suyin Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: ASUSTeK COMPUTER INC. UX303LN ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed root=UUID=4f908b1b-e06f-4dc9-9642-e952d2598e42 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-35-generic N/A linux-backports-modules-3.13.0-35-generic N/A linux-firmware 1.127.6 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 06/23/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: UX303LN.203 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: UX303LN dmi.board.vendor: ASUSTeK COMPUTER INC. dmi.board.version: 1.0 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK COMPUTER INC. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrUX303LN.203:bd06/23/2014:svnASUSTeKCOMPUTERINC.:pnUX303LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0: dmi.product.name: UX303LN dmi.product.version: 1.0 dmi.sys.vendor: ASUSTeK COMPUTER INC. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1006765] Re: 1033:0194 Hot plugging USB3.0 express card Not possible
This is on the card, you'll find a lot of these on google, AKE Express USB3.0 CARD 5Gbps BC618 ** Changed in: linux (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: New Bug description: On my Lenovo T520 hot plugging USB3.0 PCI Express card not possible. Hot plugging USB devices in this Card is also not possible. In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! WORKAROUND: Power on with PCI card and USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive or other USB products are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO --- ApportVersion: 2.12.5-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/c
[Kernel-packages] [Bug 1006765] Re: 1033:0194 Hot plugging USB3.0 express card Not possible
Hi Christopher tried rc7, this is good! removed all workarounds, but module acpiphp should be there ( of course ) after probing it, it works, but only when plugging in card, with disk plugged in together. plugging first the card and after that the disk, or a usb stick isn't working, which is not big problem, if you know it. plugging separately, which doesn't work, also gives the "slow-mouse-behavior" with these syslog entry's plugging card looks fine, it's recognized, last rows: Nov 4 13:54:18 roland-ppt kernel: [ 876.853025] usb usb4: Manufacturer: Linux 3.12.0-031200rc7-generic xhci_hcd Nov 4 13:54:18 roland-ppt kernel: [ 876.853028] usb usb4: SerialNumber: :05:00.0 Nov 4 13:54:18 roland-ppt kernel: [ 876.853845] hub 4-0:1.0: USB hub found Nov 4 13:54:18 roland-ppt kernel: [ 876.853867] hub 4-0:1.0: 2 ports detected but after plugging in disk: Nov 4 13:54:27 roland-ppt kernel: [ 886.390465] xhci_hcd :05:00.0: remove, state 4 Nov 4 13:54:27 roland-ppt kernel: [ 886.390473] usb usb4: USB disconnect, device number 1 Nov 4 13:54:27 roland-ppt kernel: [ 886.391454] xhci_hcd :05:00.0: Host not halted after 16000 microseconds. Nov 4 13:54:27 roland-ppt kernel: [ 886.391461] xhci_hcd :05:00.0: USB bus 4 deregistered Nov 4 13:54:27 roland-ppt kernel: [ 886.391515] xhci_hcd :05:00.0: remove, state 4 Nov 4 13:54:27 roland-ppt kernel: [ 886.391520] usb usb3: USB disconnect, device number 1 Nov 4 13:54:27 roland-ppt kernel: [ 886.394339] xhci_hcd :05:00.0: Host not halted after 16000 microseconds. Nov 4 13:54:27 roland-ppt kernel: [ 886.394828] xhci_hcd :05:00.0: USB bus 3 deregistered -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Incomplete Bug description: On my Lenovo T520 hot plugging USB3.0 PCI AKE Express USB 3.0 5Gbps BC618 Express card not possible. Hot plugging USB devices in this Card is also not possible. In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! WORKAROUND: Power on with PCI card and USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive or other USB products are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 I
[Kernel-packages] [Bug 1006765] Re: 1033:0194 Hot plugging USB3.0 express card Not possible
** Changed in: linux (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: New Bug description: On my Lenovo T520 hot plugging USB3.0 PCI AKE Express USB 3.0 5Gbps BC618 Express card not possible. Hot plugging USB devices in this Card is also not possible. In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! WORKAROUND: Power on with PCI card and USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive or other USB products are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO --- ApportVersion: 2.12.5-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2795 F pulseaudio CurrentDmesg: Error: c
[Kernel-packages] [Bug 1006765] Re: 1033:0194 Hot plugging USB3.0 express card Not possible
Hi Christopher hotplugging for 3.12.0-031200 is not working but 3.12.0-031200rc7 is partly good, but fine for me. Thanxz for so far ** Changed in: linux (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Confirmed Bug description: On my Lenovo T520 hot plugging USB3.0 PCI AKE Express USB 3.0 5Gbps BC618 Express card not possible. Hot plugging USB devices in this Card is also not possible. In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! WORKAROUND: Power on with PCI card and USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive or other USB products are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO --- ApportVersion: 2.12.5-0ubuntu1 Architecture
[Kernel-packages] [Bug 1006765] Re: 1033:0194 Hot plugging USB3.0 express card Not possible
Additional info: what DOES works with 3.12.0-031200 : plugging the card, together with USB2 hub works! plugging the disk after that in the hub is also fine I don't have a USB3 hub to test. for all NOT working situations: the mouse behavior is slow, and hitching -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Confirmed Bug description: On my Lenovo T520 hot plugging USB3.0 PCI AKE Express USB 3.0 5Gbps BC618 Express card not possible. Hot plugging USB devices in this Card is also not possible. In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! WORKAROUND: Power on with PCI card and USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive or other USB products are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.v
[Kernel-packages] [Bug 1006765] Re: 1033:0194 Hot plugging USB3.0 express card Not possible
suddenly it works with 3.11.0-13-generic but not always, try to find out when is does and don't -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Confirmed Bug description: On my Lenovo T520 hot plugging USB3.0 PCI AKE Express USB 3.0 5Gbps BC618 Express card not possible. Hot plugging USB devices in this Card is also not possible. In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! WORKAROUND: Power on with PCI card and USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive or other USB products are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO --- ApportVersion: 2.12.5-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland
[Kernel-packages] [Bug 1006765] Re: 1033:0194 Hot plugging USB3.0 express card Not possible
apport information ** Tags added: saucy ** Description changed: On my Lenovo T520 hot plugging USB3.0 PCI Express card not possible. Hot plugging USB devices in this Card is also not possible. Only way to access the card and USB device: is powering on with PCI card AND USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive but also other USB products, are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO + --- + ApportVersion: 2.12.5-0ubuntu1 + Architecture: amd64 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/controlC0: roland 2795 F pulseaudio + CurrentDmesg: + Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission denied + dmesg: write failed: Broken pipe + DistroRelease: Ubuntu 13.10 + EcryptfsInUse: Yes + In
[Kernel-packages] [Bug 1006765] CRDA.txt
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1006765/+attachment/3870830/+files/CRDA.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Incomplete Bug description: On my Lenovo T520 hot plugging USB3.0 PCI Express card not possible. Hot plugging USB devices in this Card is also not possible. Only way to access the card and USB device: is powering on with PCI card AND USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive but also other USB products, are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO --- ApportVersion: 2.12.5-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USER
[Kernel-packages] [Bug 1006765] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1006765/+attachment/3870835/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Incomplete Bug description: On my Lenovo T520 hot plugging USB3.0 PCI Express card not possible. Hot plugging USB devices in this Card is also not possible. Only way to access the card and USB device: is powering on with PCI card AND USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive but also other USB products, are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO --- ApportVersion: 2.12.5-0ubuntu1 Architecture: amd64 AudioDevicesInUse
[Kernel-packages] [Bug 1006765] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1006765/+attachment/3870833/+files/Lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Incomplete Bug description: On my Lenovo T520 hot plugging USB3.0 PCI Express card not possible. Hot plugging USB devices in this Card is also not possible. Only way to access the card and USB device: is powering on with PCI card AND USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive but also other USB products, are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO --- ApportVersion: 2.12.5-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USER
[Kernel-packages] [Bug 1006765] IwConfig.txt
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1006765/+attachment/3870832/+files/IwConfig.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Incomplete Bug description: On my Lenovo T520 hot plugging USB3.0 PCI Express card not possible. Hot plugging USB devices in this Card is also not possible. Only way to access the card and USB device: is powering on with PCI card AND USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive but also other USB products, are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO --- ApportVersion: 2.12.5-0ubuntu1 Architecture: amd64 AudioDevicesInUse:
[Kernel-packages] [Bug 1006765] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1006765/+attachment/3870834/+files/Lsusb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Incomplete Bug description: On my Lenovo T520 hot plugging USB3.0 PCI Express card not possible. Hot plugging USB devices in this Card is also not possible. Only way to access the card and USB device: is powering on with PCI card AND USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive but also other USB products, are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO --- ApportVersion: 2.12.5-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USER
[Kernel-packages] [Bug 1006765] HookError_source_linux.txt
apport information ** Attachment added: "HookError_source_linux.txt" https://bugs.launchpad.net/bugs/1006765/+attachment/3870831/+files/HookError_source_linux.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Incomplete Bug description: On my Lenovo T520 hot plugging USB3.0 PCI Express card not possible. Hot plugging USB devices in this Card is also not possible. Only way to access the card and USB device: is powering on with PCI card AND USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive but also other USB products, are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO --- ApportVersion: 2.12.5-0ubuntu1 Architecture: amd64
[Kernel-packages] [Bug 1006765] ProcEnviron.txt
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1006765/+attachment/3870836/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Incomplete Bug description: On my Lenovo T520 hot plugging USB3.0 PCI Express card not possible. Hot plugging USB devices in this Card is also not possible. Only way to access the card and USB device: is powering on with PCI card AND USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive but also other USB products, are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO --- ApportVersion: 2.12.5-0ubuntu1 Architecture: amd64 AudioDevicesInUse
[Kernel-packages] [Bug 1006765] Re: 1033:0194 Hot plugging USB3.0 express card Not possible
@ Christopher, sorry did miss your update Did as you asked, same result, booting with card and disk plugged in is fine, after that, nod disk and extreme slow mouse function, last syslog entry's: Oct 10 08:40:25 roland-ppt kernel: [ 1626.067522] xHCI xhci_check_bandwidth called for root hub Oct 10 08:40:25 roland-ppt kernel: [ 1626.068784] xhci_hcd :05:00.0: Host not halted after 16000 microseconds. Oct 10 08:40:25 roland-ppt kernel: [ 1626.068790] xhci_hcd :05:00.0: USB bus 4 deregistered Oct 10 08:40:25 roland-ppt kernel: [ 1626.068845] xhci_hcd :05:00.0: remove, state 4 Oct 10 08:40:25 roland-ppt kernel: [ 1626.068851] usb usb3: USB disconnect, device number 1 Oct 10 08:40:25 roland-ppt kernel: [ 1626.069043] xHCI xhci_drop_endpoint called for root hub Oct 10 08:40:25 roland-ppt kernel: [ 1626.069045] xHCI xhci_check_bandwidth called for root hub Oct 10 08:40:25 roland-ppt kernel: [ 1626.071594] xhci_hcd :05:00.0: Host not halted after 16000 microseconds. Oct 10 08:40:25 roland-ppt kernel: [ 1626.071881] xhci_hcd :05:00.0: USB bus 3 deregistered Oct 10 08:40:25 roland-ppt kernel: [ 1626.095196] ACPI: Device does not support D3cold -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Incomplete Bug description: On my Lenovo T520 hot plugging USB3.0 PCI Express card not possible. Hot plugging USB devices in this Card is also not possible. Only way to access the card and USB device: is powering on with PCI card AND USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive but also other USB products, are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/
[Kernel-packages] [Bug 1006765] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1006765/+attachment/3870837/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Incomplete Bug description: On my Lenovo T520 hot plugging USB3.0 PCI Express card not possible. Hot plugging USB devices in this Card is also not possible. Only way to access the card and USB device: is powering on with PCI card AND USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive but also other USB products, are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO --- ApportVersion: 2.12.5-0ubuntu1 Architecture: amd64 AudioDev
[Kernel-packages] [Bug 1006765] PulseList.txt
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1006765/+attachment/3870839/+files/PulseList.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Incomplete Bug description: On my Lenovo T520 hot plugging USB3.0 PCI Express card not possible. Hot plugging USB devices in this Card is also not possible. Only way to access the card and USB device: is powering on with PCI card AND USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive but also other USB products, are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO --- ApportVersion: 2.12.5-0ubuntu1 Architecture: amd64 AudioDevicesInUse:
[Kernel-packages] [Bug 1006765] RfKill.txt
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1006765/+attachment/3870840/+files/RfKill.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Incomplete Bug description: On my Lenovo T520 hot plugging USB3.0 PCI Express card not possible. Hot plugging USB devices in this Card is also not possible. Only way to access the card and USB device: is powering on with PCI card AND USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive but also other USB products, are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO --- ApportVersion: 2.12.5-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USER
[Kernel-packages] [Bug 1006765] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1006765/+attachment/3870841/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Incomplete Bug description: On my Lenovo T520 hot plugging USB3.0 PCI Express card not possible. Hot plugging USB devices in this Card is also not possible. Only way to access the card and USB device: is powering on with PCI card AND USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive but also other USB products, are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO --- ApportVersion: 2.12.5-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USER
[Kernel-packages] [Bug 1006765] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1006765/+attachment/3870838/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Incomplete Bug description: On my Lenovo T520 hot plugging USB3.0 PCI Express card not possible. Hot plugging USB devices in this Card is also not possible. Only way to access the card and USB device: is powering on with PCI card AND USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive but also other USB products, are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO --- ApportVersion: 2.12.5-0ubuntu1 Architecture: amd64 AudioDevicesInUse
[Kernel-packages] [Bug 1006765] UdevLog.txt
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1006765/+attachment/3870842/+files/UdevLog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Incomplete Bug description: On my Lenovo T520 hot plugging USB3.0 PCI Express card not possible. Hot plugging USB devices in this Card is also not possible. Only way to access the card and USB device: is powering on with PCI card AND USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive but also other USB products, are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO --- ApportVersion: 2.12.5-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USER
[Kernel-packages] [Bug 1006765] Re: 1033:0194 Hot plugging USB3.0 express card Not possible
Tried the latest 3.12.0-031200rc4-generic 64bit Kernel This works much better: - booting with card and USB-disk (USB-powered) inserted, is always working - plugging in card first and after that a device, is not working - plugging card with USB stick, work, but takes a long time - plugging card with USB-disk (USB powered) together dousn work, and gives slow mouse response - plugging card with USB-2-hub attached always works, it's possible to plug in/out disks and usb-sticks, but is slow sorry I don't have a USB-3 hub, will buy one, if this works it's a very good work-around !!! regards -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Incomplete Bug description: On my Lenovo T520 hot plugging USB3.0 PCI Express card not possible. Hot plugging USB devices in this Card is also not possible. Only way to access the card and USB device: is powering on with PCI card AND USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive but also other USB products, are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.c
[Kernel-packages] [Bug 1006765] Re: 1033:0194 Hot plugging USB3.0 express card Not possible
** Changed in: linux (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Confirmed Bug description: On my Lenovo T520 hot plugging USB3.0 PCI Express card not possible. Hot plugging USB devices in this Card is also not possible. Only way to access the card and USB device: is powering on with PCI card AND USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive but also other USB products, are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO --- ApportVersion: 2.12.5-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2795 F pulseaudi
[Kernel-packages] [Bug 1006765] Re: 1033:0194 Hot plugging USB3.0 express card Not possible
same behavior with BIOS 8AET64WW (1.44 ) 07/26/2013 and Kernel 3.12.0-031200rc5-generic SMP 64 bit -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: Incomplete Bug description: On my Lenovo T520 hot plugging USB3.0 PCI Express card not possible. Hot plugging USB devices in this Card is also not possible. Only way to access the card and USB device: is powering on with PCI card AND USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive but also other USB products, are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO --- ApportVersion: 2.12.5-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0
[Kernel-packages] [Bug 1006765] Re: 1033:0194 Hot plugging USB3.0 express card Not possible
** Changed in: linux (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1006765 Title: 1033:0194 Hot plugging USB3.0 express card Not possible Status in “linux” package in Ubuntu: New Bug description: On my Lenovo T520 hot plugging USB3.0 PCI Express card not possible. Hot plugging USB devices in this Card is also not possible. Only way to access the card and USB device: is powering on with PCI card AND USB devices connected. Reconnecting devices after this is not possible. Re-Plugging the drive but also other USB products, are not recognized. WORKAROUND: sudo echo acpiphp >> /etc/modules Modify /etc/default/grub to have: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp_force=1 pciehp_poll_mode=1" and run: sudo update-grub In kern.log: May 31 09:54:48 roland kernel: [ 1441.460174] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:48 roland kernel: [ 1441.460244] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066711] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:54:49 roland kernel: [ 1442.066773] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659879] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:02 roland kernel: [ 1455.659938] hub 3-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250534] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:03 roland kernel: [ 1456.250595] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940363] hub 4-0:1.0: hub_port_status failed (err = -19) May 31 09:55:05 roland kernel: [ 1458.940429] hub 4-0:1.0: hub_port_status failed (err = -19) Plugging out the USB3 Express card: no messages in kern.log !! --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2949 F pulseaudio CRDA: country NL: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR (5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS (5490 - 5710 @ 40), (N/A, 27), DFS Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf272 irq 52' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:14f1506e,17aa21cf,0012 HDA:80862805,80860101,0010' Controls : 37 Simple ctrls : 14 Card29.Amixer.info: Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw unknown' Mixer name : 'ThinkPad EC (unknown)' Components : '' Controls : 1 Simple ctrls : 1 Card29.Amixer.values: Simple mixer control 'Console',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] DistroRelease: Ubuntu 12.04 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: LENOVO 4243W29 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic root=UUID=e5e65e59-f323-4df0-a813-dc393d2a4970 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic N/A linux-backports-modules-3.2.0-24-generic N/A linux-firmware1.79 SourcePackage: linux StagingDrivers: mei Tags: precise staging precise staging Uname: Linux 3.2.0-24-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-04-24 (37 days ago) UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev pulse pulse-access sambashare vboxusers video dmi.bios.date: 07/11/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 8AET49WW (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 4243W29 dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: LBNL02200 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr8AET49WW(1.29):bd07/11/2011:svnLENOVO:pn4243W29:pvrThinkPadT520:rvnLENOVO:rn4243W29:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 4243W29 dmi.product.version: ThinkPad T520 dmi.sys.vendor: LENOVO --- ApportVersion: 2.12.5-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2795 F pulseaudio Cur
[Kernel-packages] [Bug 1866170] Re: Suspend triggers Hardware Error in e1000e driver
I don't know if I can test whole new unsigned kernels soon. Would it be possible to just test the modified e1000e driver? I could build the source and do a insmod/modprobe. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1866170 Title: Suspend triggers Hardware Error in e1000e driver Status in linux package in Ubuntu: Confirmed Bug description: I'm experiencing problems since a recent kernel update. The laptop, a Lenovo X1 gen 7, won't suspend. This is the relevant kernel log --> # modprobe e1000e: [ 129.848320] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 129.848321] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 129.848592] e1000e :00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 130.041352] e1000e :00:1f.6 :00:1f.6 (uninitialized): registered PHC clock [ 130.108943] e1000e :00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 98:fa:9b:7a:d9:f8 [ 130.108945] e1000e :00:1f.6 eth0: Intel(R) PRO/1000 Network Connection [ 130.109109] e1000e :00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FF-0FF [ 130.110252] e1000e :00:1f.6 enp0s31f6: renamed from eth0 --> Close laptop cover [ 135.766644] PM: suspend entry (s2idle) [ 135.827181] Filesystems sync: 0.060 seconds [ 135.827625] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 135.829446] OOM killer disabled. [ 135.829446] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 135.830557] printk: Suspending console(s) (use no_console_suspend to debug) [ 135.847372] wlp0s20f3: deauthenticating from 6c:3b:6b:45:31:33 by local choice (Reason: 3=DEAUTH_LEAVING) [ 135.952129] e1000e: EEE TX LPI TIMER: 0011 [ 168.243513] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 168.552833] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 168.620018] iwlwifi :00:14.3: FW already configured (0) - re-configuring [ 171.122887] e1000e :00:1f.6 enp0s31f6: PHY Wakeup cause - Unicast Packet [ 171.789683] e1000e :00:1f.6 enp0s31f6: Hardware Error [ 172.316635] OOM killer enabled. [ 172.316635] Restarting tasks ... done. [ 172.524828] PM: suspend exit [ 173.520752] e1000e :00:1f.6 enp0s31f6: Hardware Error [ 173.823096] e1000e: enp0s31f6 NIC Link is Down [ 173.832543] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 173.947544] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 174.012469] iwlwifi :00:14.3: FW already configured (0) - re-configuring [ 174.950102] e1000e :00:1f.6 enp0s31f6: Hardware Error [ 179.453930] wlp0s20f3: authenticate with 6c:3b:6b:45:31:33 [ 179.456251] wlp0s20f3: send auth to 6c:3b:6b:45:31:33 (try 1/3) [ 179.494829] wlp0s20f3: authenticated [ 179.496193] wlp0s20f3: associate with 6c:3b:6b:45:31:33 (try 1/3) [ 179.498191] wlp0s20f3: RX AssocResp from 6c:3b:6b:45:31:33 (capab=0x431 status=0 aid=2) [ 179.500628] wlp0s20f3: associated [ 179.512786] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20f3: link becomes ready ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: linux-modules-5.3.0-42-generic 5.3.0-42.34 ProcVersionSignature: Ubuntu 5.3.0-42.34-generic 5.3.18 Uname: Linux 5.3.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu8.5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2099 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Thu Mar 5 11:10:06 2020 Dependencies: InstallationDate: Installed on 2019-10-07 (149 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416) MachineType: LENOVO 20QDCTO1WW ProcFB: 0 i915drmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-42-generic root=UUID=298d5179-f5b4-410d-aafb-92630b5b48a1 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-5.3.0-42-generic N/A linux-backports-modules-5.3.0-42-generic N/A linux-firmware1.183.4 SourcePackage: linux UpgradeStatus: Upgraded to eoan on 2019-11-19 (107 days ago) dmi.bios.date: 02/21/2020 dmi.bios.vendor: LENOVO dmi.bios.version: N2HET46W (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 20QDCTO1WW dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrN2HET46W(1.29):bd02/21/2020:svnLENOVO:pn20QDCTO1WW:pvrThinkPadX1Carbon7th:rvnLENOVO:rn20QDCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone: dmi.product.family: ThinkPad X1 Carbon 7th dmi.product.name: 20QDCTO1WW dmi.product.sku: LENOVO_MT_20QD_BU_Think_FM_ThinkPad X1 Carbon 7th dmi.product.
[Kernel-packages] [Bug 1866170] Re: Suspend triggers Hardware Error in e1000e driver
Couldn't test it, since the driver won't load with: modprobe: ERROR: could not insert 'e1000e': Operation not permitted It seems Secure boot related. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1866170 Title: Suspend triggers Hardware Error in e1000e driver Status in linux package in Ubuntu: Confirmed Bug description: I'm experiencing problems since a recent kernel update. The laptop, a Lenovo X1 gen 7, won't suspend. This is the relevant kernel log --> # modprobe e1000e: [ 129.848320] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 129.848321] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 129.848592] e1000e :00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 130.041352] e1000e :00:1f.6 :00:1f.6 (uninitialized): registered PHC clock [ 130.108943] e1000e :00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 98:fa:9b:7a:d9:f8 [ 130.108945] e1000e :00:1f.6 eth0: Intel(R) PRO/1000 Network Connection [ 130.109109] e1000e :00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FF-0FF [ 130.110252] e1000e :00:1f.6 enp0s31f6: renamed from eth0 --> Close laptop cover [ 135.766644] PM: suspend entry (s2idle) [ 135.827181] Filesystems sync: 0.060 seconds [ 135.827625] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 135.829446] OOM killer disabled. [ 135.829446] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 135.830557] printk: Suspending console(s) (use no_console_suspend to debug) [ 135.847372] wlp0s20f3: deauthenticating from 6c:3b:6b:45:31:33 by local choice (Reason: 3=DEAUTH_LEAVING) [ 135.952129] e1000e: EEE TX LPI TIMER: 0011 [ 168.243513] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 168.552833] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 168.620018] iwlwifi :00:14.3: FW already configured (0) - re-configuring [ 171.122887] e1000e :00:1f.6 enp0s31f6: PHY Wakeup cause - Unicast Packet [ 171.789683] e1000e :00:1f.6 enp0s31f6: Hardware Error [ 172.316635] OOM killer enabled. [ 172.316635] Restarting tasks ... done. [ 172.524828] PM: suspend exit [ 173.520752] e1000e :00:1f.6 enp0s31f6: Hardware Error [ 173.823096] e1000e: enp0s31f6 NIC Link is Down [ 173.832543] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 173.947544] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [ 174.012469] iwlwifi :00:14.3: FW already configured (0) - re-configuring [ 174.950102] e1000e :00:1f.6 enp0s31f6: Hardware Error [ 179.453930] wlp0s20f3: authenticate with 6c:3b:6b:45:31:33 [ 179.456251] wlp0s20f3: send auth to 6c:3b:6b:45:31:33 (try 1/3) [ 179.494829] wlp0s20f3: authenticated [ 179.496193] wlp0s20f3: associate with 6c:3b:6b:45:31:33 (try 1/3) [ 179.498191] wlp0s20f3: RX AssocResp from 6c:3b:6b:45:31:33 (capab=0x431 status=0 aid=2) [ 179.500628] wlp0s20f3: associated [ 179.512786] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20f3: link becomes ready ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: linux-modules-5.3.0-42-generic 5.3.0-42.34 ProcVersionSignature: Ubuntu 5.3.0-42.34-generic 5.3.18 Uname: Linux 5.3.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu8.5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2099 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Thu Mar 5 11:10:06 2020 Dependencies: InstallationDate: Installed on 2019-10-07 (149 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416) MachineType: LENOVO 20QDCTO1WW ProcFB: 0 i915drmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-42-generic root=UUID=298d5179-f5b4-410d-aafb-92630b5b48a1 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-5.3.0-42-generic N/A linux-backports-modules-5.3.0-42-generic N/A linux-firmware1.183.4 SourcePackage: linux UpgradeStatus: Upgraded to eoan on 2019-11-19 (107 days ago) dmi.bios.date: 02/21/2020 dmi.bios.vendor: LENOVO dmi.bios.version: N2HET46W (1.29 ) dmi.board.asset.tag: Not Available dmi.board.name: 20QDCTO1WW dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrN2HET46W(1.29):bd02/21/2020:svnLENOVO:pn20QDCTO1WW:pvrThinkPadX1Carbon7th:rvnLENOVO:rn20QDCTO1WW:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone: dmi.product.family: ThinkPad X1 Carbon 7th dmi.product.name: 20QDCTO1WW dmi.product.sku: LENOVO_MT_20QD_BU_Think_FM_ThinkPad X1 Carbon 7th dmi.product.version: T
[Kernel-packages] [Bug 1867388] Re: suspend crashes laptop
The sound problem might be related with: https://bugs.launchpad.net/ubuntu/eoan/+source/linux/+bug/1864061 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1867388 Title: suspend crashes laptop Status in linux package in Ubuntu: Confirmed Bug description: Suspend stopped working when upgraded to kernel 5.3.0-41 from -40. Power-button (narrow slit) LED stays fully lit and front indicator power/wifi/drive LEDs also lit as though not suspended. Screen went black but will not respond to keyboard/touchpad input (even Ctrl-Alt- Del). Only way to recover laptop was long-press power button (5 seconds) to force it to turn off then press again as normal to cold boot. Also note: Builtin stereo speakers also stopped working in the same kernel version change - out of scope for this bug I expect, perhaps related to SOF or Alsa migration/integration changes I saw in changelog: Builtin microphone never worked on 19.10, even after researching issue and trying assigning each pin in turn to it via hdajackretask. Boot and shutdown and suspend and builtin speakers all working normally in kernels from initial install of 19.10 in November 2019 through 5.3.0-40 (inclusive). Laptop is an HP Elitebook 830 G6 with ProdId 6XE61EA#... TRIED: installed 5.3.0-42 (latest as I write) kernel, same result as -41. Added "snd_hda_intel.dmic_detect=0" to /etc/modprobe.d/alsa.conf (about to try it in alsa-base.conf instead) Also tried live boot of daily snapshot of Ubuntu 20.04 from 12 March 2020, fails to suspend and speakers not recognised (same problems). Kern.log and LEDs strongly indicate machine crashes before suspend achieved (having read up on the difference), so appears to be a suspend problem not a resume one; especially as LED goes into dim/brighten cycle on previous kernels when it goes into suspend and resumes fully with no issue. Cancelling the suspend just after I've pressed the power button to suspend it and the screen has gone black (think I used space key? or did I press power again?) worked the one time I tried it, and dmesg/logs indicate a fair bit of the suspend happens ok. Appears to match part of this upstream issue (about an HP Spectre x360 laptop): https://bugzilla.kernel.org/show_bug.cgi?id=205959 May have time to bisect some kernel changes or try other fixes or build kernels/code, given a few days (am a software developer) ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: linux-image-5.3.0-42-generic 5.3.0-42.34 ProcVersionSignature: Ubuntu 5.3.0-42.34-generic 5.3.18 Uname: Linux 5.3.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu8.5 Architecture: amd64 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: CurrentDesktop: ubuntu:GNOME Date: Fri Mar 13 19:12:23 2020 InstallationDate: Installed on 2019-11-08 (126 days ago) InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017) MachineType: HP HP EliteBook 830 G6 ProcFB: 0 i915drmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-42-generic root=UUID=4eabc89a-3237-4e0b-91b2-56346c65d607 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-5.3.0-42-generic N/A linux-backports-modules-5.3.0-42-generic N/A linux-firmware1.183.4 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 06/18/2019 dmi.bios.vendor: HP dmi.bios.version: R70 Ver. 01.02.00 dmi.board.name: 854A dmi.board.vendor: HP dmi.board.version: KBC Version 52.4C.00 dmi.chassis.asset.tag: 5CG9381HTF dmi.chassis.type: 10 dmi.chassis.vendor: HP dmi.modalias: dmi:bvnHP:bvrR70Ver.01.02.00:bd06/18/2019:svnHP:pnHPEliteBook830G6:pvr:rvnHP:rn854A:rvrKBCVersion52.4C.00:cvnHP:ct10:cvr: dmi.product.family: 103C_5336AN HP EliteBook dmi.product.name: HP EliteBook 830 G6 dmi.product.sku: 6XE61EA#ABU dmi.sys.vendor: HP To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1867388/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 2011452] [NEW] Crash on 5.19.0-35 when connecting AMD GPU
Public bug reported: Bug is present in 5.19.0-35. Booting with 5.19.0-32 works. I have an AMD 6700XT connected via thunderbolt. When I connect the egpu there is a hard lock. I need to do a long press on the power switch to poweroff my laptop. See the attached boot.log. It shows the moment I plug in my thunderbol3 device till the crash. Searching gave me this bug: #2009136 which also effects AMD gpus. ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: linux-image-5.19.0-32-generic 5.19.0-32.33~22.04.1 ProcVersionSignature: Ubuntu 5.19.0-32.33~22.04.1-generic 5.19.17 Uname: Linux 5.19.0-32-generic x86_64 ApportVersion: 2.20.11-0ubuntu82.3 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Mon Mar 13 16:44:07 2023 InstallationDate: Installed on 2021-06-14 (636 days ago) InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420) SourcePackage: linux-signed-hwe-5.19 UpgradeStatus: Upgraded to jammy on 2022-05-06 (311 days ago) ** Affects: linux-signed-hwe-5.19 (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug jammy ** Attachment added: "journalctl from the moment the gpu is connected till the crash." https://bugs.launchpad.net/bugs/2011452/+attachment/5654181/+files/boot.log -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-signed-hwe-5.19 in Ubuntu. https://bugs.launchpad.net/bugs/2011452 Title: Crash on 5.19.0-35 when connecting AMD GPU Status in linux-signed-hwe-5.19 package in Ubuntu: New Bug description: Bug is present in 5.19.0-35. Booting with 5.19.0-32 works. I have an AMD 6700XT connected via thunderbolt. When I connect the egpu there is a hard lock. I need to do a long press on the power switch to poweroff my laptop. See the attached boot.log. It shows the moment I plug in my thunderbol3 device till the crash. Searching gave me this bug: #2009136 which also effects AMD gpus. ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: linux-image-5.19.0-32-generic 5.19.0-32.33~22.04.1 ProcVersionSignature: Ubuntu 5.19.0-32.33~22.04.1-generic 5.19.17 Uname: Linux 5.19.0-32-generic x86_64 ApportVersion: 2.20.11-0ubuntu82.3 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Mon Mar 13 16:44:07 2023 InstallationDate: Installed on 2021-06-14 (636 days ago) InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420) SourcePackage: linux-signed-hwe-5.19 UpgradeStatus: Upgraded to jammy on 2022-05-06 (311 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.19/+bug/2011452/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1825395] [NEW] thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen
Public bug reported: I have a Lenovo X1 Yoga 2nd gen along with the Lenovo thunderbolt docking station. Initial connection to the dock works great, but after a few plug/unplug and suspend/resume cycles, the system gets in a state where a reboot is needed to make the dock work. The displayport connection still works so my external monitor gets the right display, but the thunderbolt / PCIe connection does not and so the USB and network ports in the dock aren't usable. I assume it is connected to the kernel messages like [37269.423750] thunderbolt 0-1: new device found, vendor=0x108 device=0x1630 [37269.423751] thunderbolt 0-1: Lenovo ThinkPad Thunderbolt 3 Dock [37270.096713] pci :09:00.0: [8086:15d3] type 01 class 0x060400 [37270.096820] pci :09:00.0: enabling Extended Tags [37270.096975] pci :09:00.0: supports D1 D2 [37270.096976] pci :09:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.097068] pci :09:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at :07:01.0 (capable of 31.504 Gb/s with 8 GT/s x4 link) [37270.097187] pcieport :07:01.0: ASPM: current common clock configuration is broken, reconfiguring [37270.108588] pci :0a:00.0: [8086:15d3] type 01 class 0x060400 [37270.108705] pci :0a:00.0: enabling Extended Tags [37270.108865] pci :0a:00.0: supports D1 D2 [37270.108866] pci :0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.109066] pcieport :07:02.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109147] pci :0b:00.0: [1b73:1100] type 00 class 0x0c0330 [37270.109221] pci :0b:00.0: reg 0x10: [mem 0xbc00-0xbc00 64bit] [37270.109258] pci :0b:00.0: reg 0x18: [mem 0xbc01-0xbc010fff 64bit] [37270.109295] pci :0b:00.0: reg 0x20: [mem 0xbc011000-0xbc011fff 64bit] [37270.109499] pci :0b:00.0: supports D1 [37270.109500] pci :0b:00.0: PME# supported from D0 D1 D3hot D3cold [37270.109686] pcieport :07:04.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109724] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109738] pci :09:00.0: devices behind bridge are unusable because [bus 0a] cannot be assigned for them [37270.109766] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109779] pcieport :07:02.0: bridge has subordinate 0a but max busn 0b [37270.109831] pci_bus :3d: busn_res: can not insert [bus 3d-70] under [bus 07-0b] (conflicts with (null) [bus 07-0b]) [37270.109834] pcieport :07:04.0: PCI bridge to [bus 3d-70] [37270.109843] pcieport :07:04.0: bridge window [mem 0xd400-0xe9ff] [37270.109848] pcieport :07:04.0: bridge window [mem 0x9000-0xb9ff 64bit pref] [37270.109849] pcieport :07:04.0: devices behind bridge are unusable because [bus 3d-70] cannot be assigned for them ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: linux-image-5.0.0-13-generic 5.0.0-13.14 ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6 Uname: Linux 5.0.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu27 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 1690 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Thu Apr 18 09:40:22 2019 InstallationDate: Installed on 2019-03-29 (20 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.2) MachineType: LENOVO 20JGS01000 ProcEnviron: TERM=screen PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-13-generic root=UUID=323a265b-35d4-4a11-82f0-e47b38cac797 ro quiet splash vt.handoff=1 RelatedPackageVersions: linux-restricted-modules-5.0.0-13-generic N/A linux-backports-modules-5.0.0-13-generic N/A linux-firmware1.178 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/11/2019 dmi.bios.vendor: LENOVO dmi.bios.version: N1NET45W (1.32 ) dmi.board.asset.tag: Not Available dmi.board.name: 20JGS01000 dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 31 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrN1NET45W(1.32):bd03/11/2019:svnLENOVO:pn20JGS01000:pvrThinkPadX1Yoga2nd:rvnLENOVO:rn20JGS01000:rvrSDK0J40697WIN:cvnLENOVO:ct31:cvrNone: dmi.product.family: ThinkPad X1 Yoga 2nd dmi.product.name: 20JGS01000 dmi.product.sku: LENOVO_MT_20JG_BU_Think_FM_ThinkPad X1 Yoga 2nd dmi.product.version: ThinkPad X1 Yoga 2nd dmi.sys.vendor: LENOVO ** Affects: linux (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: amd64 apport-bug disco wayland-session -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to
[Kernel-packages] [Bug 1825395] Re: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen
I will try the upstream kernel, although it will be a few days before I can confidently report if the issue is not present. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1825395 Title: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen Status in linux package in Ubuntu: Confirmed Bug description: I have a Lenovo X1 Yoga 2nd gen along with the Lenovo thunderbolt docking station. Initial connection to the dock works great, but after a few plug/unplug and suspend/resume cycles, the system gets in a state where a reboot is needed to make the dock work. The displayport connection still works so my external monitor gets the right display, but the thunderbolt / PCIe connection does not and so the USB and network ports in the dock aren't usable. I assume it is connected to the kernel messages like [37269.423750] thunderbolt 0-1: new device found, vendor=0x108 device=0x1630 [37269.423751] thunderbolt 0-1: Lenovo ThinkPad Thunderbolt 3 Dock [37270.096713] pci :09:00.0: [8086:15d3] type 01 class 0x060400 [37270.096820] pci :09:00.0: enabling Extended Tags [37270.096975] pci :09:00.0: supports D1 D2 [37270.096976] pci :09:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.097068] pci :09:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at :07:01.0 (capable of 31.504 Gb/s with 8 GT/s x4 link) [37270.097187] pcieport :07:01.0: ASPM: current common clock configuration is broken, reconfiguring [37270.108588] pci :0a:00.0: [8086:15d3] type 01 class 0x060400 [37270.108705] pci :0a:00.0: enabling Extended Tags [37270.108865] pci :0a:00.0: supports D1 D2 [37270.108866] pci :0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.109066] pcieport :07:02.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109147] pci :0b:00.0: [1b73:1100] type 00 class 0x0c0330 [37270.109221] pci :0b:00.0: reg 0x10: [mem 0xbc00-0xbc00 64bit] [37270.109258] pci :0b:00.0: reg 0x18: [mem 0xbc01-0xbc010fff 64bit] [37270.109295] pci :0b:00.0: reg 0x20: [mem 0xbc011000-0xbc011fff 64bit] [37270.109499] pci :0b:00.0: supports D1 [37270.109500] pci :0b:00.0: PME# supported from D0 D1 D3hot D3cold [37270.109686] pcieport :07:04.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109724] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109738] pci :09:00.0: devices behind bridge are unusable because [bus 0a] cannot be assigned for them [37270.109766] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109779] pcieport :07:02.0: bridge has subordinate 0a but max busn 0b [37270.109831] pci_bus :3d: busn_res: can not insert [bus 3d-70] under [bus 07-0b] (conflicts with (null) [bus 07-0b]) [37270.109834] pcieport :07:04.0: PCI bridge to [bus 3d-70] [37270.109843] pcieport :07:04.0: bridge window [mem 0xd400-0xe9ff] [37270.109848] pcieport :07:04.0: bridge window [mem 0x9000-0xb9ff 64bit pref] [37270.109849] pcieport :07:04.0: devices behind bridge are unusable because [bus 3d-70] cannot be assigned for them ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: linux-image-5.0.0-13-generic 5.0.0-13.14 ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6 Uname: Linux 5.0.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu27 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 1690 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Thu Apr 18 09:40:22 2019 InstallationDate: Installed on 2019-03-29 (20 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.2) MachineType: LENOVO 20JGS01000 ProcEnviron: TERM=screen PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-13-generic root=UUID=323a265b-35d4-4a11-82f0-e47b38cac797 ro quiet splash vt.handoff=1 RelatedPackageVersions: linux-restricted-modules-5.0.0-13-generic N/A linux-backports-modules-5.0.0-13-generic N/A linux-firmware1.178 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/11/2019 dmi.bios.vendor: LENOVO dmi.bios.version: N1NET45W (1.32 ) dmi.board.asset.tag: Not Available dmi.board.name: 20JGS01000 dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 31 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:b
[Kernel-packages] [Bug 1825395] Re: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen
So I can confirm that this bug happens with upstream build 5.1.0-050100rc5-generic. Will attach full dmesg. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1825395 Title: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen Status in linux package in Ubuntu: Confirmed Bug description: I have a Lenovo X1 Yoga 2nd gen along with the Lenovo thunderbolt docking station. Initial connection to the dock works great, but after a few plug/unplug and suspend/resume cycles, the system gets in a state where a reboot is needed to make the dock work. The displayport connection still works so my external monitor gets the right display, but the thunderbolt / PCIe connection does not and so the USB and network ports in the dock aren't usable. I assume it is connected to the kernel messages like [37269.423750] thunderbolt 0-1: new device found, vendor=0x108 device=0x1630 [37269.423751] thunderbolt 0-1: Lenovo ThinkPad Thunderbolt 3 Dock [37270.096713] pci :09:00.0: [8086:15d3] type 01 class 0x060400 [37270.096820] pci :09:00.0: enabling Extended Tags [37270.096975] pci :09:00.0: supports D1 D2 [37270.096976] pci :09:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.097068] pci :09:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at :07:01.0 (capable of 31.504 Gb/s with 8 GT/s x4 link) [37270.097187] pcieport :07:01.0: ASPM: current common clock configuration is broken, reconfiguring [37270.108588] pci :0a:00.0: [8086:15d3] type 01 class 0x060400 [37270.108705] pci :0a:00.0: enabling Extended Tags [37270.108865] pci :0a:00.0: supports D1 D2 [37270.108866] pci :0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.109066] pcieport :07:02.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109147] pci :0b:00.0: [1b73:1100] type 00 class 0x0c0330 [37270.109221] pci :0b:00.0: reg 0x10: [mem 0xbc00-0xbc00 64bit] [37270.109258] pci :0b:00.0: reg 0x18: [mem 0xbc01-0xbc010fff 64bit] [37270.109295] pci :0b:00.0: reg 0x20: [mem 0xbc011000-0xbc011fff 64bit] [37270.109499] pci :0b:00.0: supports D1 [37270.109500] pci :0b:00.0: PME# supported from D0 D1 D3hot D3cold [37270.109686] pcieport :07:04.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109724] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109738] pci :09:00.0: devices behind bridge are unusable because [bus 0a] cannot be assigned for them [37270.109766] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109779] pcieport :07:02.0: bridge has subordinate 0a but max busn 0b [37270.109831] pci_bus :3d: busn_res: can not insert [bus 3d-70] under [bus 07-0b] (conflicts with (null) [bus 07-0b]) [37270.109834] pcieport :07:04.0: PCI bridge to [bus 3d-70] [37270.109843] pcieport :07:04.0: bridge window [mem 0xd400-0xe9ff] [37270.109848] pcieport :07:04.0: bridge window [mem 0x9000-0xb9ff 64bit pref] [37270.109849] pcieport :07:04.0: devices behind bridge are unusable because [bus 3d-70] cannot be assigned for them ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: linux-image-5.0.0-13-generic 5.0.0-13.14 ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6 Uname: Linux 5.0.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu27 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 1690 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Thu Apr 18 09:40:22 2019 InstallationDate: Installed on 2019-03-29 (20 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.2) MachineType: LENOVO 20JGS01000 ProcEnviron: TERM=screen PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-13-generic root=UUID=323a265b-35d4-4a11-82f0-e47b38cac797 ro quiet splash vt.handoff=1 RelatedPackageVersions: linux-restricted-modules-5.0.0-13-generic N/A linux-backports-modules-5.0.0-13-generic N/A linux-firmware1.178 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/11/2019 dmi.bios.vendor: LENOVO dmi.bios.version: N1NET45W (1.32 ) dmi.board.asset.tag: Not Available dmi.board.name: 20JGS01000 dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 31 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrN1NET45W(1.3
[Kernel-packages] [Bug 1825395] Re: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen
2.0: bridge has subordinate 0a but max busn 0b [37270.109831] pci_bus :3d: busn_res: can not insert [bus 3d-70] under [bus 07-0b] (conflicts with (null) [bus 07-0b]) [37270.109834] pcieport :07:04.0: PCI bridge to [bus 3d-70] [37270.109843] pcieport :07:04.0: bridge window [mem 0xd400-0xe9ff] [37270.109848] pcieport :07:04.0: bridge window [mem 0x9000-0xb9ff 64bit pref] [37270.109849] pcieport :07:04.0: devices behind bridge are unusable because [bus 3d-70] cannot be assigned for them ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: linux-image-5.0.0-13-generic 5.0.0-13.14 ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6 Uname: Linux 5.0.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu27 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 1690 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Thu Apr 18 09:40:22 2019 InstallationDate: Installed on 2019-03-29 (20 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.2) MachineType: LENOVO 20JGS01000 ProcEnviron: TERM=screen PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-13-generic root=UUID=323a265b-35d4-4a11-82f0-e47b38cac797 ro quiet splash vt.handoff=1 RelatedPackageVersions: linux-restricted-modules-5.0.0-13-generic N/A linux-backports-modules-5.0.0-13-generic N/A linux-firmware1.178 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/11/2019 dmi.bios.vendor: LENOVO dmi.bios.version: N1NET45W (1.32 ) dmi.board.asset.tag: Not Available dmi.board.name: 20JGS01000 dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 31 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrN1NET45W(1.32):bd03/11/2019:svnLENOVO:pn20JGS01000:pvrThinkPadX1Yoga2nd:rvnLENOVO:rn20JGS01000:rvrSDK0J40697WIN:cvnLENOVO:ct31:cvrNone: dmi.product.family: ThinkPad X1 Yoga 2nd dmi.product.name: 20JGS01000 dmi.product.sku: LENOVO_MT_20JG_BU_Think_FM_ThinkPad X1 Yoga 2nd dmi.product.version: ThinkPad X1 Yoga 2nd dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1825395/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1825395] Re: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen
** Attachment added: "lspci after unplug from thunderbolt dock" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1825395/+attachment/5258315/+files/post-unplug-lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1825395 Title: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen Status in linux package in Ubuntu: Confirmed Bug description: I have a Lenovo X1 Yoga 2nd gen along with the Lenovo thunderbolt docking station. Initial connection to the dock works great, but after a few plug/unplug and suspend/resume cycles, the system gets in a state where a reboot is needed to make the dock work. The displayport connection still works so my external monitor gets the right display, but the thunderbolt / PCIe connection does not and so the USB and network ports in the dock aren't usable. I assume it is connected to the kernel messages like [37269.423750] thunderbolt 0-1: new device found, vendor=0x108 device=0x1630 [37269.423751] thunderbolt 0-1: Lenovo ThinkPad Thunderbolt 3 Dock [37270.096713] pci :09:00.0: [8086:15d3] type 01 class 0x060400 [37270.096820] pci :09:00.0: enabling Extended Tags [37270.096975] pci :09:00.0: supports D1 D2 [37270.096976] pci :09:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.097068] pci :09:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at :07:01.0 (capable of 31.504 Gb/s with 8 GT/s x4 link) [37270.097187] pcieport :07:01.0: ASPM: current common clock configuration is broken, reconfiguring [37270.108588] pci :0a:00.0: [8086:15d3] type 01 class 0x060400 [37270.108705] pci :0a:00.0: enabling Extended Tags [37270.108865] pci :0a:00.0: supports D1 D2 [37270.108866] pci :0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.109066] pcieport :07:02.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109147] pci :0b:00.0: [1b73:1100] type 00 class 0x0c0330 [37270.109221] pci :0b:00.0: reg 0x10: [mem 0xbc00-0xbc00 64bit] [37270.109258] pci :0b:00.0: reg 0x18: [mem 0xbc01-0xbc010fff 64bit] [37270.109295] pci :0b:00.0: reg 0x20: [mem 0xbc011000-0xbc011fff 64bit] [37270.109499] pci :0b:00.0: supports D1 [37270.109500] pci :0b:00.0: PME# supported from D0 D1 D3hot D3cold [37270.109686] pcieport :07:04.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109724] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109738] pci :09:00.0: devices behind bridge are unusable because [bus 0a] cannot be assigned for them [37270.109766] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109779] pcieport :07:02.0: bridge has subordinate 0a but max busn 0b [37270.109831] pci_bus :3d: busn_res: can not insert [bus 3d-70] under [bus 07-0b] (conflicts with (null) [bus 07-0b]) [37270.109834] pcieport :07:04.0: PCI bridge to [bus 3d-70] [37270.109843] pcieport :07:04.0: bridge window [mem 0xd400-0xe9ff] [37270.109848] pcieport :07:04.0: bridge window [mem 0x9000-0xb9ff 64bit pref] [37270.109849] pcieport :07:04.0: devices behind bridge are unusable because [bus 3d-70] cannot be assigned for them ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: linux-image-5.0.0-13-generic 5.0.0-13.14 ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6 Uname: Linux 5.0.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu27 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 1690 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Thu Apr 18 09:40:22 2019 InstallationDate: Installed on 2019-03-29 (20 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.2) MachineType: LENOVO 20JGS01000 ProcEnviron: TERM=screen PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-13-generic root=UUID=323a265b-35d4-4a11-82f0-e47b38cac797 ro quiet splash vt.handoff=1 RelatedPackageVersions: linux-restricted-modules-5.0.0-13-generic N/A linux-backports-modules-5.0.0-13-generic N/A linux-firmware1.178 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/11/2019 dmi.bios.vendor: LENOVO dmi.bios.version: N1NET45W (1.32 ) dmi.board.asset.tag: Not Available dmi.board.name: 20JGS01000 dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 31 dmi.chassis.vendor: LEN
[Kernel-packages] [Bug 1825395] Re: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen
** Attachment added: "dmesg from boot to reproduction of the thunderbolt issue" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1825395/+attachment/5258312/+files/post-replug-dmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1825395 Title: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen Status in linux package in Ubuntu: Confirmed Bug description: I have a Lenovo X1 Yoga 2nd gen along with the Lenovo thunderbolt docking station. Initial connection to the dock works great, but after a few plug/unplug and suspend/resume cycles, the system gets in a state where a reboot is needed to make the dock work. The displayport connection still works so my external monitor gets the right display, but the thunderbolt / PCIe connection does not and so the USB and network ports in the dock aren't usable. I assume it is connected to the kernel messages like [37269.423750] thunderbolt 0-1: new device found, vendor=0x108 device=0x1630 [37269.423751] thunderbolt 0-1: Lenovo ThinkPad Thunderbolt 3 Dock [37270.096713] pci :09:00.0: [8086:15d3] type 01 class 0x060400 [37270.096820] pci :09:00.0: enabling Extended Tags [37270.096975] pci :09:00.0: supports D1 D2 [37270.096976] pci :09:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.097068] pci :09:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at :07:01.0 (capable of 31.504 Gb/s with 8 GT/s x4 link) [37270.097187] pcieport :07:01.0: ASPM: current common clock configuration is broken, reconfiguring [37270.108588] pci :0a:00.0: [8086:15d3] type 01 class 0x060400 [37270.108705] pci :0a:00.0: enabling Extended Tags [37270.108865] pci :0a:00.0: supports D1 D2 [37270.108866] pci :0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.109066] pcieport :07:02.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109147] pci :0b:00.0: [1b73:1100] type 00 class 0x0c0330 [37270.109221] pci :0b:00.0: reg 0x10: [mem 0xbc00-0xbc00 64bit] [37270.109258] pci :0b:00.0: reg 0x18: [mem 0xbc01-0xbc010fff 64bit] [37270.109295] pci :0b:00.0: reg 0x20: [mem 0xbc011000-0xbc011fff 64bit] [37270.109499] pci :0b:00.0: supports D1 [37270.109500] pci :0b:00.0: PME# supported from D0 D1 D3hot D3cold [37270.109686] pcieport :07:04.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109724] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109738] pci :09:00.0: devices behind bridge are unusable because [bus 0a] cannot be assigned for them [37270.109766] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109779] pcieport :07:02.0: bridge has subordinate 0a but max busn 0b [37270.109831] pci_bus :3d: busn_res: can not insert [bus 3d-70] under [bus 07-0b] (conflicts with (null) [bus 07-0b]) [37270.109834] pcieport :07:04.0: PCI bridge to [bus 3d-70] [37270.109843] pcieport :07:04.0: bridge window [mem 0xd400-0xe9ff] [37270.109848] pcieport :07:04.0: bridge window [mem 0x9000-0xb9ff 64bit pref] [37270.109849] pcieport :07:04.0: devices behind bridge are unusable because [bus 3d-70] cannot be assigned for them ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: linux-image-5.0.0-13-generic 5.0.0-13.14 ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6 Uname: Linux 5.0.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu27 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 1690 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Thu Apr 18 09:40:22 2019 InstallationDate: Installed on 2019-03-29 (20 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.2) MachineType: LENOVO 20JGS01000 ProcEnviron: TERM=screen PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-13-generic root=UUID=323a265b-35d4-4a11-82f0-e47b38cac797 ro quiet splash vt.handoff=1 RelatedPackageVersions: linux-restricted-modules-5.0.0-13-generic N/A linux-backports-modules-5.0.0-13-generic N/A linux-firmware1.178 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/11/2019 dmi.bios.vendor: LENOVO dmi.bios.version: N1NET45W (1.32 ) dmi.board.asset.tag: Not Available dmi.board.name: 20JGS01000 dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 31 d
[Kernel-packages] [Bug 1825395] Re: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen
** Attachment added: "lspci before laptop is docked" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1825395/+attachment/5258313/+files/pre-suspend-lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1825395 Title: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen Status in linux package in Ubuntu: Confirmed Bug description: I have a Lenovo X1 Yoga 2nd gen along with the Lenovo thunderbolt docking station. Initial connection to the dock works great, but after a few plug/unplug and suspend/resume cycles, the system gets in a state where a reboot is needed to make the dock work. The displayport connection still works so my external monitor gets the right display, but the thunderbolt / PCIe connection does not and so the USB and network ports in the dock aren't usable. I assume it is connected to the kernel messages like [37269.423750] thunderbolt 0-1: new device found, vendor=0x108 device=0x1630 [37269.423751] thunderbolt 0-1: Lenovo ThinkPad Thunderbolt 3 Dock [37270.096713] pci :09:00.0: [8086:15d3] type 01 class 0x060400 [37270.096820] pci :09:00.0: enabling Extended Tags [37270.096975] pci :09:00.0: supports D1 D2 [37270.096976] pci :09:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.097068] pci :09:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at :07:01.0 (capable of 31.504 Gb/s with 8 GT/s x4 link) [37270.097187] pcieport :07:01.0: ASPM: current common clock configuration is broken, reconfiguring [37270.108588] pci :0a:00.0: [8086:15d3] type 01 class 0x060400 [37270.108705] pci :0a:00.0: enabling Extended Tags [37270.108865] pci :0a:00.0: supports D1 D2 [37270.108866] pci :0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.109066] pcieport :07:02.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109147] pci :0b:00.0: [1b73:1100] type 00 class 0x0c0330 [37270.109221] pci :0b:00.0: reg 0x10: [mem 0xbc00-0xbc00 64bit] [37270.109258] pci :0b:00.0: reg 0x18: [mem 0xbc01-0xbc010fff 64bit] [37270.109295] pci :0b:00.0: reg 0x20: [mem 0xbc011000-0xbc011fff 64bit] [37270.109499] pci :0b:00.0: supports D1 [37270.109500] pci :0b:00.0: PME# supported from D0 D1 D3hot D3cold [37270.109686] pcieport :07:04.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109724] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109738] pci :09:00.0: devices behind bridge are unusable because [bus 0a] cannot be assigned for them [37270.109766] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109779] pcieport :07:02.0: bridge has subordinate 0a but max busn 0b [37270.109831] pci_bus :3d: busn_res: can not insert [bus 3d-70] under [bus 07-0b] (conflicts with (null) [bus 07-0b]) [37270.109834] pcieport :07:04.0: PCI bridge to [bus 3d-70] [37270.109843] pcieport :07:04.0: bridge window [mem 0xd400-0xe9ff] [37270.109848] pcieport :07:04.0: bridge window [mem 0x9000-0xb9ff 64bit pref] [37270.109849] pcieport :07:04.0: devices behind bridge are unusable because [bus 3d-70] cannot be assigned for them ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: linux-image-5.0.0-13-generic 5.0.0-13.14 ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6 Uname: Linux 5.0.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu27 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 1690 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Thu Apr 18 09:40:22 2019 InstallationDate: Installed on 2019-03-29 (20 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.2) MachineType: LENOVO 20JGS01000 ProcEnviron: TERM=screen PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-13-generic root=UUID=323a265b-35d4-4a11-82f0-e47b38cac797 ro quiet splash vt.handoff=1 RelatedPackageVersions: linux-restricted-modules-5.0.0-13-generic N/A linux-backports-modules-5.0.0-13-generic N/A linux-firmware1.178 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/11/2019 dmi.bios.vendor: LENOVO dmi.bios.version: N1NET45W (1.32 ) dmi.board.asset.tag: Not Available dmi.board.name: 20JGS01000 dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 31 dmi.chassis.vendor: LENOVO
[Kernel-packages] [Bug 1825395] Re: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen
** Attachment added: "lspci after reconnection to thunderbolt dock - non-working" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1825395/+attachment/5258316/+files/post-replug-lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1825395 Title: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen Status in linux package in Ubuntu: Confirmed Bug description: I have a Lenovo X1 Yoga 2nd gen along with the Lenovo thunderbolt docking station. Initial connection to the dock works great, but after a few plug/unplug and suspend/resume cycles, the system gets in a state where a reboot is needed to make the dock work. The displayport connection still works so my external monitor gets the right display, but the thunderbolt / PCIe connection does not and so the USB and network ports in the dock aren't usable. I assume it is connected to the kernel messages like [37269.423750] thunderbolt 0-1: new device found, vendor=0x108 device=0x1630 [37269.423751] thunderbolt 0-1: Lenovo ThinkPad Thunderbolt 3 Dock [37270.096713] pci :09:00.0: [8086:15d3] type 01 class 0x060400 [37270.096820] pci :09:00.0: enabling Extended Tags [37270.096975] pci :09:00.0: supports D1 D2 [37270.096976] pci :09:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.097068] pci :09:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at :07:01.0 (capable of 31.504 Gb/s with 8 GT/s x4 link) [37270.097187] pcieport :07:01.0: ASPM: current common clock configuration is broken, reconfiguring [37270.108588] pci :0a:00.0: [8086:15d3] type 01 class 0x060400 [37270.108705] pci :0a:00.0: enabling Extended Tags [37270.108865] pci :0a:00.0: supports D1 D2 [37270.108866] pci :0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.109066] pcieport :07:02.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109147] pci :0b:00.0: [1b73:1100] type 00 class 0x0c0330 [37270.109221] pci :0b:00.0: reg 0x10: [mem 0xbc00-0xbc00 64bit] [37270.109258] pci :0b:00.0: reg 0x18: [mem 0xbc01-0xbc010fff 64bit] [37270.109295] pci :0b:00.0: reg 0x20: [mem 0xbc011000-0xbc011fff 64bit] [37270.109499] pci :0b:00.0: supports D1 [37270.109500] pci :0b:00.0: PME# supported from D0 D1 D3hot D3cold [37270.109686] pcieport :07:04.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109724] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109738] pci :09:00.0: devices behind bridge are unusable because [bus 0a] cannot be assigned for them [37270.109766] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109779] pcieport :07:02.0: bridge has subordinate 0a but max busn 0b [37270.109831] pci_bus :3d: busn_res: can not insert [bus 3d-70] under [bus 07-0b] (conflicts with (null) [bus 07-0b]) [37270.109834] pcieport :07:04.0: PCI bridge to [bus 3d-70] [37270.109843] pcieport :07:04.0: bridge window [mem 0xd400-0xe9ff] [37270.109848] pcieport :07:04.0: bridge window [mem 0x9000-0xb9ff 64bit pref] [37270.109849] pcieport :07:04.0: devices behind bridge are unusable because [bus 3d-70] cannot be assigned for them ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: linux-image-5.0.0-13-generic 5.0.0-13.14 ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6 Uname: Linux 5.0.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu27 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 1690 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Thu Apr 18 09:40:22 2019 InstallationDate: Installed on 2019-03-29 (20 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.2) MachineType: LENOVO 20JGS01000 ProcEnviron: TERM=screen PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-13-generic root=UUID=323a265b-35d4-4a11-82f0-e47b38cac797 ro quiet splash vt.handoff=1 RelatedPackageVersions: linux-restricted-modules-5.0.0-13-generic N/A linux-backports-modules-5.0.0-13-generic N/A linux-firmware1.178 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/11/2019 dmi.bios.vendor: LENOVO dmi.bios.version: N1NET45W (1.32 ) dmi.board.asset.tag: Not Available dmi.board.name: 20JGS01000 dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 31 d
[Kernel-packages] [Bug 1825395] Re: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen
I can boot either connected or not, and the first connection will usually work. I'd say my more common workflow is to boot away from my dock, use my laptop for a bit, suspend, and go to my desk and resume while docked. That usually works, but if I then undock, use my laptop for a bit, suspend, come back to my desk and resume, then I hit the PCI issue. I simulated that workflow and indeed reproduced the issue. This morning I: - shut down my laptop - booted it while undocked (and captured dmesg and lspci) - suspended and connected the thunderbolt cable - resumed by pressing the power button on the dock - thunderbolt worked - captured dmesg and lspci again - unplugged the dock and captured dmesg and lspci while undocked - supended and connected thunderbolt again - hit the issue described in this bug - captured dmesg and lspci one more time One mildly interesting thing is that while my system is in the final "broken" state, lspci prints the following to stderr: pcilib: Cannot open /sys/bus/pci/devices/:0b:00.0/config lspci: Unable to read the standard configuration space header of device :0b:00.0 I will attach the dmesg as well as lspci I captured at various steps -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1825395 Title: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen Status in linux package in Ubuntu: Confirmed Bug description: I have a Lenovo X1 Yoga 2nd gen along with the Lenovo thunderbolt docking station. Initial connection to the dock works great, but after a few plug/unplug and suspend/resume cycles, the system gets in a state where a reboot is needed to make the dock work. The displayport connection still works so my external monitor gets the right display, but the thunderbolt / PCIe connection does not and so the USB and network ports in the dock aren't usable. I assume it is connected to the kernel messages like [37269.423750] thunderbolt 0-1: new device found, vendor=0x108 device=0x1630 [37269.423751] thunderbolt 0-1: Lenovo ThinkPad Thunderbolt 3 Dock [37270.096713] pci :09:00.0: [8086:15d3] type 01 class 0x060400 [37270.096820] pci :09:00.0: enabling Extended Tags [37270.096975] pci :09:00.0: supports D1 D2 [37270.096976] pci :09:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.097068] pci :09:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at :07:01.0 (capable of 31.504 Gb/s with 8 GT/s x4 link) [37270.097187] pcieport :07:01.0: ASPM: current common clock configuration is broken, reconfiguring [37270.108588] pci :0a:00.0: [8086:15d3] type 01 class 0x060400 [37270.108705] pci :0a:00.0: enabling Extended Tags [37270.108865] pci :0a:00.0: supports D1 D2 [37270.108866] pci :0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.109066] pcieport :07:02.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109147] pci :0b:00.0: [1b73:1100] type 00 class 0x0c0330 [37270.109221] pci :0b:00.0: reg 0x10: [mem 0xbc00-0xbc00 64bit] [37270.109258] pci :0b:00.0: reg 0x18: [mem 0xbc01-0xbc010fff 64bit] [37270.109295] pci :0b:00.0: reg 0x20: [mem 0xbc011000-0xbc011fff 64bit] [37270.109499] pci :0b:00.0: supports D1 [37270.109500] pci :0b:00.0: PME# supported from D0 D1 D3hot D3cold [37270.109686] pcieport :07:04.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109724] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109738] pci :09:00.0: devices behind bridge are unusable because [bus 0a] cannot be assigned for them [37270.109766] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109779] pcieport :07:02.0: bridge has subordinate 0a but max busn 0b [37270.109831] pci_bus :3d: busn_res: can not insert [bus 3d-70] under [bus 07-0b] (conflicts with (null) [bus 07-0b]) [37270.109834] pcieport :07:04.0: PCI bridge to [bus 3d-70] [37270.109843] pcieport :07:04.0: bridge window [mem 0xd400-0xe9ff] [37270.109848] pcieport :07:04.0: bridge window [mem 0x9000-0xb9ff 64bit pref] [37270.109849] pcieport :07:04.0: devices behind bridge are unusable because [bus 3d-70] cannot be assigned for them ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: linux-image-5.0.0-13-generic 5.0.0-13.14 ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6 Uname: Linux 5.0.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu27 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 1690 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Thu Apr 18 09:40:22 201
[Kernel-packages] [Bug 1825395] Re: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen
** Attachment added: "lspci while connected to working thunderbolt dock" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1825395/+attachment/5258314/+files/post-suspend-lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1825395 Title: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen Status in linux package in Ubuntu: Confirmed Bug description: I have a Lenovo X1 Yoga 2nd gen along with the Lenovo thunderbolt docking station. Initial connection to the dock works great, but after a few plug/unplug and suspend/resume cycles, the system gets in a state where a reboot is needed to make the dock work. The displayport connection still works so my external monitor gets the right display, but the thunderbolt / PCIe connection does not and so the USB and network ports in the dock aren't usable. I assume it is connected to the kernel messages like [37269.423750] thunderbolt 0-1: new device found, vendor=0x108 device=0x1630 [37269.423751] thunderbolt 0-1: Lenovo ThinkPad Thunderbolt 3 Dock [37270.096713] pci :09:00.0: [8086:15d3] type 01 class 0x060400 [37270.096820] pci :09:00.0: enabling Extended Tags [37270.096975] pci :09:00.0: supports D1 D2 [37270.096976] pci :09:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.097068] pci :09:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at :07:01.0 (capable of 31.504 Gb/s with 8 GT/s x4 link) [37270.097187] pcieport :07:01.0: ASPM: current common clock configuration is broken, reconfiguring [37270.108588] pci :0a:00.0: [8086:15d3] type 01 class 0x060400 [37270.108705] pci :0a:00.0: enabling Extended Tags [37270.108865] pci :0a:00.0: supports D1 D2 [37270.108866] pci :0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.109066] pcieport :07:02.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109147] pci :0b:00.0: [1b73:1100] type 00 class 0x0c0330 [37270.109221] pci :0b:00.0: reg 0x10: [mem 0xbc00-0xbc00 64bit] [37270.109258] pci :0b:00.0: reg 0x18: [mem 0xbc01-0xbc010fff 64bit] [37270.109295] pci :0b:00.0: reg 0x20: [mem 0xbc011000-0xbc011fff 64bit] [37270.109499] pci :0b:00.0: supports D1 [37270.109500] pci :0b:00.0: PME# supported from D0 D1 D3hot D3cold [37270.109686] pcieport :07:04.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109724] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109738] pci :09:00.0: devices behind bridge are unusable because [bus 0a] cannot be assigned for them [37270.109766] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109779] pcieport :07:02.0: bridge has subordinate 0a but max busn 0b [37270.109831] pci_bus :3d: busn_res: can not insert [bus 3d-70] under [bus 07-0b] (conflicts with (null) [bus 07-0b]) [37270.109834] pcieport :07:04.0: PCI bridge to [bus 3d-70] [37270.109843] pcieport :07:04.0: bridge window [mem 0xd400-0xe9ff] [37270.109848] pcieport :07:04.0: bridge window [mem 0x9000-0xb9ff 64bit pref] [37270.109849] pcieport :07:04.0: devices behind bridge are unusable because [bus 3d-70] cannot be assigned for them ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: linux-image-5.0.0-13-generic 5.0.0-13.14 ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6 Uname: Linux 5.0.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu27 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 1690 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Thu Apr 18 09:40:22 2019 InstallationDate: Installed on 2019-03-29 (20 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.2) MachineType: LENOVO 20JGS01000 ProcEnviron: TERM=screen PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-13-generic root=UUID=323a265b-35d4-4a11-82f0-e47b38cac797 ro quiet splash vt.handoff=1 RelatedPackageVersions: linux-restricted-modules-5.0.0-13-generic N/A linux-backports-modules-5.0.0-13-generic N/A linux-firmware1.178 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/11/2019 dmi.bios.vendor: LENOVO dmi.bios.version: N1NET45W (1.32 ) dmi.board.asset.tag: Not Available dmi.board.name: 20JGS01000 dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 31 d
[Kernel-packages] [Bug 1825395] Re: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen
No, unfortunately I am on the latest BIOS. dmidecode reports BIOS Information Vendor: LENOVO Version: N1NET45W (1.32 ) Release Date: 03/11/2019 and https://pcsupport.lenovo.com/us/en/products/laptops-and- netbooks/thinkpad-x-series-laptops/thinkpad-x1-yoga-type-20jd-20je-20jf- 20jg/downloads/ds121063 lists BIOS 1.32 as the latest. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1825395 Title: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen Status in linux package in Ubuntu: Confirmed Bug description: I have a Lenovo X1 Yoga 2nd gen along with the Lenovo thunderbolt docking station. Initial connection to the dock works great, but after a few plug/unplug and suspend/resume cycles, the system gets in a state where a reboot is needed to make the dock work. The displayport connection still works so my external monitor gets the right display, but the thunderbolt / PCIe connection does not and so the USB and network ports in the dock aren't usable. I assume it is connected to the kernel messages like [37269.423750] thunderbolt 0-1: new device found, vendor=0x108 device=0x1630 [37269.423751] thunderbolt 0-1: Lenovo ThinkPad Thunderbolt 3 Dock [37270.096713] pci :09:00.0: [8086:15d3] type 01 class 0x060400 [37270.096820] pci :09:00.0: enabling Extended Tags [37270.096975] pci :09:00.0: supports D1 D2 [37270.096976] pci :09:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.097068] pci :09:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at :07:01.0 (capable of 31.504 Gb/s with 8 GT/s x4 link) [37270.097187] pcieport :07:01.0: ASPM: current common clock configuration is broken, reconfiguring [37270.108588] pci :0a:00.0: [8086:15d3] type 01 class 0x060400 [37270.108705] pci :0a:00.0: enabling Extended Tags [37270.108865] pci :0a:00.0: supports D1 D2 [37270.108866] pci :0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.109066] pcieport :07:02.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109147] pci :0b:00.0: [1b73:1100] type 00 class 0x0c0330 [37270.109221] pci :0b:00.0: reg 0x10: [mem 0xbc00-0xbc00 64bit] [37270.109258] pci :0b:00.0: reg 0x18: [mem 0xbc01-0xbc010fff 64bit] [37270.109295] pci :0b:00.0: reg 0x20: [mem 0xbc011000-0xbc011fff 64bit] [37270.109499] pci :0b:00.0: supports D1 [37270.109500] pci :0b:00.0: PME# supported from D0 D1 D3hot D3cold [37270.109686] pcieport :07:04.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109724] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109738] pci :09:00.0: devices behind bridge are unusable because [bus 0a] cannot be assigned for them [37270.109766] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109779] pcieport :07:02.0: bridge has subordinate 0a but max busn 0b [37270.109831] pci_bus :3d: busn_res: can not insert [bus 3d-70] under [bus 07-0b] (conflicts with (null) [bus 07-0b]) [37270.109834] pcieport :07:04.0: PCI bridge to [bus 3d-70] [37270.109843] pcieport :07:04.0: bridge window [mem 0xd400-0xe9ff] [37270.109848] pcieport :07:04.0: bridge window [mem 0x9000-0xb9ff 64bit pref] [37270.109849] pcieport :07:04.0: devices behind bridge are unusable because [bus 3d-70] cannot be assigned for them ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: linux-image-5.0.0-13-generic 5.0.0-13.14 ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6 Uname: Linux 5.0.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu27 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 1690 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Thu Apr 18 09:40:22 2019 InstallationDate: Installed on 2019-03-29 (20 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.2) MachineType: LENOVO 20JGS01000 ProcEnviron: TERM=screen PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-13-generic root=UUID=323a265b-35d4-4a11-82f0-e47b38cac797 ro quiet splash vt.handoff=1 RelatedPackageVersions: linux-restricted-modules-5.0.0-13-generic N/A linux-backports-modules-5.0.0-13-generic N/A linux-firmware1.178 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/11/2019 dmi.bios.vendor: LENOVO dmi.bios.version: N1NET45W (1.32 ) dmi.board.asset.tag: Not Available dmi.board.n
[Kernel-packages] [Bug 1825395] Re: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen
I see from https://pcsupport.lenovo.com/us/en/downloads/DS506115 that there is a firmware update available for my dock. I am going to try and borrow a windows system and perform that update. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1825395 Title: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen Status in linux package in Ubuntu: Confirmed Bug description: I have a Lenovo X1 Yoga 2nd gen along with the Lenovo thunderbolt docking station. Initial connection to the dock works great, but after a few plug/unplug and suspend/resume cycles, the system gets in a state where a reboot is needed to make the dock work. The displayport connection still works so my external monitor gets the right display, but the thunderbolt / PCIe connection does not and so the USB and network ports in the dock aren't usable. I assume it is connected to the kernel messages like [37269.423750] thunderbolt 0-1: new device found, vendor=0x108 device=0x1630 [37269.423751] thunderbolt 0-1: Lenovo ThinkPad Thunderbolt 3 Dock [37270.096713] pci :09:00.0: [8086:15d3] type 01 class 0x060400 [37270.096820] pci :09:00.0: enabling Extended Tags [37270.096975] pci :09:00.0: supports D1 D2 [37270.096976] pci :09:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.097068] pci :09:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at :07:01.0 (capable of 31.504 Gb/s with 8 GT/s x4 link) [37270.097187] pcieport :07:01.0: ASPM: current common clock configuration is broken, reconfiguring [37270.108588] pci :0a:00.0: [8086:15d3] type 01 class 0x060400 [37270.108705] pci :0a:00.0: enabling Extended Tags [37270.108865] pci :0a:00.0: supports D1 D2 [37270.108866] pci :0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.109066] pcieport :07:02.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109147] pci :0b:00.0: [1b73:1100] type 00 class 0x0c0330 [37270.109221] pci :0b:00.0: reg 0x10: [mem 0xbc00-0xbc00 64bit] [37270.109258] pci :0b:00.0: reg 0x18: [mem 0xbc01-0xbc010fff 64bit] [37270.109295] pci :0b:00.0: reg 0x20: [mem 0xbc011000-0xbc011fff 64bit] [37270.109499] pci :0b:00.0: supports D1 [37270.109500] pci :0b:00.0: PME# supported from D0 D1 D3hot D3cold [37270.109686] pcieport :07:04.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109724] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109738] pci :09:00.0: devices behind bridge are unusable because [bus 0a] cannot be assigned for them [37270.109766] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109779] pcieport :07:02.0: bridge has subordinate 0a but max busn 0b [37270.109831] pci_bus :3d: busn_res: can not insert [bus 3d-70] under [bus 07-0b] (conflicts with (null) [bus 07-0b]) [37270.109834] pcieport :07:04.0: PCI bridge to [bus 3d-70] [37270.109843] pcieport :07:04.0: bridge window [mem 0xd400-0xe9ff] [37270.109848] pcieport :07:04.0: bridge window [mem 0x9000-0xb9ff 64bit pref] [37270.109849] pcieport :07:04.0: devices behind bridge are unusable because [bus 3d-70] cannot be assigned for them ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: linux-image-5.0.0-13-generic 5.0.0-13.14 ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6 Uname: Linux 5.0.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu27 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 1690 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Thu Apr 18 09:40:22 2019 InstallationDate: Installed on 2019-03-29 (20 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.2) MachineType: LENOVO 20JGS01000 ProcEnviron: TERM=screen PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-13-generic root=UUID=323a265b-35d4-4a11-82f0-e47b38cac797 ro quiet splash vt.handoff=1 RelatedPackageVersions: linux-restricted-modules-5.0.0-13-generic N/A linux-backports-modules-5.0.0-13-generic N/A linux-firmware1.178 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/11/2019 dmi.bios.vendor: LENOVO dmi.bios.version: N1NET45W (1.32 ) dmi.board.asset.tag: Not Available dmi.board.name: 20JGS01000 dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 31 dmi.chassis
[Kernel-packages] [Bug 1825395] Re: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen
No BIOS options changed. I am on X1 Yoga 2nd gen - the BIOS exposes S3 by default. X1 Yoga 3rd gen is the first Lenovo generation that defaults to S0i3 for suspend. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1825395 Title: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen Status in linux package in Ubuntu: Confirmed Bug description: I have a Lenovo X1 Yoga 2nd gen along with the Lenovo thunderbolt docking station. Initial connection to the dock works great, but after a few plug/unplug and suspend/resume cycles, the system gets in a state where a reboot is needed to make the dock work. The displayport connection still works so my external monitor gets the right display, but the thunderbolt / PCIe connection does not and so the USB and network ports in the dock aren't usable. I assume it is connected to the kernel messages like [37269.423750] thunderbolt 0-1: new device found, vendor=0x108 device=0x1630 [37269.423751] thunderbolt 0-1: Lenovo ThinkPad Thunderbolt 3 Dock [37270.096713] pci :09:00.0: [8086:15d3] type 01 class 0x060400 [37270.096820] pci :09:00.0: enabling Extended Tags [37270.096975] pci :09:00.0: supports D1 D2 [37270.096976] pci :09:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.097068] pci :09:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at :07:01.0 (capable of 31.504 Gb/s with 8 GT/s x4 link) [37270.097187] pcieport :07:01.0: ASPM: current common clock configuration is broken, reconfiguring [37270.108588] pci :0a:00.0: [8086:15d3] type 01 class 0x060400 [37270.108705] pci :0a:00.0: enabling Extended Tags [37270.108865] pci :0a:00.0: supports D1 D2 [37270.108866] pci :0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.109066] pcieport :07:02.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109147] pci :0b:00.0: [1b73:1100] type 00 class 0x0c0330 [37270.109221] pci :0b:00.0: reg 0x10: [mem 0xbc00-0xbc00 64bit] [37270.109258] pci :0b:00.0: reg 0x18: [mem 0xbc01-0xbc010fff 64bit] [37270.109295] pci :0b:00.0: reg 0x20: [mem 0xbc011000-0xbc011fff 64bit] [37270.109499] pci :0b:00.0: supports D1 [37270.109500] pci :0b:00.0: PME# supported from D0 D1 D3hot D3cold [37270.109686] pcieport :07:04.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109724] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109738] pci :09:00.0: devices behind bridge are unusable because [bus 0a] cannot be assigned for them [37270.109766] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109779] pcieport :07:02.0: bridge has subordinate 0a but max busn 0b [37270.109831] pci_bus :3d: busn_res: can not insert [bus 3d-70] under [bus 07-0b] (conflicts with (null) [bus 07-0b]) [37270.109834] pcieport :07:04.0: PCI bridge to [bus 3d-70] [37270.109843] pcieport :07:04.0: bridge window [mem 0xd400-0xe9ff] [37270.109848] pcieport :07:04.0: bridge window [mem 0x9000-0xb9ff 64bit pref] [37270.109849] pcieport :07:04.0: devices behind bridge are unusable because [bus 3d-70] cannot be assigned for them ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: linux-image-5.0.0-13-generic 5.0.0-13.14 ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6 Uname: Linux 5.0.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu27 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 1690 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Thu Apr 18 09:40:22 2019 InstallationDate: Installed on 2019-03-29 (20 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.2) MachineType: LENOVO 20JGS01000 ProcEnviron: TERM=screen PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-13-generic root=UUID=323a265b-35d4-4a11-82f0-e47b38cac797 ro quiet splash vt.handoff=1 RelatedPackageVersions: linux-restricted-modules-5.0.0-13-generic N/A linux-backports-modules-5.0.0-13-generic N/A linux-firmware1.178 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/11/2019 dmi.bios.vendor: LENOVO dmi.bios.version: N1NET45W (1.32 ) dmi.board.asset.tag: Not Available dmi.board.name: 20JGS01000 dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 31 dmi.chassis.vendor: LENOVO dmi.chassi
[Kernel-packages] [Bug 1825395] Re: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen
I've come up with a theory that I think matches what I observe. It seems that my laptop gets into the bad state if I suspend too quickly after hot unplug from thunderbolt. If I wait long enough after hot unplug that all the thunderbolt devices are fully removed, then the system remains fine. If I suspend while cleanup is still going on, then upon resume the system confuses itself trying to deal with devices that are no longer there (and that never get cleaned up). -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1825395 Title: thunderbolt / PCIe hotplug gets confused after a few cycles on X1 Yoga 2nd gen Status in linux package in Ubuntu: Confirmed Bug description: I have a Lenovo X1 Yoga 2nd gen along with the Lenovo thunderbolt docking station. Initial connection to the dock works great, but after a few plug/unplug and suspend/resume cycles, the system gets in a state where a reboot is needed to make the dock work. The displayport connection still works so my external monitor gets the right display, but the thunderbolt / PCIe connection does not and so the USB and network ports in the dock aren't usable. I assume it is connected to the kernel messages like [37269.423750] thunderbolt 0-1: new device found, vendor=0x108 device=0x1630 [37269.423751] thunderbolt 0-1: Lenovo ThinkPad Thunderbolt 3 Dock [37270.096713] pci :09:00.0: [8086:15d3] type 01 class 0x060400 [37270.096820] pci :09:00.0: enabling Extended Tags [37270.096975] pci :09:00.0: supports D1 D2 [37270.096976] pci :09:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.097068] pci :09:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at :07:01.0 (capable of 31.504 Gb/s with 8 GT/s x4 link) [37270.097187] pcieport :07:01.0: ASPM: current common clock configuration is broken, reconfiguring [37270.108588] pci :0a:00.0: [8086:15d3] type 01 class 0x060400 [37270.108705] pci :0a:00.0: enabling Extended Tags [37270.108865] pci :0a:00.0: supports D1 D2 [37270.108866] pci :0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold [37270.109066] pcieport :07:02.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109147] pci :0b:00.0: [1b73:1100] type 00 class 0x0c0330 [37270.109221] pci :0b:00.0: reg 0x10: [mem 0xbc00-0xbc00 64bit] [37270.109258] pci :0b:00.0: reg 0x18: [mem 0xbc01-0xbc010fff 64bit] [37270.109295] pci :0b:00.0: reg 0x20: [mem 0xbc011000-0xbc011fff 64bit] [37270.109499] pci :0b:00.0: supports D1 [37270.109500] pci :0b:00.0: PME# supported from D0 D1 D3hot D3cold [37270.109686] pcieport :07:04.0: ASPM: current common clock configuration is broken, reconfiguring [37270.109724] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109738] pci :09:00.0: devices behind bridge are unusable because [bus 0a] cannot be assigned for them [37270.109766] pci :0a:00.0: devices behind bridge are unusable because [bus 0b] cannot be assigned for them [37270.109779] pcieport :07:02.0: bridge has subordinate 0a but max busn 0b [37270.109831] pci_bus :3d: busn_res: can not insert [bus 3d-70] under [bus 07-0b] (conflicts with (null) [bus 07-0b]) [37270.109834] pcieport :07:04.0: PCI bridge to [bus 3d-70] [37270.109843] pcieport :07:04.0: bridge window [mem 0xd400-0xe9ff] [37270.109848] pcieport :07:04.0: bridge window [mem 0x9000-0xb9ff 64bit pref] [37270.109849] pcieport :07:04.0: devices behind bridge are unusable because [bus 3d-70] cannot be assigned for them ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: linux-image-5.0.0-13-generic 5.0.0-13.14 ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6 Uname: Linux 5.0.0-13-generic x86_64 ApportVersion: 2.20.10-0ubuntu27 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 1690 F pulseaudio CurrentDesktop: ubuntu:GNOME Date: Thu Apr 18 09:40:22 2019 InstallationDate: Installed on 2019-03-29 (20 days ago) InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.2) MachineType: LENOVO 20JGS01000 ProcEnviron: TERM=screen PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-13-generic root=UUID=323a265b-35d4-4a11-82f0-e47b38cac797 ro quiet splash vt.handoff=1 RelatedPackageVersions: linux-restricted-modules-5.0.0-13-generic N/A linux-backports-modules-5.0.0-13-generic N/A linux-firmware1.178 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/11/20
[Kernel-packages] [Bug 1742602] Re: Blank screen when starting X after upgrading from 4.10 to 4.13.0-26
The blank screen problem is still present in my case on Ubuntu 18.04 using a Dell 5570 machine. Upgrading to kernel 4.17.2-041702 has solved the problem. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1742602 Title: Blank screen when starting X after upgrading from 4.10 to 4.13.0-26 Status in linux package in Ubuntu: Incomplete Status in linux source package in Artful: Incomplete Bug description: I'm following the HWE kernels in Ubuntu 16.04, so my kernel was upgraded today from 4.10.0-42 to 4.13.0-26. After rebooting, the splash screen and disk encryption passphrase prompt showed correctly, but when X started, the screen went blank. Logs showed everything running as normal despite the blank screen. Rebooting with the "nomodeset" kernel parameter fixed the issue but is not suitable as a permanent workaround since it disables my external monitor. Rebooting back into 4.10 also fixed the issue. I am using a ThinkPad X240 laptop, current HWE X.org packages. I tried both intel and fbdev X drivers, both gave a blank screen. lsb_release: Ubuntu 16.04.3 LTS dpkg-query -W: linux-signed-image-generic-hwe-16.04 4.13.0.26.46 xserver-xorg-hwe-16.041:7.7+16ubuntu3~16.04.1 xserver-xorg-video-intel-hwe-16.042:2.99.917+git20170309-0ubuntu1~16.04.1 xserver-xorg-video-fbdev-hwe-16.041:0.4.4-1build6~16.04.1 In Xorg.0.log with fbdev, I saw: [23.646] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument repeated 239 times. Typical kernel messages attached (from kern.log, reformatted to look like dmesg). To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1742602/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1789465] [NEW] BUG: scheduling while atomic: irq/142-iwlwifi/383/0x7ffffc00
Public bug reported: Not doing anything in particular other than using wifi on my laptop. ProblemType: KernelOops DistroRelease: Ubuntu 18.10 Package: linux-image-4.17.0-7-generic 4.17.0-7.8 ProcVersionSignature: Ubuntu 4.17.0-7.8-generic 4.17.12 Uname: Linux 4.17.0-7-generic x86_64 Annotation: Your system might become unstable now and might need to be restarted. ApportVersion: 2.20.10-0ubuntu9 Architecture: amd64 Date: Fri Aug 24 15:56:50 2018 Failure: oops HibernationDevice: RESUME=UUID=a9ecc827-5a24-4152-82b8-46517f36c610 InstallationDate: Installed on 2016-09-01 (725 days ago) InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160901) MachineType: LENOVO 20FRS2FK00 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.17.0-7-generic root=UUID=30d5ada5-835d-4cf7-96cf-3329c0316107 ro quiet splash vt.handoff=1 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: kerneloops-daemon N/A SourcePackage: linux Title: BUG: scheduling while atomic: irq/142-iwlwifi/383/0x7c00 UpgradeStatus: Upgraded to cosmic on 2018-08-18 (9 days ago) dmi.bios.date: 07/13/2017 dmi.bios.vendor: LENOVO dmi.bios.version: N1FET53W (1.27 ) dmi.board.asset.tag: Not Available dmi.board.name: 20FRS2FK00 dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 31 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrN1FET53W(1.27):bd07/13/2017:svnLENOVO:pn20FRS2FK00:pvrThinkPadX1Yoga1st:rvnLENOVO:rn20FRS2FK00:rvrSDK0J40697WIN:cvnLENOVO:ct31:cvrNone: dmi.product.family: ThinkPad X1 Yoga 1st dmi.product.name: 20FRS2FK00 dmi.product.version: ThinkPad X1 Yoga 1st dmi.sys.vendor: LENOVO ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-kerneloops cosmic kernel-oops third-party-packages -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1789465 Title: BUG: scheduling while atomic: irq/142-iwlwifi/383/0x7c00 Status in linux package in Ubuntu: New Bug description: Not doing anything in particular other than using wifi on my laptop. ProblemType: KernelOops DistroRelease: Ubuntu 18.10 Package: linux-image-4.17.0-7-generic 4.17.0-7.8 ProcVersionSignature: Ubuntu 4.17.0-7.8-generic 4.17.12 Uname: Linux 4.17.0-7-generic x86_64 Annotation: Your system might become unstable now and might need to be restarted. ApportVersion: 2.20.10-0ubuntu9 Architecture: amd64 Date: Fri Aug 24 15:56:50 2018 Failure: oops HibernationDevice: RESUME=UUID=a9ecc827-5a24-4152-82b8-46517f36c610 InstallationDate: Installed on 2016-09-01 (725 days ago) InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160901) MachineType: LENOVO 20FRS2FK00 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.17.0-7-generic root=UUID=30d5ada5-835d-4cf7-96cf-3329c0316107 ro quiet splash vt.handoff=1 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: kerneloops-daemon N/A SourcePackage: linux Title: BUG: scheduling while atomic: irq/142-iwlwifi/383/0x7c00 UpgradeStatus: Upgraded to cosmic on 2018-08-18 (9 days ago) dmi.bios.date: 07/13/2017 dmi.bios.vendor: LENOVO dmi.bios.version: N1FET53W (1.27 ) dmi.board.asset.tag: Not Available dmi.board.name: 20FRS2FK00 dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 31 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrN1FET53W(1.27):bd07/13/2017:svnLENOVO:pn20FRS2FK00:pvrThinkPadX1Yoga1st:rvnLENOVO:rn20FRS2FK00:rvrSDK0J40697WIN:cvnLENOVO:ct31:cvrNone: dmi.product.family: ThinkPad X1 Yoga 1st dmi.product.name: 20FRS2FK00 dmi.product.version: ThinkPad X1 Yoga 1st dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1789465/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1671360] Re: System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
I tested the kernel on an AX370 Gaming K7 with F3 BIOS, it does seem to resolve the issue for me. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1671360 Title: System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen) Status in linux package in Ubuntu: Confirmed Bug description: I'm trying to run ubuntu on Ryzen 1700x with Gigabyte GA-AB350-gaming-3 motherboard, and it has a load of problems, starting with not being able to boot normally. During normal boot, on 16.10 as well as 17.04 beta: system doesn't boot normally, hangs with a lot of "unexpected irq trap at vector 07" messages displayed. Following advice from various places, I've tried:disable cpu freq governor and cpu handling in acpi settings 1. add "acpi=off" to boot params That helps, allowing me to boot into recovery mode, though it leaves me with system seeing only one core, is really slow and still only boots in recovery mode. 2. Compile own kernel using 4.11.rc1 and disabling cpu freq governor and cpu handling in acpi settings. Boot with "quiet loglevel=3" option. That gets me even further - system sees all cores now. Still only recovery mode though, but its enough to get info for this bug report. Some observed problems: 1. dmesg reports *a lot* of messages like this all the time: [ 163.362068] ->handle_irq(): 87a7e090, [ 163.362081] bad_chained_irq+0x0/0x40 [ 163.362089] ->handle_irq(): 87a7e090, [ 163.362090] amd_gpio_irq_handler+0x0/0x200 [ 163.362090] ->irq_data.chip(): 88587e20, [ 163.362090] ioapic_ir_chip+0x0/0x120 [ 163.362090] ->action(): 884601c0 [ 163.362091]IRQ_NOPROBE set [ 163.362099] ->handle_irq(): 87a7e090, [ 163.362099] amd_gpio_irq_handler+0x0/0x200 [ 163.362100] ->irq_data.chip(): 88587e20, [ 163.362100] ioapic_ir_chip+0x0/0x120 [ 163.362101] ->action(): 884601c0 I've tried to redirect dmesg to a file, stopped after a short while, it generated 400M of those. 2. Systemd cannot start journald. Perhaps because it cannot cope with amount of kernel logs? 3. Looking at pci, I've noticed something called AMDI0040 (/sys/bus/acpi/devices/AMDI0040, path=_SB_.EMMC), among AMDI0010, AMDI0020, AMDI0030. Those however are mentioned in kernel source, kernel and google are completely silent about AMDI0040. Phoronix tested ryzen using different motherboard, and it worked better (though not well), so I suspect it is an issue with motherboard. --- ApportVersion: 2.20.4-0ubuntu2 Architecture: amd64 DistroRelease: Ubuntu 17.04 InstallationDate: Installed on 2015-08-06 (581 days ago) InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150728.1) Package: linux (not installed) ProcEnviron: LANGUAGE=en_US:en TERM=linux PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash Tags: zesty Uname: Linux 4.11.0-rc1-custom x86_64 UnreportableReason: The running kernel is not an Ubuntu kernel UpgradeStatus: Upgraded to zesty on 2017-03-03 (6 days ago) UserGroups: _MarkForUpload: True To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671360/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1671360] Re: System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
I double checked a few times. Joseph's test kernel boots fine for me, while the default kernel from the repositories still hangs with the same BIOS settings. Are you guys sure it's still the same issue that's preventing a successful boot on your systems? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1671360 Title: System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen) Status in linux package in Ubuntu: Confirmed Bug description: I'm trying to run ubuntu on Ryzen 1700x with Gigabyte GA-AB350-gaming-3 motherboard, and it has a load of problems, starting with not being able to boot normally. During normal boot, on 16.10 as well as 17.04 beta: system doesn't boot normally, hangs with a lot of "unexpected irq trap at vector 07" messages displayed. Following advice from various places, I've tried:disable cpu freq governor and cpu handling in acpi settings 1. add "acpi=off" to boot params That helps, allowing me to boot into recovery mode, though it leaves me with system seeing only one core, is really slow and still only boots in recovery mode. 2. Compile own kernel using 4.11.rc1 and disabling cpu freq governor and cpu handling in acpi settings. Boot with "quiet loglevel=3" option. That gets me even further - system sees all cores now. Still only recovery mode though, but its enough to get info for this bug report. Some observed problems: 1. dmesg reports *a lot* of messages like this all the time: [ 163.362068] ->handle_irq(): 87a7e090, [ 163.362081] bad_chained_irq+0x0/0x40 [ 163.362089] ->handle_irq(): 87a7e090, [ 163.362090] amd_gpio_irq_handler+0x0/0x200 [ 163.362090] ->irq_data.chip(): 88587e20, [ 163.362090] ioapic_ir_chip+0x0/0x120 [ 163.362090] ->action(): 884601c0 [ 163.362091]IRQ_NOPROBE set [ 163.362099] ->handle_irq(): 87a7e090, [ 163.362099] amd_gpio_irq_handler+0x0/0x200 [ 163.362100] ->irq_data.chip(): 88587e20, [ 163.362100] ioapic_ir_chip+0x0/0x120 [ 163.362101] ->action(): 884601c0 I've tried to redirect dmesg to a file, stopped after a short while, it generated 400M of those. 2. Systemd cannot start journald. Perhaps because it cannot cope with amount of kernel logs? 3. Looking at pci, I've noticed something called AMDI0040 (/sys/bus/acpi/devices/AMDI0040, path=_SB_.EMMC), among AMDI0010, AMDI0020, AMDI0030. Those however are mentioned in kernel source, kernel and google are completely silent about AMDI0040. Phoronix tested ryzen using different motherboard, and it worked better (though not well), so I suspect it is an issue with motherboard. --- ApportVersion: 2.20.4-0ubuntu2 Architecture: amd64 DistroRelease: Ubuntu 17.04 InstallationDate: Installed on 2015-08-06 (581 days ago) InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150728.1) Package: linux (not installed) ProcEnviron: LANGUAGE=en_US:en TERM=linux PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash Tags: zesty Uname: Linux 4.11.0-rc1-custom x86_64 UnreportableReason: The running kernel is not an Ubuntu kernel UpgradeStatus: Upgraded to zesty on 2017-03-03 (6 days ago) UserGroups: _MarkForUpload: True To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671360/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1671360] Re: System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
Marc, from what I can tell, pinctrl-amd is still enabled on all the Ubuntu kernels, including the sources in the various git repos (git://kernel.ubuntu.com/ubuntu/ubuntu-zesty.git etc.) And I don't think that will change. It is needed for things like trackpads on some laptops, I believe. Meaning, completely disabling it may be a fix for us, but it would break stuff for other people. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1671360 Title: System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen) Status in linux package in Ubuntu: Confirmed Bug description: I'm trying to run ubuntu on Ryzen 1700x with Gigabyte GA-AB350-gaming-3 motherboard, and it has a load of problems, starting with not being able to boot normally. During normal boot, on 16.10 as well as 17.04 beta: system doesn't boot normally, hangs with a lot of "unexpected irq trap at vector 07" messages displayed. Following advice from various places, I've tried:disable cpu freq governor and cpu handling in acpi settings 1. add "acpi=off" to boot params That helps, allowing me to boot into recovery mode, though it leaves me with system seeing only one core, is really slow and still only boots in recovery mode. 2. Compile own kernel using 4.11.rc1 and disabling cpu freq governor and cpu handling in acpi settings. Boot with "quiet loglevel=3" option. That gets me even further - system sees all cores now. Still only recovery mode though, but its enough to get info for this bug report. Some observed problems: 1. dmesg reports *a lot* of messages like this all the time: [ 163.362068] ->handle_irq(): 87a7e090, [ 163.362081] bad_chained_irq+0x0/0x40 [ 163.362089] ->handle_irq(): 87a7e090, [ 163.362090] amd_gpio_irq_handler+0x0/0x200 [ 163.362090] ->irq_data.chip(): 88587e20, [ 163.362090] ioapic_ir_chip+0x0/0x120 [ 163.362090] ->action(): 884601c0 [ 163.362091]IRQ_NOPROBE set [ 163.362099] ->handle_irq(): 87a7e090, [ 163.362099] amd_gpio_irq_handler+0x0/0x200 [ 163.362100] ->irq_data.chip(): 88587e20, [ 163.362100] ioapic_ir_chip+0x0/0x120 [ 163.362101] ->action(): 884601c0 I've tried to redirect dmesg to a file, stopped after a short while, it generated 400M of those. 2. Systemd cannot start journald. Perhaps because it cannot cope with amount of kernel logs? 3. Looking at pci, I've noticed something called AMDI0040 (/sys/bus/acpi/devices/AMDI0040, path=_SB_.EMMC), among AMDI0010, AMDI0020, AMDI0030. Those however are mentioned in kernel source, kernel and google are completely silent about AMDI0040. Phoronix tested ryzen using different motherboard, and it worked better (though not well), so I suspect it is an issue with motherboard. --- ApportVersion: 2.20.4-0ubuntu2 Architecture: amd64 DistroRelease: Ubuntu 17.04 InstallationDate: Installed on 2015-08-06 (581 days ago) InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150728.1) Package: linux (not installed) ProcEnviron: LANGUAGE=en_US:en TERM=linux PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash Tags: zesty Uname: Linux 4.11.0-rc1-custom x86_64 UnreportableReason: The running kernel is not an Ubuntu kernel UpgradeStatus: Upgraded to zesty on 2017-03-03 (6 days ago) UserGroups: _MarkForUpload: True To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671360/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1671360] Re: System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
I still think however that shipping Ubuntu kernels with pinctrl-amd built as a blacklistable module would be an acceptable interim solution until someone of the AMD/GIGABYTE dream team that's responsible for this mess can deliver an actual fix. ** Tags added: bitesize kernel-oops -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1671360 Title: System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen) Status in linux package in Ubuntu: Confirmed Bug description: I'm trying to run ubuntu on Ryzen 1700x with Gigabyte GA-AB350-gaming-3 motherboard, and it has a load of problems, starting with not being able to boot normally. During normal boot, on 16.10 as well as 17.04 beta: system doesn't boot normally, hangs with a lot of "unexpected irq trap at vector 07" messages displayed. Following advice from various places, I've tried:disable cpu freq governor and cpu handling in acpi settings 1. add "acpi=off" to boot params That helps, allowing me to boot into recovery mode, though it leaves me with system seeing only one core, is really slow and still only boots in recovery mode. 2. Compile own kernel using 4.11.rc1 and disabling cpu freq governor and cpu handling in acpi settings. Boot with "quiet loglevel=3" option. That gets me even further - system sees all cores now. Still only recovery mode though, but its enough to get info for this bug report. Some observed problems: 1. dmesg reports *a lot* of messages like this all the time: [ 163.362068] ->handle_irq(): 87a7e090, [ 163.362081] bad_chained_irq+0x0/0x40 [ 163.362089] ->handle_irq(): 87a7e090, [ 163.362090] amd_gpio_irq_handler+0x0/0x200 [ 163.362090] ->irq_data.chip(): 88587e20, [ 163.362090] ioapic_ir_chip+0x0/0x120 [ 163.362090] ->action(): 884601c0 [ 163.362091]IRQ_NOPROBE set [ 163.362099] ->handle_irq(): 87a7e090, [ 163.362099] amd_gpio_irq_handler+0x0/0x200 [ 163.362100] ->irq_data.chip(): 88587e20, [ 163.362100] ioapic_ir_chip+0x0/0x120 [ 163.362101] ->action(): 884601c0 I've tried to redirect dmesg to a file, stopped after a short while, it generated 400M of those. 2. Systemd cannot start journald. Perhaps because it cannot cope with amount of kernel logs? 3. Looking at pci, I've noticed something called AMDI0040 (/sys/bus/acpi/devices/AMDI0040, path=_SB_.EMMC), among AMDI0010, AMDI0020, AMDI0030. Those however are mentioned in kernel source, kernel and google are completely silent about AMDI0040. Phoronix tested ryzen using different motherboard, and it worked better (though not well), so I suspect it is an issue with motherboard. --- ApportVersion: 2.20.4-0ubuntu2 Architecture: amd64 DistroRelease: Ubuntu 17.04 InstallationDate: Installed on 2015-08-06 (581 days ago) InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150728.1) Package: linux (not installed) ProcEnviron: LANGUAGE=en_US:en TERM=linux PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash Tags: zesty Uname: Linux 4.11.0-rc1-custom x86_64 UnreportableReason: The running kernel is not an Ubuntu kernel UpgradeStatus: Upgraded to zesty on 2017-03-03 (6 days ago) UserGroups: _MarkForUpload: True To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671360/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1671360] Re: System doesn't boot properly on AMD Ryzen / Gigabyte GA-AB350-gaming-3
Here is some additional information. I built upstream kernel 4.11-rc5 with CONFIG_PINCTRL_AMD=m CONFIG_DEBUG_PINCTRL=y CONFIG_DEBUG_GPIO=y and blacklisted pinctrl-amd so as to able to boot that kernel and set up netconsole. Doing a modprobe pinctrl-amd then results in a crash (obviously) and output along the lines of what you can see in the attached files. Case A seems to be more common than B. In case B, the system can still be used for a few seconds before becoming unresponsive. ** Attachment added: "gb_pinctrl_amd.tar.gz" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671360/+attachment/4856311/+files/gb_pinctrl_amd.tar.gz -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1671360 Title: System doesn't boot properly on AMD Ryzen / Gigabyte GA-AB350-gaming-3 Status in linux package in Ubuntu: Confirmed Bug description: I'm trying to run ubuntu on Ryzen 1700x with Gigabyte GA-AB350-gaming-3 motherboard, and it has a load of problems, starting with not being able to boot normally. During normal boot, on 16.10 as well as 17.04 beta: system doesn't boot normally, hangs with a lot of "unexpected irq trap at vector 07" messages displayed. Following advice from various places, I've tried:disable cpu freq governor and cpu handling in acpi settings 1. add "acpi=off" to boot params That helps, allowing me to boot into recovery mode, though it leaves me with system seeing only one core, is really slow and still only boots in recovery mode. 2. Compile own kernel using 4.11.rc1 and disabling cpu freq governor and cpu handling in acpi settings. Boot with "quiet loglevel=3" option. That gets me even further - system sees all cores now. Still only recovery mode though, but its enough to get info for this bug report. Some observed problems: 1. dmesg reports *a lot* of messages like this all the time: [ 163.362068] ->handle_irq(): 87a7e090, [ 163.362081] bad_chained_irq+0x0/0x40 [ 163.362089] ->handle_irq(): 87a7e090, [ 163.362090] amd_gpio_irq_handler+0x0/0x200 [ 163.362090] ->irq_data.chip(): 88587e20, [ 163.362090] ioapic_ir_chip+0x0/0x120 [ 163.362090] ->action(): 884601c0 [ 163.362091]IRQ_NOPROBE set [ 163.362099] ->handle_irq(): 87a7e090, [ 163.362099] amd_gpio_irq_handler+0x0/0x200 [ 163.362100] ->irq_data.chip(): 88587e20, [ 163.362100] ioapic_ir_chip+0x0/0x120 [ 163.362101] ->action(): 884601c0 I've tried to redirect dmesg to a file, stopped after a short while, it generated 400M of those. 2. Systemd cannot start journald. Perhaps because it cannot cope with amount of kernel logs? 3. Looking at pci, I've noticed something called AMDI0040 (/sys/bus/acpi/devices/AMDI0040, path=_SB_.EMMC), among AMDI0010, AMDI0020, AMDI0030. Those however are mentioned in kernel source, kernel and google are completely silent about AMDI0040. Phoronix tested ryzen using different motherboard, and it worked better (though not well), so I suspect it is an issue with motherboard. --- ApportVersion: 2.20.4-0ubuntu2 Architecture: amd64 DistroRelease: Ubuntu 17.04 InstallationDate: Installed on 2015-08-06 (581 days ago) InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150728.1) Package: linux (not installed) ProcEnviron: LANGUAGE=en_US:en TERM=linux PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash Tags: zesty Uname: Linux 4.11.0-rc1-custom x86_64 UnreportableReason: The running kernel is not an Ubuntu kernel UpgradeStatus: Upgraded to zesty on 2017-03-03 (6 days ago) UserGroups: _MarkForUpload: True To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671360/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1671360] Re: System doesn't boot properly on AMD Ryzen / Gigabyte GA-AB350-gaming-3
Yeah, it looks like the call to irq_desc_get_handler_data() inside that irq handler is returning null. But I don't understand most of that code, so no idea what might be causing that. As a side note: From the looks of it it's probably not going to be relevant, but just in case it is I have dumped the contents of the memory region which is returned by the _CRS method of the AMDI0030 ACPI device. ** Attachment added: "mem_0xfed81500.bin" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671360/+attachment/4856581/+files/mem_0xfed81500.bin -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1671360 Title: System doesn't boot properly on AMD Ryzen / Gigabyte GA-AB350-gaming-3 Status in linux package in Ubuntu: Confirmed Bug description: I'm trying to run ubuntu on Ryzen 1700x with Gigabyte GA-AB350-gaming-3 motherboard, and it has a load of problems, starting with not being able to boot normally. During normal boot, on 16.10 as well as 17.04 beta: system doesn't boot normally, hangs with a lot of "unexpected irq trap at vector 07" messages displayed. Following advice from various places, I've tried:disable cpu freq governor and cpu handling in acpi settings 1. add "acpi=off" to boot params That helps, allowing me to boot into recovery mode, though it leaves me with system seeing only one core, is really slow and still only boots in recovery mode. 2. Compile own kernel using 4.11.rc1 and disabling cpu freq governor and cpu handling in acpi settings. Boot with "quiet loglevel=3" option. That gets me even further - system sees all cores now. Still only recovery mode though, but its enough to get info for this bug report. Some observed problems: 1. dmesg reports *a lot* of messages like this all the time: [ 163.362068] ->handle_irq(): 87a7e090, [ 163.362081] bad_chained_irq+0x0/0x40 [ 163.362089] ->handle_irq(): 87a7e090, [ 163.362090] amd_gpio_irq_handler+0x0/0x200 [ 163.362090] ->irq_data.chip(): 88587e20, [ 163.362090] ioapic_ir_chip+0x0/0x120 [ 163.362090] ->action(): 884601c0 [ 163.362091]IRQ_NOPROBE set [ 163.362099] ->handle_irq(): 87a7e090, [ 163.362099] amd_gpio_irq_handler+0x0/0x200 [ 163.362100] ->irq_data.chip(): 88587e20, [ 163.362100] ioapic_ir_chip+0x0/0x120 [ 163.362101] ->action(): 884601c0 I've tried to redirect dmesg to a file, stopped after a short while, it generated 400M of those. 2. Systemd cannot start journald. Perhaps because it cannot cope with amount of kernel logs? 3. Looking at pci, I've noticed something called AMDI0040 (/sys/bus/acpi/devices/AMDI0040, path=_SB_.EMMC), among AMDI0010, AMDI0020, AMDI0030. Those however are mentioned in kernel source, kernel and google are completely silent about AMDI0040. Phoronix tested ryzen using different motherboard, and it worked better (though not well), so I suspect it is an issue with motherboard. --- ApportVersion: 2.20.4-0ubuntu2 Architecture: amd64 DistroRelease: Ubuntu 17.04 InstallationDate: Installed on 2015-08-06 (581 days ago) InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150728.1) Package: linux (not installed) ProcEnviron: LANGUAGE=en_US:en TERM=linux PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash Tags: zesty Uname: Linux 4.11.0-rc1-custom x86_64 UnreportableReason: The running kernel is not an Ubuntu kernel UpgradeStatus: Upgraded to zesty on 2017-03-03 (6 days ago) UserGroups: _MarkForUpload: True To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671360/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1671360] Re: System doesn't boot properly on AMD Ryzen / Gigabyte GA-AB350-gaming-3
I have found that kernel 4.1 actually seems to work fine on my board (AX370-GK7, F2 BIOS), even when compiled with CONFIG_PINCTRL_AMD=y. Note that to properly test kernels that old, the correct ACPI device ID needs to be added as seen in commit 42a4440 pinctrl: amd:Add device HID for future AMD GPIO controller since otherwise the driver won't find the device. Anyway, I did that, and there is now a /sys/devices/platform/AMDI0030:00 directory and no obvious complaints in dmesg, so everything seems to be working as intended as far as I can tell. I did some bisecting and I am now fairly certain that a regression was introduced early in the 4.2 cycle with the commit 0be275e x86/irq: Use cached IOAPIC entry instead of reading from hardware. I need to do some more testing to make sure I didn't mess up somewhere, will report back when/if I know more. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1671360 Title: System doesn't boot properly on AMD Ryzen / Gigabyte GA-AB350-gaming-3 Status in linux package in Ubuntu: Confirmed Bug description: I'm trying to run ubuntu on Ryzen 1700x with Gigabyte GA-AB350-gaming-3 motherboard, and it has a load of problems, starting with not being able to boot normally. During normal boot, on 16.10 as well as 17.04 beta: system doesn't boot normally, hangs with a lot of "unexpected irq trap at vector 07" messages displayed. Following advice from various places, I've tried:disable cpu freq governor and cpu handling in acpi settings 1. add "acpi=off" to boot params That helps, allowing me to boot into recovery mode, though it leaves me with system seeing only one core, is really slow and still only boots in recovery mode. 2. Compile own kernel using 4.11.rc1 and disabling cpu freq governor and cpu handling in acpi settings. Boot with "quiet loglevel=3" option. That gets me even further - system sees all cores now. Still only recovery mode though, but its enough to get info for this bug report. Some observed problems: 1. dmesg reports *a lot* of messages like this all the time: [ 163.362068] ->handle_irq(): 87a7e090, [ 163.362081] bad_chained_irq+0x0/0x40 [ 163.362089] ->handle_irq(): 87a7e090, [ 163.362090] amd_gpio_irq_handler+0x0/0x200 [ 163.362090] ->irq_data.chip(): 88587e20, [ 163.362090] ioapic_ir_chip+0x0/0x120 [ 163.362090] ->action(): 884601c0 [ 163.362091]IRQ_NOPROBE set [ 163.362099] ->handle_irq(): 87a7e090, [ 163.362099] amd_gpio_irq_handler+0x0/0x200 [ 163.362100] ->irq_data.chip(): 88587e20, [ 163.362100] ioapic_ir_chip+0x0/0x120 [ 163.362101] ->action(): 884601c0 I've tried to redirect dmesg to a file, stopped after a short while, it generated 400M of those. 2. Systemd cannot start journald. Perhaps because it cannot cope with amount of kernel logs? 3. Looking at pci, I've noticed something called AMDI0040 (/sys/bus/acpi/devices/AMDI0040, path=_SB_.EMMC), among AMDI0010, AMDI0020, AMDI0030. Those however are mentioned in kernel source, kernel and google are completely silent about AMDI0040. Phoronix tested ryzen using different motherboard, and it worked better (though not well), so I suspect it is an issue with motherboard. --- ApportVersion: 2.20.4-0ubuntu2 Architecture: amd64 DistroRelease: Ubuntu 17.04 InstallationDate: Installed on 2015-08-06 (581 days ago) InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150728.1) Package: linux (not installed) ProcEnviron: LANGUAGE=en_US:en TERM=linux PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash Tags: zesty Uname: Linux 4.11.0-rc1-custom x86_64 UnreportableReason: The running kernel is not an Ubuntu kernel UpgradeStatus: Upgraded to zesty on 2017-03-03 (6 days ago) UserGroups: _MarkForUpload: True To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671360/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1671360] Re: System doesn't boot properly on AMD Ryzen / Gigabyte GA-AB350-gaming-3
Bad news. Using 4.11-rc5 as a base and reverting the commit I previously mentioned (0be275e3a5607b23f5132121bca22a10ee23aa99) does yield a mostly functional kernel. I say "mostly" because there is still a lone "unexpected IRQ trap" in dmesg when the pinctrl driver loads, though the system boots successfully... most of the time. Also, configuring pinctrl-amd as a module instead of built-in and loading it later on will still result in the same crash scenarios as before. So the code that the commit touches may be vaguely related to the problem, but it's certainly not the root cause. Still kinda seems like a BIOS bug to me, particularly since other motherboard vendors are not affected. Let's hope someone at Gigabyte does something about this soon. I just tested the F3e beta BIOS, made no difference. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1671360 Title: System doesn't boot properly on AMD Ryzen / Gigabyte GA-AB350-gaming-3 Status in linux package in Ubuntu: Confirmed Bug description: I'm trying to run ubuntu on Ryzen 1700x with Gigabyte GA-AB350-gaming-3 motherboard, and it has a load of problems, starting with not being able to boot normally. During normal boot, on 16.10 as well as 17.04 beta: system doesn't boot normally, hangs with a lot of "unexpected irq trap at vector 07" messages displayed. Following advice from various places, I've tried:disable cpu freq governor and cpu handling in acpi settings 1. add "acpi=off" to boot params That helps, allowing me to boot into recovery mode, though it leaves me with system seeing only one core, is really slow and still only boots in recovery mode. 2. Compile own kernel using 4.11.rc1 and disabling cpu freq governor and cpu handling in acpi settings. Boot with "quiet loglevel=3" option. That gets me even further - system sees all cores now. Still only recovery mode though, but its enough to get info for this bug report. Some observed problems: 1. dmesg reports *a lot* of messages like this all the time: [ 163.362068] ->handle_irq(): 87a7e090, [ 163.362081] bad_chained_irq+0x0/0x40 [ 163.362089] ->handle_irq(): 87a7e090, [ 163.362090] amd_gpio_irq_handler+0x0/0x200 [ 163.362090] ->irq_data.chip(): 88587e20, [ 163.362090] ioapic_ir_chip+0x0/0x120 [ 163.362090] ->action(): 884601c0 [ 163.362091]IRQ_NOPROBE set [ 163.362099] ->handle_irq(): 87a7e090, [ 163.362099] amd_gpio_irq_handler+0x0/0x200 [ 163.362100] ->irq_data.chip(): 88587e20, [ 163.362100] ioapic_ir_chip+0x0/0x120 [ 163.362101] ->action(): 884601c0 I've tried to redirect dmesg to a file, stopped after a short while, it generated 400M of those. 2. Systemd cannot start journald. Perhaps because it cannot cope with amount of kernel logs? 3. Looking at pci, I've noticed something called AMDI0040 (/sys/bus/acpi/devices/AMDI0040, path=_SB_.EMMC), among AMDI0010, AMDI0020, AMDI0030. Those however are mentioned in kernel source, kernel and google are completely silent about AMDI0040. Phoronix tested ryzen using different motherboard, and it worked better (though not well), so I suspect it is an issue with motherboard. --- ApportVersion: 2.20.4-0ubuntu2 Architecture: amd64 DistroRelease: Ubuntu 17.04 InstallationDate: Installed on 2015-08-06 (581 days ago) InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150728.1) Package: linux (not installed) ProcEnviron: LANGUAGE=en_US:en TERM=linux PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash Tags: zesty Uname: Linux 4.11.0-rc1-custom x86_64 UnreportableReason: The running kernel is not an Ubuntu kernel UpgradeStatus: Upgraded to zesty on 2017-03-03 (6 days ago) UserGroups: _MarkForUpload: True To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671360/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1671360] Re: System doesn't boot properly on AMD Ryzen / Gigabyte GA-AB350-gaming-3
In the meantime, is there any particular reason Ubuntu kernels need to be shipping with pinctrl-amd built-in? If not, I suggest building it as a module from now on, so that users affected by this issue don't have to resort to custom built kernels, but can instead just blacklist the module. Note that this issue is present on xenial and yakkety as well, not just zesty. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1671360 Title: System doesn't boot properly on AMD Ryzen / Gigabyte GA-AB350-gaming-3 Status in linux package in Ubuntu: Confirmed Bug description: I'm trying to run ubuntu on Ryzen 1700x with Gigabyte GA-AB350-gaming-3 motherboard, and it has a load of problems, starting with not being able to boot normally. During normal boot, on 16.10 as well as 17.04 beta: system doesn't boot normally, hangs with a lot of "unexpected irq trap at vector 07" messages displayed. Following advice from various places, I've tried:disable cpu freq governor and cpu handling in acpi settings 1. add "acpi=off" to boot params That helps, allowing me to boot into recovery mode, though it leaves me with system seeing only one core, is really slow and still only boots in recovery mode. 2. Compile own kernel using 4.11.rc1 and disabling cpu freq governor and cpu handling in acpi settings. Boot with "quiet loglevel=3" option. That gets me even further - system sees all cores now. Still only recovery mode though, but its enough to get info for this bug report. Some observed problems: 1. dmesg reports *a lot* of messages like this all the time: [ 163.362068] ->handle_irq(): 87a7e090, [ 163.362081] bad_chained_irq+0x0/0x40 [ 163.362089] ->handle_irq(): 87a7e090, [ 163.362090] amd_gpio_irq_handler+0x0/0x200 [ 163.362090] ->irq_data.chip(): 88587e20, [ 163.362090] ioapic_ir_chip+0x0/0x120 [ 163.362090] ->action(): 884601c0 [ 163.362091]IRQ_NOPROBE set [ 163.362099] ->handle_irq(): 87a7e090, [ 163.362099] amd_gpio_irq_handler+0x0/0x200 [ 163.362100] ->irq_data.chip(): 88587e20, [ 163.362100] ioapic_ir_chip+0x0/0x120 [ 163.362101] ->action(): 884601c0 I've tried to redirect dmesg to a file, stopped after a short while, it generated 400M of those. 2. Systemd cannot start journald. Perhaps because it cannot cope with amount of kernel logs? 3. Looking at pci, I've noticed something called AMDI0040 (/sys/bus/acpi/devices/AMDI0040, path=_SB_.EMMC), among AMDI0010, AMDI0020, AMDI0030. Those however are mentioned in kernel source, kernel and google are completely silent about AMDI0040. Phoronix tested ryzen using different motherboard, and it worked better (though not well), so I suspect it is an issue with motherboard. --- ApportVersion: 2.20.4-0ubuntu2 Architecture: amd64 DistroRelease: Ubuntu 17.04 InstallationDate: Installed on 2015-08-06 (581 days ago) InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150728.1) Package: linux (not installed) ProcEnviron: LANGUAGE=en_US:en TERM=linux PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash Tags: zesty Uname: Linux 4.11.0-rc1-custom x86_64 UnreportableReason: The running kernel is not an Ubuntu kernel UpgradeStatus: Upgraded to zesty on 2017-03-03 (6 days ago) UserGroups: _MarkForUpload: True To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671360/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1671360] Re: System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
** Summary changed: - System doesn't boot properly on AMD Ryzen / Gigabyte GA-AB350-gaming-3 + System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen) ** Tags added: xenial yakkety -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1671360 Title: System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen) Status in linux package in Ubuntu: Confirmed Bug description: I'm trying to run ubuntu on Ryzen 1700x with Gigabyte GA-AB350-gaming-3 motherboard, and it has a load of problems, starting with not being able to boot normally. During normal boot, on 16.10 as well as 17.04 beta: system doesn't boot normally, hangs with a lot of "unexpected irq trap at vector 07" messages displayed. Following advice from various places, I've tried:disable cpu freq governor and cpu handling in acpi settings 1. add "acpi=off" to boot params That helps, allowing me to boot into recovery mode, though it leaves me with system seeing only one core, is really slow and still only boots in recovery mode. 2. Compile own kernel using 4.11.rc1 and disabling cpu freq governor and cpu handling in acpi settings. Boot with "quiet loglevel=3" option. That gets me even further - system sees all cores now. Still only recovery mode though, but its enough to get info for this bug report. Some observed problems: 1. dmesg reports *a lot* of messages like this all the time: [ 163.362068] ->handle_irq(): 87a7e090, [ 163.362081] bad_chained_irq+0x0/0x40 [ 163.362089] ->handle_irq(): 87a7e090, [ 163.362090] amd_gpio_irq_handler+0x0/0x200 [ 163.362090] ->irq_data.chip(): 88587e20, [ 163.362090] ioapic_ir_chip+0x0/0x120 [ 163.362090] ->action(): 884601c0 [ 163.362091]IRQ_NOPROBE set [ 163.362099] ->handle_irq(): 87a7e090, [ 163.362099] amd_gpio_irq_handler+0x0/0x200 [ 163.362100] ->irq_data.chip(): 88587e20, [ 163.362100] ioapic_ir_chip+0x0/0x120 [ 163.362101] ->action(): 884601c0 I've tried to redirect dmesg to a file, stopped after a short while, it generated 400M of those. 2. Systemd cannot start journald. Perhaps because it cannot cope with amount of kernel logs? 3. Looking at pci, I've noticed something called AMDI0040 (/sys/bus/acpi/devices/AMDI0040, path=_SB_.EMMC), among AMDI0010, AMDI0020, AMDI0030. Those however are mentioned in kernel source, kernel and google are completely silent about AMDI0040. Phoronix tested ryzen using different motherboard, and it worked better (though not well), so I suspect it is an issue with motherboard. --- ApportVersion: 2.20.4-0ubuntu2 Architecture: amd64 DistroRelease: Ubuntu 17.04 InstallationDate: Installed on 2015-08-06 (581 days ago) InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150728.1) Package: linux (not installed) ProcEnviron: LANGUAGE=en_US:en TERM=linux PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash Tags: zesty Uname: Linux 4.11.0-rc1-custom x86_64 UnreportableReason: The running kernel is not an Ubuntu kernel UpgradeStatus: Upgraded to zesty on 2017-03-03 (6 days ago) UserGroups: _MarkForUpload: True To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671360/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1671360] Re: System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
** Tags added: regression-release -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1671360 Title: System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen) Status in linux package in Ubuntu: Confirmed Bug description: I'm trying to run ubuntu on Ryzen 1700x with Gigabyte GA-AB350-gaming-3 motherboard, and it has a load of problems, starting with not being able to boot normally. During normal boot, on 16.10 as well as 17.04 beta: system doesn't boot normally, hangs with a lot of "unexpected irq trap at vector 07" messages displayed. Following advice from various places, I've tried:disable cpu freq governor and cpu handling in acpi settings 1. add "acpi=off" to boot params That helps, allowing me to boot into recovery mode, though it leaves me with system seeing only one core, is really slow and still only boots in recovery mode. 2. Compile own kernel using 4.11.rc1 and disabling cpu freq governor and cpu handling in acpi settings. Boot with "quiet loglevel=3" option. That gets me even further - system sees all cores now. Still only recovery mode though, but its enough to get info for this bug report. Some observed problems: 1. dmesg reports *a lot* of messages like this all the time: [ 163.362068] ->handle_irq(): 87a7e090, [ 163.362081] bad_chained_irq+0x0/0x40 [ 163.362089] ->handle_irq(): 87a7e090, [ 163.362090] amd_gpio_irq_handler+0x0/0x200 [ 163.362090] ->irq_data.chip(): 88587e20, [ 163.362090] ioapic_ir_chip+0x0/0x120 [ 163.362090] ->action(): 884601c0 [ 163.362091]IRQ_NOPROBE set [ 163.362099] ->handle_irq(): 87a7e090, [ 163.362099] amd_gpio_irq_handler+0x0/0x200 [ 163.362100] ->irq_data.chip(): 88587e20, [ 163.362100] ioapic_ir_chip+0x0/0x120 [ 163.362101] ->action(): 884601c0 I've tried to redirect dmesg to a file, stopped after a short while, it generated 400M of those. 2. Systemd cannot start journald. Perhaps because it cannot cope with amount of kernel logs? 3. Looking at pci, I've noticed something called AMDI0040 (/sys/bus/acpi/devices/AMDI0040, path=_SB_.EMMC), among AMDI0010, AMDI0020, AMDI0030. Those however are mentioned in kernel source, kernel and google are completely silent about AMDI0040. Phoronix tested ryzen using different motherboard, and it worked better (though not well), so I suspect it is an issue with motherboard. --- ApportVersion: 2.20.4-0ubuntu2 Architecture: amd64 DistroRelease: Ubuntu 17.04 InstallationDate: Installed on 2015-08-06 (581 days ago) InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150728.1) Package: linux (not installed) ProcEnviron: LANGUAGE=en_US:en TERM=linux PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash Tags: zesty Uname: Linux 4.11.0-rc1-custom x86_64 UnreportableReason: The running kernel is not an Ubuntu kernel UpgradeStatus: Upgraded to zesty on 2017-03-03 (6 days ago) UserGroups: _MarkForUpload: True To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1671360/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1268669] [NEW] Lenovo T440p (Haswell/NVidia optimus gfx) flaky unless I blacklist nouveau
Public bug reported: I have a new Lenovo T440p laptop, which has a Haswell CPU and NVidia GPU in an "optimus" setup. In a default 14.04 install, the system is quite flaky: suspend doesn't work and doing lspci apparently corrupts memory (the system hits random weird failures and then freezes about 10 seconds after running lspci). If I blacklist the nouveau module then the system seems to work fine (suspend/resume is good and lspci doesn't cause problems). ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-2-generic 3.13.0-2.17 ProcVersionSignature: Ubuntu 3.13.0-2.17-generic 3.13.0-rc7 Uname: Linux 3.13.0-2-generic x86_64 ApportVersion: 2.13.1-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2111 F pulseaudio CurrentDesktop: Unity Date: Mon Jan 13 09:35:00 2014 HibernationDevice: RESUME=UUID=af5ffc5d-f07d-48f1-8bab-636acd0359be InstallationDate: Installed on 2014-01-11 (2 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140109) MachineType: LENOVO 20ANCTO1WW ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-2-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro plymouth:debug splash quiet drm.debug=0xe RelatedPackageVersions: linux-restricted-modules-3.13.0-2-generic N/A linux-backports-modules-3.13.0-2-generic N/A linux-firmware1.121 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 12/04/2013 dmi.bios.vendor: LENOVO dmi.bios.version: GLET43WW (1.18 ) dmi.board.asset.tag: Not Available dmi.board.name: 20ANCTO1WW dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrGLET43WW(1.18):bd12/04/2013:svnLENOVO:pn20ANCTO1WW:pvrThinkPadT440p:rvnLENOVO:rn20ANCTO1WW:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 20ANCTO1WW dmi.product.version: ThinkPad T440p dmi.sys.vendor: LENOVO ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug trusty -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1268669 Title: Lenovo T440p (Haswell/NVidia optimus gfx) flaky unless I blacklist nouveau Status in “linux” package in Ubuntu: New Bug description: I have a new Lenovo T440p laptop, which has a Haswell CPU and NVidia GPU in an "optimus" setup. In a default 14.04 install, the system is quite flaky: suspend doesn't work and doing lspci apparently corrupts memory (the system hits random weird failures and then freezes about 10 seconds after running lspci). If I blacklist the nouveau module then the system seems to work fine (suspend/resume is good and lspci doesn't cause problems). ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-2-generic 3.13.0-2.17 ProcVersionSignature: Ubuntu 3.13.0-2.17-generic 3.13.0-rc7 Uname: Linux 3.13.0-2-generic x86_64 ApportVersion: 2.13.1-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: roland 2111 F pulseaudio CurrentDesktop: Unity Date: Mon Jan 13 09:35:00 2014 HibernationDevice: RESUME=UUID=af5ffc5d-f07d-48f1-8bab-636acd0359be InstallationDate: Installed on 2014-01-11 (2 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140109) MachineType: LENOVO 20ANCTO1WW ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-2-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro plymouth:debug splash quiet drm.debug=0xe RelatedPackageVersions: linux-restricted-modules-3.13.0-2-generic N/A linux-backports-modules-3.13.0-2-generic N/A linux-firmware1.121 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 12/04/2013 dmi.bios.vendor: LENOVO dmi.bios.version: GLET43WW (1.18 ) dmi.board.asset.tag: Not Available dmi.board.name: 20ANCTO1WW dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrGLET43WW(1.18):bd12/04/2013:svnLENOVO:pn20ANCTO1WW:pvrThinkPadT440p:rvnLENOVO:rn20ANCTO1WW:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 20ANCTO1WW dmi.product.version: ThinkPad T440p dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1268669/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe
[Kernel-packages] [Bug 1268669] Re: Lenovo T440p (Haswell/NVidia optimus gfx) flaky unless I blacklist nouveau
Actually I was wrong about lspci working with the upstream kernel. It looks like I got lucky once, but the next time I tried it with upstream 3.13-rc8 the system hung just like it does with the Ubuntu kernel. So the upstream kernel behavior looks to be pretty much the same as the Ubuntu kernel. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1268669 Title: Lenovo T440p (Haswell/NVidia optimus gfx) flaky unless I blacklist nouveau Status in “linux” package in Ubuntu: Confirmed Bug description: I have a new Lenovo T440p laptop, which has a Haswell CPU and NVidia GPU in an "optimus" setup. In a default 14.04 install, the system is quite flaky: suspend doesn't work and doing lspci apparently corrupts memory (the system hits random weird failures and then freezes about 10 seconds after running lspci). If I blacklist the nouveau module then the system seems to work fine (suspend/resume is good and lspci doesn't cause problems). ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-2-generic 3.13.0-2.17 ProcVersionSignature: Ubuntu 3.13.0-2.17-generic 3.13.0-rc7 Uname: Linux 3.13.0-2-generic x86_64 ApportVersion: 2.13.1-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2111 F pulseaudio CurrentDesktop: Unity Date: Mon Jan 13 09:35:00 2014 HibernationDevice: RESUME=UUID=af5ffc5d-f07d-48f1-8bab-636acd0359be InstallationDate: Installed on 2014-01-11 (2 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140109) MachineType: LENOVO 20ANCTO1WW ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-2-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro plymouth:debug splash quiet drm.debug=0xe RelatedPackageVersions: linux-restricted-modules-3.13.0-2-generic N/A linux-backports-modules-3.13.0-2-generic N/A linux-firmware1.121 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 12/04/2013 dmi.bios.vendor: LENOVO dmi.bios.version: GLET43WW (1.18 ) dmi.board.asset.tag: Not Available dmi.board.name: 20ANCTO1WW dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrGLET43WW(1.18):bd12/04/2013:svnLENOVO:pn20ANCTO1WW:pvrThinkPadT440p:rvnLENOVO:rn20ANCTO1WW:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 20ANCTO1WW dmi.product.version: ThinkPad T440p dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1268669/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1268669] Re: Lenovo T440p (Haswell/NVidia optimus gfx) flaky unless I blacklist nouveau
I tried this with the latest upstream kernel (3.13-rc8) plus the patch https://bugs.freedesktop.org/attachment.cgi?id=91164 to Intel graphics displayport handling (needed to make my monitor connected to my docking station work). If I get rid of the "blacklist nouveau" with this kernel, suspend is still broken but lspci does not crash my system. ** Tags added: kernel-bug-exists-upstream ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1268669 Title: Lenovo T440p (Haswell/NVidia optimus gfx) flaky unless I blacklist nouveau Status in “linux” package in Ubuntu: Confirmed Bug description: I have a new Lenovo T440p laptop, which has a Haswell CPU and NVidia GPU in an "optimus" setup. In a default 14.04 install, the system is quite flaky: suspend doesn't work and doing lspci apparently corrupts memory (the system hits random weird failures and then freezes about 10 seconds after running lspci). If I blacklist the nouveau module then the system seems to work fine (suspend/resume is good and lspci doesn't cause problems). ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-2-generic 3.13.0-2.17 ProcVersionSignature: Ubuntu 3.13.0-2.17-generic 3.13.0-rc7 Uname: Linux 3.13.0-2-generic x86_64 ApportVersion: 2.13.1-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2111 F pulseaudio CurrentDesktop: Unity Date: Mon Jan 13 09:35:00 2014 HibernationDevice: RESUME=UUID=af5ffc5d-f07d-48f1-8bab-636acd0359be InstallationDate: Installed on 2014-01-11 (2 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140109) MachineType: LENOVO 20ANCTO1WW ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-2-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro plymouth:debug splash quiet drm.debug=0xe RelatedPackageVersions: linux-restricted-modules-3.13.0-2-generic N/A linux-backports-modules-3.13.0-2-generic N/A linux-firmware1.121 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 12/04/2013 dmi.bios.vendor: LENOVO dmi.bios.version: GLET43WW (1.18 ) dmi.board.asset.tag: Not Available dmi.board.name: 20ANCTO1WW dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrGLET43WW(1.18):bd12/04/2013:svnLENOVO:pn20ANCTO1WW:pvrThinkPadT440p:rvnLENOVO:rn20ANCTO1WW:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 20ANCTO1WW dmi.product.version: ThinkPad T440p dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1268669/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1240940] Re: Need support for Realtek Wifi card rtl8723be [10ec:b723]
Could somebody backport the driver to Trusty please? http://marc.info/?l=linux-netdev&m=139308947816113 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1240940 Title: Need support for Realtek Wifi card rtl8723be [10ec:b723] Status in HWE Next Project: Confirmed Status in HWE Next saucy series: Confirmed Status in HWE Next trusty series: Confirmed Status in “linux” package in Ubuntu: Confirmed Bug description: This device is appearing in some OEM machines, but driver is not yet available upstream. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1240940/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1240940] Re: Need support for Realtek Wifi card rtl8723be [10ec:b723]
This device is on Lenovo B5400 too. No support yet in 13.10 and 14.04. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1240940 Title: Need support for Realtek Wifi card rtl8723be [10ec:b723] Status in HWE Next Project: Confirmed Status in HWE Next saucy series: Confirmed Status in HWE Next trusty series: Confirmed Status in “linux” package in Ubuntu: Confirmed Bug description: This device is appearing in some OEM machines, but driver is not yet available upstream. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1240940/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1275794]
Is MST actually required for 4K / 60Hz monitors, or is HBR2 / DP 1.2 sufficient? (My understanding is that Intel Linux drivers already support HBR2) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275794 Title: Lenovo T440s freezes when connected to docking station Status in The Linux Kernel: Fix Released Status in “linux” package in Ubuntu: Triaged Bug description: This bug report looks to be for the same issue: https://bugs.freedesktop.org/show_bug.cgi?id=71267 I came across the above bug report here: https://bbs.archlinux.org/viewtopic.php?pid=1374408 I'm running with a Thinkpad T440s and ultra dock with hdmi<->hdmi. In my case if I dock when hdmi is connected to the dock, the mouse and keyboard freeze once connected. When I undock they unfreeze. If I dock when hdmi is not connected to the dock, the mouse and keyboard don't freeze. Ubuntu release: 14.04 Trusty Tahr (development branch) --- ApportVersion: 2.13.2-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: corey 2385 F pulseaudio /dev/snd/controlC0: corey 2385 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 EcryptfsInUse: Yes HibernationDevice: RESUME=UUID=12d1435c-d652-4aab-8da6-3b043f3da722 InstallationDate: Installed on 2014-01-31 (3 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140130) MachineType: LENOVO 20AQCTO1WW Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-5-generic.efi.signed root=UUID=d17999de-2672-48e5-b628-403d311d3251 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-5.20-generic 3.13.0 RelatedPackageVersions: linux-restricted-modules-3.13.0-5-generic N/A linux-backports-modules-3.13.0-5-generic N/A linux-firmware1.123 Tags: trusty Uname: Linux 3.13.0-5-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip kvm libvirtd lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 12/10/2013 dmi.bios.vendor: LENOVO dmi.bios.version: GJET67WW (2.17 ) dmi.board.asset.tag: Not Available dmi.board.name: 20AQCTO1WW dmi.board.vendor: LENOVO dmi.board.version: 0B98405 STD dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrGJET67WW(2.17):bd12/10/2013:svnLENOVO:pn20AQCTO1WW:pvrThinkPadT440s:rvnLENOVO:rn20AQCTO1WW:rvr0B98405STD:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 20AQCTO1WW dmi.product.version: ThinkPad T440s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1275794/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1240940] Re: Need support for Realtek Wifi card rtl8723be [10ec:b723]
The fix activates WLAN for my Lenovo B5400 just through the usual updates. Thanks! -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1240940 Title: Need support for Realtek Wifi card rtl8723be [10ec:b723] Status in HWE Next Project: Fix Released Status in HWE Next trusty series: Fix Released Status in “linux” package in Ubuntu: Fix Released Status in “linux” source package in Trusty: Fix Released Bug description: This device is appearing in some OEM machines, but driver is not yet available upstream. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1240940/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported
also affected with Acer Aspire VN7-591G card is at least named the same within lspci -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1383184 Title: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported Status in linux package in Ubuntu: Confirmed Bug description: Card detail: Qualcomm Atheros Device [168c:003e] (rev 20) Subsystem: Bigfoot Networks, Inc. Device [1a56:1525] This is on a fully updated Ubuntu Server 14.04 installation, with the ubuntu-desktop environment installed. This happened in order to get the md raid drivers for raid0 on my system, as the desktop version doesn't support them. --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: matanis2333 F pulseaudio /dev/snd/controlC0: matanis2333 F pulseaudio CRDA: Error: [Errno 2] No such file or directory CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 HibernationDevice: RESUME=UUID=1b192ee3-f592-43e9-bdcf-08b91c0aa9b6 InstallationDate: Installed on 2014-10-16 (3 days ago) InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.3) IwConfig: p2p1 no wireless extensions. lono wireless extensions. MachineType: Micro-Star International Co., Ltd. GT72 2QE NonfreeKernelModules: nvidia Package: linux (not installed) ProcFB: 0 EFI VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic.efi.signed root=UUID=80998dbb-1f89-4eda-be90-25e35e1c0a90 ro ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 RfKill: Tags: trusty Uname: Linux 3.13.0-37-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 09/15/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: E1781IMS.10D dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: MS-1781 dmi.board.vendor: Micro-Star International Co., Ltd. dmi.board.version: REV:0.C dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: To Be Filled By O.E.M. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrE1781IMS.10D:bd09/15/2014:svnMicro-StarInternationalCo.,Ltd.:pnGT722QE:pvrREV0.C:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1781:rvrREV0.C:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: GT72 2QE dmi.product.version: REV:0.C dmi.sys.vendor: Micro-Star International Co., Ltd. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1383184/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported
as stated by a sticker on the back of Acer Aspire VN7-591G the builtin wifi/bluetooth module seems to be "QCNFA344", so probably not the same as mentioned here -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1383184 Title: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported Status in linux package in Ubuntu: Confirmed Bug description: Card detail: Qualcomm Atheros Device [168c:003e] (rev 20) Subsystem: Bigfoot Networks, Inc. Device [1a56:1525] This is on a fully updated Ubuntu Server 14.04 installation, with the ubuntu-desktop environment installed. This happened in order to get the md raid drivers for raid0 on my system, as the desktop version doesn't support them. --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: matanis2333 F pulseaudio /dev/snd/controlC0: matanis2333 F pulseaudio CRDA: Error: [Errno 2] No such file or directory CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 HibernationDevice: RESUME=UUID=1b192ee3-f592-43e9-bdcf-08b91c0aa9b6 InstallationDate: Installed on 2014-10-16 (3 days ago) InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.3) IwConfig: p2p1 no wireless extensions. lono wireless extensions. MachineType: Micro-Star International Co., Ltd. GT72 2QE NonfreeKernelModules: nvidia Package: linux (not installed) ProcFB: 0 EFI VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic.efi.signed root=UUID=80998dbb-1f89-4eda-be90-25e35e1c0a90 ro ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 RfKill: Tags: trusty Uname: Linux 3.13.0-37-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 09/15/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: E1781IMS.10D dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: MS-1781 dmi.board.vendor: Micro-Star International Co., Ltd. dmi.board.version: REV:0.C dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: To Be Filled By O.E.M. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrE1781IMS.10D:bd09/15/2014:svnMicro-StarInternationalCo.,Ltd.:pnGT722QE:pvrREV0.C:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1781:rvrREV0.C:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: GT72 2QE dmi.product.version: REV:0.C dmi.sys.vendor: Micro-Star International Co., Ltd. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1383184/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used
strangely although i'm having the same notebook (alsoVN7- 591G, although -75H9) lspci is showing me 07:00.0 Network controller: Qualcomm Atheros Device 003e (rev 20) a label on the bottom of the notebooks tells me This device contains WLAN-Bluetooth module QCNFA344 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to bluez in Ubuntu. https://bugs.launchpad.net/bugs/1397885 Title: [Atheros AR9462] Bluetooth looks activated but cannot be used Status in bluez package in Ubuntu: Confirmed Bug description: Ubuntu 14.10 System Information Manufacturer: Acer Product Name: Aspire VN7-591G Version: V1.08 SKU Number: Aspire VN7-591G_091B_1.08 Family: Sharkbay System lspci 07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter (rev 01) lsusb -v Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp. Steps to reproduce: 1. Activate a Bluetooth device (for instance a mouse or a nearby device) 2. On the laptop, press the Bluetooth icon, then "Set Up new Device…" Expected result: 2. A list of available bluetooth devices is shown Actual result: 2. Nothing shows up and the spinning icon keeps spinning with "Searching for devices..." It looks like the bluetooth device does not work at all. Apparently, there have been previous bugs reported and corrected [1], but the situation still occurs with this module on my laptop... [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884 ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: bluez 4.101-0ubuntu20 ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7 Uname: Linux 3.16.0-25-generic x86_64 ApportVersion: 2.14.7-0ubuntu8 Architecture: amd64 CurrentDesktop: Unity Date: Mon Dec 1 16:35:17 2014 EcryptfsInUse: Yes InstallationDate: Installed on 2014-11-15 (15 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) InterestingModules: bnep rfcomm btusb bluetooth MachineType: Acer Aspire VN7-591G ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 SourcePackage: bluez UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 09/12/2014 dmi.bios.vendor: Insyde Corp. dmi.bios.version: V1.08 dmi.board.asset.tag: No Asset Tag dmi.board.name: Aspire VN7-591G dmi.board.vendor: Acer dmi.board.version: V1.08 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Chassis Manufacturer dmi.chassis.version: V1.08 dmi.modalias: dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08: dmi.product.name: Aspire VN7-591G dmi.product.version: V1.08 dmi.sys.vendor: Acer hciconfig: hci0:Type: BR/EDR Bus: USB BD Address: 5C:93:A2:EB:FF:43 ACL MTU: 1022:8 SCO MTU: 183:5 UP RUNNING PSCAN ISCAN RX bytes:2751 acl:0 sco:0 events:351 errors:0 TX bytes:3779 acl:0 sco:0 commands:306 errors:0 syslog: Dec 1 16:21:16 Miles bluetoothd[631]: Discovery session 0x7fa5da51da30 with :1.228 activated Dec 1 16:27:43 Miles bluetoothd[631]: Discovery session 0x7fa5da530a50 with :1.230 activated To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1397885/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used
another note: i'm anyhow affected by the same issue, though btw - WLAN doesn't work either - but works when running windows -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to bluez in Ubuntu. https://bugs.launchpad.net/bugs/1397885 Title: [Atheros AR9462] Bluetooth looks activated but cannot be used Status in bluez package in Ubuntu: Confirmed Bug description: Ubuntu 14.10 System Information Manufacturer: Acer Product Name: Aspire VN7-591G Version: V1.08 SKU Number: Aspire VN7-591G_091B_1.08 Family: Sharkbay System lspci 07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter (rev 01) lsusb -v Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp. Steps to reproduce: 1. Activate a Bluetooth device (for instance a mouse or a nearby device) 2. On the laptop, press the Bluetooth icon, then "Set Up new Device…" Expected result: 2. A list of available bluetooth devices is shown Actual result: 2. Nothing shows up and the spinning icon keeps spinning with "Searching for devices..." It looks like the bluetooth device does not work at all. Apparently, there have been previous bugs reported and corrected [1], but the situation still occurs with this module on my laptop... [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884 ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: bluez 4.101-0ubuntu20 ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7 Uname: Linux 3.16.0-25-generic x86_64 ApportVersion: 2.14.7-0ubuntu8 Architecture: amd64 CurrentDesktop: Unity Date: Mon Dec 1 16:35:17 2014 EcryptfsInUse: Yes InstallationDate: Installed on 2014-11-15 (15 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) InterestingModules: bnep rfcomm btusb bluetooth MachineType: Acer Aspire VN7-591G ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 SourcePackage: bluez UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 09/12/2014 dmi.bios.vendor: Insyde Corp. dmi.bios.version: V1.08 dmi.board.asset.tag: No Asset Tag dmi.board.name: Aspire VN7-591G dmi.board.vendor: Acer dmi.board.version: V1.08 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Chassis Manufacturer dmi.chassis.version: V1.08 dmi.modalias: dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08: dmi.product.name: Aspire VN7-591G dmi.product.version: V1.08 dmi.sys.vendor: Acer hciconfig: hci0:Type: BR/EDR Bus: USB BD Address: 5C:93:A2:EB:FF:43 ACL MTU: 1022:8 SCO MTU: 183:5 UP RUNNING PSCAN ISCAN RX bytes:2751 acl:0 sco:0 events:351 errors:0 TX bytes:3779 acl:0 sco:0 commands:306 errors:0 syslog: Dec 1 16:21:16 Miles bluetoothd[631]: Discovery session 0x7fa5da51da30 with :1.228 activated Dec 1 16:27:43 Miles bluetoothd[631]: Discovery session 0x7fa5da530a50 with :1.230 activated To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1397885/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1492146] Re: igb Detected Tx Unit Hang
Hi, i'm encountering the same/similar bug on xenial 4.4.0-28-generic. If i apply network load via iperf i get the unit (Intel 210i) reproducible to hang. Maybe this is a regression or another bug. The network interface does not recover, i have to reboot the machine to get it back online. dmesg outout attached. ** Attachment added: "dmesg.log" https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1492146/+attachment/4695086/+files/dmesg.log -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-lts-utopic in Ubuntu. https://bugs.launchpad.net/bugs/1492146 Title: igb Detected Tx Unit Hang Status in linux-lts-utopic package in Ubuntu: Fix Released Status in linux-lts-utopic source package in Trusty: Fix Released Bug description: Hello! Have a: >lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 14.04.3 LTS Release:14.04 Codename: trusty with kenel 3.16.0-46-generic. Today i do dist-upgrade and kernel was upgraded to 3.16.0-48-generic version. After reboot i've got this: Sep 4 09:02:52 mail kernel: [ 310.616324] igb :02:00.0 em1: Reset adapter Sep 4 09:02:52 mail kernel: [ 310.831157] igb :02:00.1 em2: Reset adapter Sep 4 09:02:56 mail kernel: [ 315.154686] igb :02:00.0 em1: igb: em1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX Sep 4 09:02:56 mail kernel: [ 315.202651] igb :02:00.1 em2: igb: em2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX Sep 4 09:03:02 mail kernel: [ 321.608099] igb :02:00.0: Detected Tx Unit Hang Sep 4 09:03:02 mail kernel: [ 321.608099] Tx Queue <6> Sep 4 09:03:02 mail kernel: [ 321.608099] TDH <23> Sep 4 09:03:02 mail kernel: [ 321.608099] TDT <23> Sep 4 09:03:02 mail kernel: [ 321.608099] next_to_use <25> Sep 4 09:03:02 mail kernel: [ 321.608099] next_to_clean<23> Sep 4 09:03:02 mail kernel: [ 321.608099] buffer_info[next_to_clean] Sep 4 09:03:02 mail kernel: [ 321.608099] time_stamp <112af> Sep 4 09:03:02 mail kernel: [ 321.608099] next_to_watch Sep 4 09:03:02 mail kernel: [ 321.608099] jiffies <11531> Sep 4 09:03:02 mail kernel: [ 321.608099] desc.status <120200> Sep 4 09:03:04 mail kernel: [ 323.607349] igb :02:00.0: Detected Tx Unit Hang Sep 4 09:03:04 mail kernel: [ 323.607349] Tx Queue <6> Sep 4 09:03:04 mail kernel: [ 323.607349] TDH <23> Sep 4 09:03:04 mail kernel: [ 323.607349] TDT <23> Sep 4 09:03:04 mail kernel: [ 323.607349] next_to_use <25> Sep 4 09:03:04 mail kernel: [ 323.607349] next_to_clean<23> Sep 4 09:03:04 mail kernel: [ 323.607349] buffer_info[next_to_clean] Sep 4 09:03:04 mail kernel: [ 323.607349] time_stamp <112af> Sep 4 09:03:04 mail kernel: [ 323.607349] next_to_watch Sep 4 09:03:04 mail kernel: [ 323.607349] jiffies <11725> Sep 4 09:03:04 mail kernel: [ 323.607349] desc.status <120200> Sep 4 09:03:06 mail kernel: [ 325.606602] igb :02:00.0: Detected Tx Unit Hang Sep 4 09:03:06 mail kernel: [ 325.606602] Tx Queue <6> Sep 4 09:03:06 mail kernel: [ 325.606602] TDH <23> Sep 4 09:03:06 mail kernel: [ 325.606602] TDT <23> Sep 4 09:03:06 mail kernel: [ 325.606602] next_to_use <25> Sep 4 09:03:06 mail kernel: [ 325.606602] next_to_clean<23> Sep 4 09:03:06 mail kernel: [ 325.606602] buffer_info[next_to_clean] Sep 4 09:03:06 mail kernel: [ 325.606602] time_stamp <112af> Sep 4 09:03:06 mail kernel: [ 325.606602] next_to_watch Sep 4 09:03:06 mail kernel: [ 325.606602] jiffies <11919> Sep 4 09:03:06 mail kernel: [ 325.606602] desc.status <120200> All network connections droped after that. System still unusable. Only after boot with old linux-image-3.16.0-46-generic my production mail server can work. It's a critical bug for me, can anybody help me? ethtool -i em1 driver: igb version: 5.2.13-k firmware-version: 1.61, 0x8cd5, 1.949.0 bus-info: :02:00.0 supports-statistics: yes supports-test: yes supports-eeprom-access: yes supports-register-dump: yes supports-priv-flags: no To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1492146/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1492146] Re: igb Detected Tx Unit Hang
I am using the C2550. I just tried the "disable intel speedstep and C-state" hint but within 60 seconds i got the tx unit hang again. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-lts-utopic in Ubuntu. https://bugs.launchpad.net/bugs/1492146 Title: igb Detected Tx Unit Hang Status in linux-lts-utopic package in Ubuntu: Fix Released Status in linux-lts-utopic source package in Trusty: Fix Released Bug description: Hello! Have a: >lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 14.04.3 LTS Release:14.04 Codename: trusty with kenel 3.16.0-46-generic. Today i do dist-upgrade and kernel was upgraded to 3.16.0-48-generic version. After reboot i've got this: Sep 4 09:02:52 mail kernel: [ 310.616324] igb :02:00.0 em1: Reset adapter Sep 4 09:02:52 mail kernel: [ 310.831157] igb :02:00.1 em2: Reset adapter Sep 4 09:02:56 mail kernel: [ 315.154686] igb :02:00.0 em1: igb: em1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX Sep 4 09:02:56 mail kernel: [ 315.202651] igb :02:00.1 em2: igb: em2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX Sep 4 09:03:02 mail kernel: [ 321.608099] igb :02:00.0: Detected Tx Unit Hang Sep 4 09:03:02 mail kernel: [ 321.608099] Tx Queue <6> Sep 4 09:03:02 mail kernel: [ 321.608099] TDH <23> Sep 4 09:03:02 mail kernel: [ 321.608099] TDT <23> Sep 4 09:03:02 mail kernel: [ 321.608099] next_to_use <25> Sep 4 09:03:02 mail kernel: [ 321.608099] next_to_clean<23> Sep 4 09:03:02 mail kernel: [ 321.608099] buffer_info[next_to_clean] Sep 4 09:03:02 mail kernel: [ 321.608099] time_stamp <112af> Sep 4 09:03:02 mail kernel: [ 321.608099] next_to_watch Sep 4 09:03:02 mail kernel: [ 321.608099] jiffies <11531> Sep 4 09:03:02 mail kernel: [ 321.608099] desc.status <120200> Sep 4 09:03:04 mail kernel: [ 323.607349] igb :02:00.0: Detected Tx Unit Hang Sep 4 09:03:04 mail kernel: [ 323.607349] Tx Queue <6> Sep 4 09:03:04 mail kernel: [ 323.607349] TDH <23> Sep 4 09:03:04 mail kernel: [ 323.607349] TDT <23> Sep 4 09:03:04 mail kernel: [ 323.607349] next_to_use <25> Sep 4 09:03:04 mail kernel: [ 323.607349] next_to_clean<23> Sep 4 09:03:04 mail kernel: [ 323.607349] buffer_info[next_to_clean] Sep 4 09:03:04 mail kernel: [ 323.607349] time_stamp <112af> Sep 4 09:03:04 mail kernel: [ 323.607349] next_to_watch Sep 4 09:03:04 mail kernel: [ 323.607349] jiffies <11725> Sep 4 09:03:04 mail kernel: [ 323.607349] desc.status <120200> Sep 4 09:03:06 mail kernel: [ 325.606602] igb :02:00.0: Detected Tx Unit Hang Sep 4 09:03:06 mail kernel: [ 325.606602] Tx Queue <6> Sep 4 09:03:06 mail kernel: [ 325.606602] TDH <23> Sep 4 09:03:06 mail kernel: [ 325.606602] TDT <23> Sep 4 09:03:06 mail kernel: [ 325.606602] next_to_use <25> Sep 4 09:03:06 mail kernel: [ 325.606602] next_to_clean<23> Sep 4 09:03:06 mail kernel: [ 325.606602] buffer_info[next_to_clean] Sep 4 09:03:06 mail kernel: [ 325.606602] time_stamp <112af> Sep 4 09:03:06 mail kernel: [ 325.606602] next_to_watch Sep 4 09:03:06 mail kernel: [ 325.606602] jiffies <11919> Sep 4 09:03:06 mail kernel: [ 325.606602] desc.status <120200> All network connections droped after that. System still unusable. Only after boot with old linux-image-3.16.0-46-generic my production mail server can work. It's a critical bug for me, can anybody help me? ethtool -i em1 driver: igb version: 5.2.13-k firmware-version: 1.61, 0x8cd5, 1.949.0 bus-info: :02:00.0 supports-statistics: yes supports-test: yes supports-eeprom-access: yes supports-register-dump: yes supports-priv-flags: no To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1492146/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1492146] Re: igb Detected Tx Unit Hang
I just tried booting with pcie_aspm=off. It took 7 seconds until freeze after starting iperf. The funny thing is, that i'm using the igb-driver on the other side of the test, but on an I354 controller. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-lts-utopic in Ubuntu. https://bugs.launchpad.net/bugs/1492146 Title: igb Detected Tx Unit Hang Status in linux-lts-utopic package in Ubuntu: Fix Released Status in linux-lts-utopic source package in Trusty: Fix Released Bug description: Hello! Have a: >lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 14.04.3 LTS Release:14.04 Codename: trusty with kenel 3.16.0-46-generic. Today i do dist-upgrade and kernel was upgraded to 3.16.0-48-generic version. After reboot i've got this: Sep 4 09:02:52 mail kernel: [ 310.616324] igb :02:00.0 em1: Reset adapter Sep 4 09:02:52 mail kernel: [ 310.831157] igb :02:00.1 em2: Reset adapter Sep 4 09:02:56 mail kernel: [ 315.154686] igb :02:00.0 em1: igb: em1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX Sep 4 09:02:56 mail kernel: [ 315.202651] igb :02:00.1 em2: igb: em2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX Sep 4 09:03:02 mail kernel: [ 321.608099] igb :02:00.0: Detected Tx Unit Hang Sep 4 09:03:02 mail kernel: [ 321.608099] Tx Queue <6> Sep 4 09:03:02 mail kernel: [ 321.608099] TDH <23> Sep 4 09:03:02 mail kernel: [ 321.608099] TDT <23> Sep 4 09:03:02 mail kernel: [ 321.608099] next_to_use <25> Sep 4 09:03:02 mail kernel: [ 321.608099] next_to_clean<23> Sep 4 09:03:02 mail kernel: [ 321.608099] buffer_info[next_to_clean] Sep 4 09:03:02 mail kernel: [ 321.608099] time_stamp <112af> Sep 4 09:03:02 mail kernel: [ 321.608099] next_to_watch Sep 4 09:03:02 mail kernel: [ 321.608099] jiffies <11531> Sep 4 09:03:02 mail kernel: [ 321.608099] desc.status <120200> Sep 4 09:03:04 mail kernel: [ 323.607349] igb :02:00.0: Detected Tx Unit Hang Sep 4 09:03:04 mail kernel: [ 323.607349] Tx Queue <6> Sep 4 09:03:04 mail kernel: [ 323.607349] TDH <23> Sep 4 09:03:04 mail kernel: [ 323.607349] TDT <23> Sep 4 09:03:04 mail kernel: [ 323.607349] next_to_use <25> Sep 4 09:03:04 mail kernel: [ 323.607349] next_to_clean<23> Sep 4 09:03:04 mail kernel: [ 323.607349] buffer_info[next_to_clean] Sep 4 09:03:04 mail kernel: [ 323.607349] time_stamp <112af> Sep 4 09:03:04 mail kernel: [ 323.607349] next_to_watch Sep 4 09:03:04 mail kernel: [ 323.607349] jiffies <11725> Sep 4 09:03:04 mail kernel: [ 323.607349] desc.status <120200> Sep 4 09:03:06 mail kernel: [ 325.606602] igb :02:00.0: Detected Tx Unit Hang Sep 4 09:03:06 mail kernel: [ 325.606602] Tx Queue <6> Sep 4 09:03:06 mail kernel: [ 325.606602] TDH <23> Sep 4 09:03:06 mail kernel: [ 325.606602] TDT <23> Sep 4 09:03:06 mail kernel: [ 325.606602] next_to_use <25> Sep 4 09:03:06 mail kernel: [ 325.606602] next_to_clean<23> Sep 4 09:03:06 mail kernel: [ 325.606602] buffer_info[next_to_clean] Sep 4 09:03:06 mail kernel: [ 325.606602] time_stamp <112af> Sep 4 09:03:06 mail kernel: [ 325.606602] next_to_watch Sep 4 09:03:06 mail kernel: [ 325.606602] jiffies <11919> Sep 4 09:03:06 mail kernel: [ 325.606602] desc.status <120200> All network connections droped after that. System still unusable. Only after boot with old linux-image-3.16.0-46-generic my production mail server can work. It's a critical bug for me, can anybody help me? ethtool -i em1 driver: igb version: 5.2.13-k firmware-version: 1.61, 0x8cd5, 1.949.0 bus-info: :02:00.0 supports-statistics: yes supports-test: yes supports-eeprom-access: yes supports-register-dump: yes supports-priv-flags: no To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1492146/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1492146] Re: igb Detected Tx Unit Hang
** Also affects: linux-lts-xenial (Ubuntu) Importance: Undecided Status: New ** No longer affects: linux-lts-xenial (Ubuntu) ** No longer affects: linux-lts-xenial (Ubuntu Trusty) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-lts-utopic in Ubuntu. https://bugs.launchpad.net/bugs/1492146 Title: igb Detected Tx Unit Hang Status in linux-lts-utopic package in Ubuntu: Fix Released Status in linux-lts-utopic source package in Trusty: Fix Released Bug description: Hello! Have a: >lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 14.04.3 LTS Release:14.04 Codename: trusty with kenel 3.16.0-46-generic. Today i do dist-upgrade and kernel was upgraded to 3.16.0-48-generic version. After reboot i've got this: Sep 4 09:02:52 mail kernel: [ 310.616324] igb :02:00.0 em1: Reset adapter Sep 4 09:02:52 mail kernel: [ 310.831157] igb :02:00.1 em2: Reset adapter Sep 4 09:02:56 mail kernel: [ 315.154686] igb :02:00.0 em1: igb: em1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX Sep 4 09:02:56 mail kernel: [ 315.202651] igb :02:00.1 em2: igb: em2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX Sep 4 09:03:02 mail kernel: [ 321.608099] igb :02:00.0: Detected Tx Unit Hang Sep 4 09:03:02 mail kernel: [ 321.608099] Tx Queue <6> Sep 4 09:03:02 mail kernel: [ 321.608099] TDH <23> Sep 4 09:03:02 mail kernel: [ 321.608099] TDT <23> Sep 4 09:03:02 mail kernel: [ 321.608099] next_to_use <25> Sep 4 09:03:02 mail kernel: [ 321.608099] next_to_clean<23> Sep 4 09:03:02 mail kernel: [ 321.608099] buffer_info[next_to_clean] Sep 4 09:03:02 mail kernel: [ 321.608099] time_stamp <112af> Sep 4 09:03:02 mail kernel: [ 321.608099] next_to_watch Sep 4 09:03:02 mail kernel: [ 321.608099] jiffies <11531> Sep 4 09:03:02 mail kernel: [ 321.608099] desc.status <120200> Sep 4 09:03:04 mail kernel: [ 323.607349] igb :02:00.0: Detected Tx Unit Hang Sep 4 09:03:04 mail kernel: [ 323.607349] Tx Queue <6> Sep 4 09:03:04 mail kernel: [ 323.607349] TDH <23> Sep 4 09:03:04 mail kernel: [ 323.607349] TDT <23> Sep 4 09:03:04 mail kernel: [ 323.607349] next_to_use <25> Sep 4 09:03:04 mail kernel: [ 323.607349] next_to_clean<23> Sep 4 09:03:04 mail kernel: [ 323.607349] buffer_info[next_to_clean] Sep 4 09:03:04 mail kernel: [ 323.607349] time_stamp <112af> Sep 4 09:03:04 mail kernel: [ 323.607349] next_to_watch Sep 4 09:03:04 mail kernel: [ 323.607349] jiffies <11725> Sep 4 09:03:04 mail kernel: [ 323.607349] desc.status <120200> Sep 4 09:03:06 mail kernel: [ 325.606602] igb :02:00.0: Detected Tx Unit Hang Sep 4 09:03:06 mail kernel: [ 325.606602] Tx Queue <6> Sep 4 09:03:06 mail kernel: [ 325.606602] TDH <23> Sep 4 09:03:06 mail kernel: [ 325.606602] TDT <23> Sep 4 09:03:06 mail kernel: [ 325.606602] next_to_use <25> Sep 4 09:03:06 mail kernel: [ 325.606602] next_to_clean<23> Sep 4 09:03:06 mail kernel: [ 325.606602] buffer_info[next_to_clean] Sep 4 09:03:06 mail kernel: [ 325.606602] time_stamp <112af> Sep 4 09:03:06 mail kernel: [ 325.606602] next_to_watch Sep 4 09:03:06 mail kernel: [ 325.606602] jiffies <11919> Sep 4 09:03:06 mail kernel: [ 325.606602] desc.status <120200> All network connections droped after that. System still unusable. Only after boot with old linux-image-3.16.0-46-generic my production mail server can work. It's a critical bug for me, can anybody help me? ethtool -i em1 driver: igb version: 5.2.13-k firmware-version: 1.61, 0x8cd5, 1.949.0 bus-info: :02:00.0 supports-statistics: yes supports-test: yes supports-eeprom-access: yes supports-register-dump: yes supports-priv-flags: no To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1492146/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1492146] Re: igb Detected Tx Unit Hang
The "no longer affects" is not correct, but the assignment to the correct source package was wrong. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-lts-utopic in Ubuntu. https://bugs.launchpad.net/bugs/1492146 Title: igb Detected Tx Unit Hang Status in linux-lts-utopic package in Ubuntu: Fix Released Status in linux-lts-utopic source package in Trusty: Fix Released Bug description: Hello! Have a: >lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 14.04.3 LTS Release:14.04 Codename: trusty with kenel 3.16.0-46-generic. Today i do dist-upgrade and kernel was upgraded to 3.16.0-48-generic version. After reboot i've got this: Sep 4 09:02:52 mail kernel: [ 310.616324] igb :02:00.0 em1: Reset adapter Sep 4 09:02:52 mail kernel: [ 310.831157] igb :02:00.1 em2: Reset adapter Sep 4 09:02:56 mail kernel: [ 315.154686] igb :02:00.0 em1: igb: em1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX Sep 4 09:02:56 mail kernel: [ 315.202651] igb :02:00.1 em2: igb: em2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX Sep 4 09:03:02 mail kernel: [ 321.608099] igb :02:00.0: Detected Tx Unit Hang Sep 4 09:03:02 mail kernel: [ 321.608099] Tx Queue <6> Sep 4 09:03:02 mail kernel: [ 321.608099] TDH <23> Sep 4 09:03:02 mail kernel: [ 321.608099] TDT <23> Sep 4 09:03:02 mail kernel: [ 321.608099] next_to_use <25> Sep 4 09:03:02 mail kernel: [ 321.608099] next_to_clean<23> Sep 4 09:03:02 mail kernel: [ 321.608099] buffer_info[next_to_clean] Sep 4 09:03:02 mail kernel: [ 321.608099] time_stamp <112af> Sep 4 09:03:02 mail kernel: [ 321.608099] next_to_watch Sep 4 09:03:02 mail kernel: [ 321.608099] jiffies <11531> Sep 4 09:03:02 mail kernel: [ 321.608099] desc.status <120200> Sep 4 09:03:04 mail kernel: [ 323.607349] igb :02:00.0: Detected Tx Unit Hang Sep 4 09:03:04 mail kernel: [ 323.607349] Tx Queue <6> Sep 4 09:03:04 mail kernel: [ 323.607349] TDH <23> Sep 4 09:03:04 mail kernel: [ 323.607349] TDT <23> Sep 4 09:03:04 mail kernel: [ 323.607349] next_to_use <25> Sep 4 09:03:04 mail kernel: [ 323.607349] next_to_clean<23> Sep 4 09:03:04 mail kernel: [ 323.607349] buffer_info[next_to_clean] Sep 4 09:03:04 mail kernel: [ 323.607349] time_stamp <112af> Sep 4 09:03:04 mail kernel: [ 323.607349] next_to_watch Sep 4 09:03:04 mail kernel: [ 323.607349] jiffies <11725> Sep 4 09:03:04 mail kernel: [ 323.607349] desc.status <120200> Sep 4 09:03:06 mail kernel: [ 325.606602] igb :02:00.0: Detected Tx Unit Hang Sep 4 09:03:06 mail kernel: [ 325.606602] Tx Queue <6> Sep 4 09:03:06 mail kernel: [ 325.606602] TDH <23> Sep 4 09:03:06 mail kernel: [ 325.606602] TDT <23> Sep 4 09:03:06 mail kernel: [ 325.606602] next_to_use <25> Sep 4 09:03:06 mail kernel: [ 325.606602] next_to_clean<23> Sep 4 09:03:06 mail kernel: [ 325.606602] buffer_info[next_to_clean] Sep 4 09:03:06 mail kernel: [ 325.606602] time_stamp <112af> Sep 4 09:03:06 mail kernel: [ 325.606602] next_to_watch Sep 4 09:03:06 mail kernel: [ 325.606602] jiffies <11919> Sep 4 09:03:06 mail kernel: [ 325.606602] desc.status <120200> All network connections droped after that. System still unusable. Only after boot with old linux-image-3.16.0-46-generic my production mail server can work. It's a critical bug for me, can anybody help me? ethtool -i em1 driver: igb version: 5.2.13-k firmware-version: 1.61, 0x8cd5, 1.949.0 bus-info: :02:00.0 supports-statistics: yes supports-test: yes supports-eeprom-access: yes supports-register-dump: yes supports-priv-flags: no To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1492146/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1604001] [NEW] igb: Detected TX unit hang
Public bug reported: When putting network load onto the Intel I210 network card using iperf, i can reproducible get the igb driver to hang after 10-60 seconds. This regression was also discovered on 3.16er kernels (see #LP: 1492146) - and it's still existing on newer kernels as well. This is on an ASRock C2550D4I mainboard. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-generic 4.4.0.31.33 ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13 Uname: Linux 4.4.0-28-generic x86_64 AlsaDevices: total 0 crw-rw+ 1 root audio 116, 1 Jul 18 15:07 seq crw-rw+ 1 root audio 116, 33 Jul 18 15:07 timer AplayDevices: Error: [Errno 2] No such file or directory: 'aplay' ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord' AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: Date: Mon Jul 18 15:12:12 2016 HibernationDevice: RESUME=UUID=0ab9225c-c25b-4206-97c4-22d5f149db00 InstallationDate: Installed on 2016-04-25 (83 days ago) InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.3) IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig' Lsusb: Bus 001 Device 004: ID 046b:ff10 American Megatrends, Inc. Virtual Keyboard and Mouse Bus 001 Device 003: ID 046b:ff01 American Megatrends, Inc. Bus 001 Device 002: ID 8087:07db Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M. PciMultimedia: ProcFB: 0 astdrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic root=UUID=5f39676e-4001-4e75-bccc-19082ed6036d ro pci=nommconf pcie_aspm=off RelatedPackageVersions: linux-restricted-modules-4.4.0-28-generic N/A linux-backports-modules-4.4.0-28-generic N/A linux-firmware1.157.2 RfKill: Error: [Errno 2] No such file or directory: 'rfkill' SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/26/2016 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: P2.30 dmi.board.name: C2550D4I dmi.board.vendor: ASRock dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: To Be Filled By O.E.M. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrP2.30:bd01/26/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnC2550D4I:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To Be Filled By O.E.M. dmi.product.version: To Be Filled By O.E.M. dmi.sys.vendor: To Be Filled By O.E.M. ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug detected hang igb. tx unit xenial -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1604001 Title: igb: Detected TX unit hang Status in linux package in Ubuntu: New Bug description: When putting network load onto the Intel I210 network card using iperf, i can reproducible get the igb driver to hang after 10-60 seconds. This regression was also discovered on 3.16er kernels (see #LP: 1492146) - and it's still existing on newer kernels as well. This is on an ASRock C2550D4I mainboard. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-generic 4.4.0.31.33 ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13 Uname: Linux 4.4.0-28-generic x86_64 AlsaDevices: total 0 crw-rw+ 1 root audio 116, 1 Jul 18 15:07 seq crw-rw+ 1 root audio 116, 33 Jul 18 15:07 timer AplayDevices: Error: [Errno 2] No such file or directory: 'aplay' ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord' AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: Date: Mon Jul 18 15:12:12 2016 HibernationDevice: RESUME=UUID=0ab9225c-c25b-4206-97c4-22d5f149db00 InstallationDate: Installed on 2016-04-25 (83 days ago) InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.3) IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig' Lsusb: Bus 001 Device 004: ID 046b:ff10 American Megatrends, Inc. Virtual Keyboard and Mouse Bus 001 Device 003: ID 046b:ff01 American Megatrends, Inc. Bus 001 Device 002: ID 8087:07db Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M. PciMultimedia: ProcFB: 0 astdrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic root=UUID=5f39676e-4001-4e75-bccc-19082ed6036d ro pci=nommconf pcie_aspm=off RelatedPackageVersions: linux-restricted-modules-4.4.0-28-generic N/A linux-backports-modules-4.4.0-28-generic N/A linux
[Kernel-packages] [Bug 1604001] Re: igb: Detected TX unit hang
I just tested against the current stable upstream igb driver 5.3.5.3 - same problem. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1604001 Title: igb: Detected TX unit hang Status in linux package in Ubuntu: Confirmed Bug description: When putting network load onto the Intel I210 network card using iperf, i can reproducible get the igb driver to hang after 10-60 seconds. This regression was also discovered on 3.16er kernels (see #LP: 1492146) - and it's still existing on newer kernels as well. This is on an ASRock C2550D4I mainboard. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-generic 4.4.0.31.33 ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13 Uname: Linux 4.4.0-28-generic x86_64 AlsaDevices: total 0 crw-rw+ 1 root audio 116, 1 Jul 18 15:07 seq crw-rw+ 1 root audio 116, 33 Jul 18 15:07 timer AplayDevices: Error: [Errno 2] No such file or directory: 'aplay' ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord' AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: Date: Mon Jul 18 15:12:12 2016 HibernationDevice: RESUME=UUID=0ab9225c-c25b-4206-97c4-22d5f149db00 InstallationDate: Installed on 2016-04-25 (83 days ago) InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.3) IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig' Lsusb: Bus 001 Device 004: ID 046b:ff10 American Megatrends, Inc. Virtual Keyboard and Mouse Bus 001 Device 003: ID 046b:ff01 American Megatrends, Inc. Bus 001 Device 002: ID 8087:07db Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M. PciMultimedia: ProcFB: 0 astdrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic root=UUID=5f39676e-4001-4e75-bccc-19082ed6036d ro pci=nommconf pcie_aspm=off RelatedPackageVersions: linux-restricted-modules-4.4.0-28-generic N/A linux-backports-modules-4.4.0-28-generic N/A linux-firmware1.157.2 RfKill: Error: [Errno 2] No such file or directory: 'rfkill' SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/26/2016 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: P2.30 dmi.board.name: C2550D4I dmi.board.vendor: ASRock dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: To Be Filled By O.E.M. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrP2.30:bd01/26/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnC2550D4I:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To Be Filled By O.E.M. dmi.product.version: To Be Filled By O.E.M. dmi.sys.vendor: To Be Filled By O.E.M. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1604001/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1604001] Re: igb: Detected TX unit hang
I just tried to boot with the following packages installed: linux-headers-4.7.0-040700rc7_4.7.0-040700rc7.201607110032_all.deb linux-headers-4.7.0-040700rc7-generic_4.7.0-040700rc7.201607110032_amd64.deb linux-image-4.7.0-040700rc7-generic_4.7.0-040700rc7.201607110032_amd64.deb First boot hung at startup "No valid init found". I reinstalled the packages and regenerated the initramfs to make sure everything is clean. Second boot did not succeed either - i just got a black screen via remote console and no connectivity (the system in question is a remote system accessible only via remote console right now). I was able to netboot into an old debian system using kernel 3.13. I could boot but got the same error. The board worked fine while i was using ubuntu 12.xx/13.xx. Maybe i have some failing hardware at hands here and the behaviour matches the "tx unit hang" bug by chance. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1604001 Title: igb: Detected TX unit hang Status in linux package in Ubuntu: Incomplete Bug description: When putting network load onto the Intel I210 network card using iperf, i can reproducible get the igb driver to hang after 10-60 seconds. This regression was also discovered on 3.16er kernels (see #LP: 1492146) - and it's still existing on newer kernels as well. This is on an ASRock C2550D4I mainboard. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-generic 4.4.0.31.33 ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13 Uname: Linux 4.4.0-28-generic x86_64 AlsaDevices: total 0 crw-rw+ 1 root audio 116, 1 Jul 18 15:07 seq crw-rw+ 1 root audio 116, 33 Jul 18 15:07 timer AplayDevices: Error: [Errno 2] No such file or directory: 'aplay' ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord' AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: Date: Mon Jul 18 15:12:12 2016 HibernationDevice: RESUME=UUID=0ab9225c-c25b-4206-97c4-22d5f149db00 InstallationDate: Installed on 2016-04-25 (83 days ago) InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.3) IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig' Lsusb: Bus 001 Device 004: ID 046b:ff10 American Megatrends, Inc. Virtual Keyboard and Mouse Bus 001 Device 003: ID 046b:ff01 American Megatrends, Inc. Bus 001 Device 002: ID 8087:07db Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M. PciMultimedia: ProcFB: 0 astdrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic root=UUID=5f39676e-4001-4e75-bccc-19082ed6036d ro pci=nommconf pcie_aspm=off RelatedPackageVersions: linux-restricted-modules-4.4.0-28-generic N/A linux-backports-modules-4.4.0-28-generic N/A linux-firmware1.157.2 RfKill: Error: [Errno 2] No such file or directory: 'rfkill' SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/26/2016 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: P2.30 dmi.board.name: C2550D4I dmi.board.vendor: ASRock dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: To Be Filled By O.E.M. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrP2.30:bd01/26/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnC2550D4I:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To Be Filled By O.E.M. dmi.product.version: To Be Filled By O.E.M. dmi.sys.vendor: To Be Filled By O.E.M. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1604001/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1492146] Re: igb Detected Tx Unit Hang
I got a replacement board and the error seems to have gone. I did run iperf for over an hour and no hanging was detected. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-lts-utopic in Ubuntu. https://bugs.launchpad.net/bugs/1492146 Title: igb Detected Tx Unit Hang Status in linux-lts-utopic package in Ubuntu: Fix Released Status in linux-lts-utopic source package in Trusty: Fix Released Bug description: Hello! Have a: >lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 14.04.3 LTS Release:14.04 Codename: trusty with kenel 3.16.0-46-generic. Today i do dist-upgrade and kernel was upgraded to 3.16.0-48-generic version. After reboot i've got this: Sep 4 09:02:52 mail kernel: [ 310.616324] igb :02:00.0 em1: Reset adapter Sep 4 09:02:52 mail kernel: [ 310.831157] igb :02:00.1 em2: Reset adapter Sep 4 09:02:56 mail kernel: [ 315.154686] igb :02:00.0 em1: igb: em1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX Sep 4 09:02:56 mail kernel: [ 315.202651] igb :02:00.1 em2: igb: em2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX Sep 4 09:03:02 mail kernel: [ 321.608099] igb :02:00.0: Detected Tx Unit Hang Sep 4 09:03:02 mail kernel: [ 321.608099] Tx Queue <6> Sep 4 09:03:02 mail kernel: [ 321.608099] TDH <23> Sep 4 09:03:02 mail kernel: [ 321.608099] TDT <23> Sep 4 09:03:02 mail kernel: [ 321.608099] next_to_use <25> Sep 4 09:03:02 mail kernel: [ 321.608099] next_to_clean<23> Sep 4 09:03:02 mail kernel: [ 321.608099] buffer_info[next_to_clean] Sep 4 09:03:02 mail kernel: [ 321.608099] time_stamp <112af> Sep 4 09:03:02 mail kernel: [ 321.608099] next_to_watch Sep 4 09:03:02 mail kernel: [ 321.608099] jiffies <11531> Sep 4 09:03:02 mail kernel: [ 321.608099] desc.status <120200> Sep 4 09:03:04 mail kernel: [ 323.607349] igb :02:00.0: Detected Tx Unit Hang Sep 4 09:03:04 mail kernel: [ 323.607349] Tx Queue <6> Sep 4 09:03:04 mail kernel: [ 323.607349] TDH <23> Sep 4 09:03:04 mail kernel: [ 323.607349] TDT <23> Sep 4 09:03:04 mail kernel: [ 323.607349] next_to_use <25> Sep 4 09:03:04 mail kernel: [ 323.607349] next_to_clean<23> Sep 4 09:03:04 mail kernel: [ 323.607349] buffer_info[next_to_clean] Sep 4 09:03:04 mail kernel: [ 323.607349] time_stamp <112af> Sep 4 09:03:04 mail kernel: [ 323.607349] next_to_watch Sep 4 09:03:04 mail kernel: [ 323.607349] jiffies <11725> Sep 4 09:03:04 mail kernel: [ 323.607349] desc.status <120200> Sep 4 09:03:06 mail kernel: [ 325.606602] igb :02:00.0: Detected Tx Unit Hang Sep 4 09:03:06 mail kernel: [ 325.606602] Tx Queue <6> Sep 4 09:03:06 mail kernel: [ 325.606602] TDH <23> Sep 4 09:03:06 mail kernel: [ 325.606602] TDT <23> Sep 4 09:03:06 mail kernel: [ 325.606602] next_to_use <25> Sep 4 09:03:06 mail kernel: [ 325.606602] next_to_clean<23> Sep 4 09:03:06 mail kernel: [ 325.606602] buffer_info[next_to_clean] Sep 4 09:03:06 mail kernel: [ 325.606602] time_stamp <112af> Sep 4 09:03:06 mail kernel: [ 325.606602] next_to_watch Sep 4 09:03:06 mail kernel: [ 325.606602] jiffies <11919> Sep 4 09:03:06 mail kernel: [ 325.606602] desc.status <120200> All network connections droped after that. System still unusable. Only after boot with old linux-image-3.16.0-46-generic my production mail server can work. It's a critical bug for me, can anybody help me? ethtool -i em1 driver: igb version: 5.2.13-k firmware-version: 1.61, 0x8cd5, 1.949.0 bus-info: :02:00.0 supports-statistics: yes supports-test: yes supports-eeprom-access: yes supports-register-dump: yes supports-priv-flags: no To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1492146/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1604001] Re: igb: Detected TX unit hang
I got a replacement board and the error seems to have gone. I did run iperf for over an hour and no hanging was detected. Looks like the board was faulty, leading to the exact same behaviour as described in the mentioned bug. ** Changed in: linux (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1604001 Title: igb: Detected TX unit hang Status in linux package in Ubuntu: Invalid Bug description: When putting network load onto the Intel I210 network card using iperf, i can reproducible get the igb driver to hang after 10-60 seconds. This regression was also discovered on 3.16er kernels (see #LP: 1492146) - and it's still existing on newer kernels as well. This is on an ASRock C2550D4I mainboard. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-generic 4.4.0.31.33 ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13 Uname: Linux 4.4.0-28-generic x86_64 AlsaDevices: total 0 crw-rw+ 1 root audio 116, 1 Jul 18 15:07 seq crw-rw+ 1 root audio 116, 33 Jul 18 15:07 timer AplayDevices: Error: [Errno 2] No such file or directory: 'aplay' ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord' AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: Date: Mon Jul 18 15:12:12 2016 HibernationDevice: RESUME=UUID=0ab9225c-c25b-4206-97c4-22d5f149db00 InstallationDate: Installed on 2016-04-25 (83 days ago) InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.3) IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig' Lsusb: Bus 001 Device 004: ID 046b:ff10 American Megatrends, Inc. Virtual Keyboard and Mouse Bus 001 Device 003: ID 046b:ff01 American Megatrends, Inc. Bus 001 Device 002: ID 8087:07db Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M. PciMultimedia: ProcFB: 0 astdrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic root=UUID=5f39676e-4001-4e75-bccc-19082ed6036d ro pci=nommconf pcie_aspm=off RelatedPackageVersions: linux-restricted-modules-4.4.0-28-generic N/A linux-backports-modules-4.4.0-28-generic N/A linux-firmware1.157.2 RfKill: Error: [Errno 2] No such file or directory: 'rfkill' SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/26/2016 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: P2.30 dmi.board.name: C2550D4I dmi.board.vendor: ASRock dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: To Be Filled By O.E.M. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrP2.30:bd01/26/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnC2550D4I:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To Be Filled By O.E.M. dmi.product.version: To Be Filled By O.E.M. dmi.sys.vendor: To Be Filled By O.E.M. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1604001/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1207821] [NEW] [LENOVO 2901CTO] suspend/resume failure
Public bug reported: Seems to be related to resume problems turning on the video outputg ProblemType: KernelOops DistroRelease: Ubuntu 13.10 Package: linux-image-3.10.0-6-generic 3.10.0-6.17 ProcVersionSignature: Ubuntu 3.10.0-6.17-generic 3.10.3 Uname: Linux 3.10.0-6-generic x86_64 Annotation: This occured during a previous suspend and prevented it from resuming properly. ApportVersion: 2.11-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2339 F pulseaudio Date: Thu Aug 1 20:33:44 2013 ExecutablePath: /usr/share/apport/apportcheckresume Failure: suspend/resume InstallationDate: Installed on 2012-01-04 (575 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 (20120104) InterpreterPath: /usr/bin/python3.3 MachineType: LENOVO 2901CTO MarkForUpload: True ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-6-generic root=UUID=677292b2-a7ba-4d9e-8f1a-662c546b62ce ro intel_iommu=igfx_off splash quiet PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon not responding. RelatedPackageVersions: linux-restricted-modules-3.10.0-6-generic N/A linux-backports-modules-3.10.0-6-generic N/A linux-firmware1.112 SourcePackage: linux Title: [LENOVO 2901CTO] suspend/resume failure UpgradeStatus: Upgraded to saucy on 2013-07-05 (27 days ago) UserGroups: dmi.bios.date: 12/12/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 6UET68WW (1.48 ) dmi.board.name: 2901CTO dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr6UET68WW(1.48):bd12/12/2011:svnLENOVO:pn2901CTO:pvrThinkPadT410s:rvnLENOVO:rn2901CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2901CTO dmi.product.version: ThinkPad T410s dmi.sys.vendor: LENOVO ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-kerneloops resume saucy suspend -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1207821 Title: [LENOVO 2901CTO] suspend/resume failure Status in “linux” package in Ubuntu: New Bug description: Seems to be related to resume problems turning on the video outputg ProblemType: KernelOops DistroRelease: Ubuntu 13.10 Package: linux-image-3.10.0-6-generic 3.10.0-6.17 ProcVersionSignature: Ubuntu 3.10.0-6.17-generic 3.10.3 Uname: Linux 3.10.0-6-generic x86_64 Annotation: This occured during a previous suspend and prevented it from resuming properly. ApportVersion: 2.11-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 2339 F pulseaudio Date: Thu Aug 1 20:33:44 2013 ExecutablePath: /usr/share/apport/apportcheckresume Failure: suspend/resume InstallationDate: Installed on 2012-01-04 (575 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 (20120104) InterpreterPath: /usr/bin/python3.3 MachineType: LENOVO 2901CTO MarkForUpload: True ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-6-generic root=UUID=677292b2-a7ba-4d9e-8f1a-662c546b62ce ro intel_iommu=igfx_off splash quiet PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon not responding. RelatedPackageVersions: linux-restricted-modules-3.10.0-6-generic N/A linux-backports-modules-3.10.0-6-generic N/A linux-firmware1.112 SourcePackage: linux Title: [LENOVO 2901CTO] suspend/resume failure UpgradeStatus: Upgraded to saucy on 2013-07-05 (27 days ago) UserGroups: dmi.bios.date: 12/12/2011 dmi.bios.vendor: LENOVO dmi.bios.version: 6UET68WW (1.48 ) dmi.board.name: 2901CTO dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr6UET68WW(1.48):bd12/12/2011:svnLENOVO:pn2901CTO:pvrThinkPadT410s:rvnLENOVO:rn2901CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2901CTO dmi.product.version: ThinkPad T410s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1207821/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.n