Re: [Kernel-packages] [Bug 1220146] Re: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]
Are you using WEP for authentication? I faced the same issue. I changed the authentication to WPS/WPS2 and it worked. On Sep 7, 2014 12:15 PM, "rm" wrote: > @jahidulhamid > Thanks for your tip so much. Now my Ubuntu can see wireless networks, > however it never connects to them. It keeps asking for the password forever > and doesn't connect at all, does anyone know a solution for this, I would > be grateful if anyone could help. > Thanks > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1220146 > > Title: > Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630] > > Status in HWE Next Project: > Confirmed > Status in HWE Next trusty series: > Confirmed > Status in The Linux Kernel: > Confirmed > Status in “linux” package in Ubuntu: > Confirmed > Status in “linux” source package in Raring: > Incomplete > Status in “linux” source package in Saucy: > Incomplete > Status in “linux” package in Fedora: > New > > Bug description: > This device is appearing in some OEM machines, but driver is not yet > available in mainline. > > The driver seems to be present in machines with pre-installed OS, but > isn't available on the download-and-install versions! > > To manage notifications about this bug go to: > https://bugs.launchpad.net/hwe-next/+bug/1220146/+subscriptions > -- 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/1220146 Title: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630] Status in HWE Next Project: Confirmed Status in HWE Next trusty series: Confirmed Status in The Linux Kernel: Confirmed Status in “linux” package in Ubuntu: Confirmed Status in “linux” source package in Raring: Incomplete Status in “linux” source package in Saucy: Incomplete Status in “linux” package in Fedora: New Bug description: This device is appearing in some OEM machines, but driver is not yet available in mainline. The driver seems to be present in machines with pre-installed OS, but isn't available on the download-and-install versions! To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1220146/+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 1220146] Re: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]
@varshneyabhi Thanks a lot for your reply. The security type is WPA-Personal. How can I change it to WPS/WPS2 ? -- 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/1220146 Title: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630] Status in HWE Next Project: Confirmed Status in HWE Next trusty series: Confirmed Status in The Linux Kernel: Confirmed Status in “linux” package in Ubuntu: Confirmed Status in “linux” source package in Raring: Incomplete Status in “linux” source package in Saucy: Incomplete Status in “linux” package in Fedora: New Bug description: This device is appearing in some OEM machines, but driver is not yet available in mainline. The driver seems to be present in machines with pre-installed OS, but isn't available on the download-and-install versions! To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1220146/+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 1366494] [NEW] CRDA - Resetting country when adapter is hard-coded in PROM
Public bug reported: I have 3 wireless adapters. One is built in and present on boot (ath5k). This adapter respects the REGDOMAIN= setting in /etc/default/crda. I then plug in a USB adapter, an Alpha with a RTL8187 chipset (AWUS036H). REGDOMAIN is still respected. Finally, I plug in another USB adapert, another Alpha but this one with a AR9271 chipset (AWUS036NHA). This adapter has the regulatory domain set in the EEPROM, which for some reason is set to GB. The problem is that when plugged in, the regulatory domain for all of my adapters are now being set to GB. To correct the problem I have to do a "iw reg set xx" and then "iwconfig yyy txpower=z" to get the first two adapters back to their proper power levels. Plugging in that final adapter should not effect the settings for first two! The key lines in dmesg read: ath: EEPROM regdomain: 0x833a ath: EEPROM indicates we should expect a country code ath: doing EEPROM country->regdmn map search ath: country maps to regdmn code: 0x37 ath: Country alpha2 being used: GB ath: Regpair used: 0x37 after which cfg80211 does the reset. ** Affects: wireless-crda (Ubuntu) Importance: Undecided Status: New ** Tags: crda -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to wireless-crda in Ubuntu. https://bugs.launchpad.net/bugs/1366494 Title: CRDA - Resetting country when adapter is hard-coded in PROM Status in “wireless-crda” package in Ubuntu: New Bug description: I have 3 wireless adapters. One is built in and present on boot (ath5k). This adapter respects the REGDOMAIN= setting in /etc/default/crda. I then plug in a USB adapter, an Alpha with a RTL8187 chipset (AWUS036H). REGDOMAIN is still respected. Finally, I plug in another USB adapert, another Alpha but this one with a AR9271 chipset (AWUS036NHA). This adapter has the regulatory domain set in the EEPROM, which for some reason is set to GB. The problem is that when plugged in, the regulatory domain for all of my adapters are now being set to GB. To correct the problem I have to do a "iw reg set xx" and then "iwconfig yyy txpower=z" to get the first two adapters back to their proper power levels. Plugging in that final adapter should not effect the settings for first two! The key lines in dmesg read: ath: EEPROM regdomain: 0x833a ath: EEPROM indicates we should expect a country code ath: doing EEPROM country->regdmn map search ath: country maps to regdmn code: 0x37 ath: Country alpha2 being used: GB ath: Regpair used: 0x37 after which cfg80211 does the reset. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/wireless-crda/+bug/1366494/+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 1366494] Re: CRDA - Resetting country when adapter is hard-coded in PROM
Running Ubuntu 12.04. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to wireless-crda in Ubuntu. https://bugs.launchpad.net/bugs/1366494 Title: CRDA - Resetting country when adapter is hard-coded in PROM Status in “wireless-crda” package in Ubuntu: New Bug description: I have 3 wireless adapters. One is built in and present on boot (ath5k). This adapter respects the REGDOMAIN= setting in /etc/default/crda. I then plug in a USB adapter, an Alpha with a RTL8187 chipset (AWUS036H). REGDOMAIN is still respected. Finally, I plug in another USB adapert, another Alpha but this one with a AR9271 chipset (AWUS036NHA). This adapter has the regulatory domain set in the EEPROM, which for some reason is set to GB. The problem is that when plugged in, the regulatory domain for all of my adapters are now being set to GB. To correct the problem I have to do a "iw reg set xx" and then "iwconfig yyy txpower=z" to get the first two adapters back to their proper power levels. Plugging in that final adapter should not effect the settings for first two! The key lines in dmesg read: ath: EEPROM regdomain: 0x833a ath: EEPROM indicates we should expect a country code ath: doing EEPROM country->regdmn map search ath: country maps to regdmn code: 0x37 ath: Country alpha2 being used: GB ath: Regpair used: 0x37 after which cfg80211 does the reset. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/wireless-crda/+bug/1366494/+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 958496] Re: Suspend does not work on Lenovo S12
This bug is still present in 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/958496 Title: Suspend does not work on Lenovo S12 Status in The Linux Kernel: Incomplete Status in “linux” package in Ubuntu: Incomplete Bug description: After upgrading from Ubuntu 11.10 to 12.04beta suspend does not work anymore. The netbook switches off for a split second but wakes up right away. I did all the tests described: in https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume Find the output attached. Suspend/Resume was working flawlessly on 11.10, so this is regression. WORKAROUND: Turn off the WiFi hard switch prior to suspending. WORKAROUND: Follow http://thecodecentral.com/2011/01/18/fix-ubuntu-10-10-suspendhibernate-not-working-bug and change: DRIVERS="ehci xhci" to: DRIVERS="ehci ohci" ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: linux-image-3.2.0-19-generic 3.2.0-19.30 ProcVersionSignature: Ubuntu 3.2.0-19.30-generic 3.2.11 Uname: Linux 3.2.0-19-generic i686 NonfreeKernelModules: nvidia wl AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 1.94.1-0ubuntu2 Architecture: i386 ArecordDevices: List of CAPTURE Hardware Devices card 0: NVidia [HDA NVidia], device 0: ALC269 Analog [ALC269 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: laryllan 1720 F pulseaudio CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not found. Card0.Amixer.info: Card hw:0 'NVidia'/'HDA NVidia at 0xc000 irq 17' Mixer name : 'Nvidia MCP79/7A HDMI' Components : 'HDA:10ec0269,17aa6004,0014 HDA:10de0007,10de0101,00100100' Controls : 22 Simple ctrls : 11 Date: Sun Mar 18 13:07:51 2012 HibernationDevice: RESUME=UUID=4a5bbd02-696d-40fa-88bb-04a79a977a93 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta i386 (20110330) MachineType: LENOVO 20021,2959 ProcFB: 0 VESA VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-19-generic root=UUID=97bd5cf3-1e53-43da-be02-40f115701a49 ro no_console_suspend quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.2.0-19-generic N/A linux-backports-modules-3.2.0-19-generic N/A linux-firmware1.71 SourcePackage: linux UpgradeStatus: Upgraded to precise on 2012-03-14 (3 days ago) dmi.bios.date: 10/16/2009 dmi.bios.vendor: LENOVO dmi.bios.version: 21CN25WW dmi.board.name: MoutCook dmi.board.vendor: LENOVO dmi.board.version: Not Applicable dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: N/A dmi.modalias: dmi:bvnLENOVO:bvr21CN25WW:bd10/16/2009:svnLENOVO:pn20021,2959:pvrLenovoIdeapadS12:rvnLENOVO:rnMoutCook:rvrNotApplicable:cvnLENOVO:ct10:cvrN/A: dmi.product.name: 20021,2959 dmi.product.version: Lenovo Ideapad S12 dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/958496/+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
Re: [Kernel-packages] [Bug 61235] Re: USB mass storage stops working after a while
ссылка на этот текст : https://bugs.launchpad.net/ubuntu/+source/linux- source-2.6.17/+bug/61235/comments/123 On Sun, Sep 7, 2014 at 4:16 PM, Q <61...@bugs.launchpad.net> wrote: > I am seeing this problem in one or another form since ~2006, and it > looks like it will be with us for a while. > > My understanding is that there may be a *number* of issues with USB 2.0 > + that end with more or less similar symptoms, producing lots of > confusion. > > A number of workarounds exist, the above is just one of them; basically > it all goes down to some way of limiting the connection speed, after > what the USB connection seems to survive; the most robust ( and the > worst in the terms of efficiency ) is switching down to USB 1.0 : > > https://help.ubuntu.com/community/Mount/USB#USB_2_Issues > http://www.thinkwiki.org/wiki/Problem_with_USB_2.0 > > Please note that for the most of the distributions we can't just do > "rmmod ehci_hcd" anymore and have to "unbind" the driver from the usb > hub -- or even from a specific port : > > http://lists.en.qi- > hardware.com/pipermail/discussion/2011-August/008508.html > > ( The obscure numbers behind this magic are described here : > http://www.makelinux.net/ldd3/?u=chp-12-sect-1, here : http://www.mail- > archive.com/linux-usb-us...@lists.sourceforge.net/msg16895.html and here > : http://www.linux-usb.org/FAQ.html#i6 ; this also contains a great > introduction in sysfs: > http://www.reactivated.net/writing_udev_rules.html ) > > At USB 2.* level, limiting the speed normally solves most of the issues > except for some "intellectual" hardware that likes to go offline to save > power etc and never wakes up ; one of these is changing the > "max_sectors" value: http://www.linux-usb.org/FAQ.html#i5 ; it may have > to do something with setting the proper buffer size as well ) > > in old days one have had to either write an udev rule ( see the link > above ), or add the device into "unusual devs" and then recompile the > kernel: http://www.phildev.net/linux/usb-unusualdevs-notes.html, > http://lxr.free-electrons.com/source/include/linux/usb_usual.h, > http://lxr.free-electrons.com/source/drivers/usb/storage/unusual_devs.h, > http://yarchive.net/comp/linux/quirks.html ; > > nowadays things are probably better : > http://ftp.dei.uc.pt/pub/linux/kernel/people/gregkh/usb/2.6/2.6.28/usb- > storage-make-the-quirks-module-parameter-writable.patch, http://lxr > .free-electrons.com/source/Documentation/kernel-parameters.txt#L3444 and > one can pass certain parameters to the kernel at the boot time : > http://lxr.free-electrons.com/source/Documentation/kernel- > parameters.txt#L9, e.g. > http://anythingbutipod.com/forum/showthread.php?t=49138 . > > Back to limiting the connection speed. My favorite way to go is via > cgroups ( > http://linux.oracle.com/documentation/EL6/Red_Hat_Enterprise_Linux-6 > -Resource_Management_Guide-en-US.pdf, > http://www.mjmwired.net/kernel/Documentation/cgroups.txt, > http://www.kernel.org/doc/Documentation/cgroups/devices.txt, > http://www.oracle.com/technetwork/articles/servers-storage-admin > /resource-controllers-linux-1506602.html, etc ) along with a related > udev rule ; this seems to work well in most of the cases. > > I will skip a number of related workarounds to keep this comment at a > reasonable size ; returning back to the "intellectual" hardware, there > are at least two quirk parameters to mention: "autosuspend" and > "old_scheme_first" . > > First allows us to disable auto-suspending: http://lxr.free- > electrons.com/source/Documentation/kernel-parameters.txt#L3407, > http://wiki.xbmc.org/index.php?title=HOW- > TO:Suspend_and_wake_in_Ubuntu#Disable_Usbcore_Autosuspend, > http://www.kernel.org/doc/Documentation/usb/power-management.txt, e.g. : > http://linuxtv.org/wiki/index.php/Leadtek_WinFast_DTV2000DS#Losing_1_tuner > ; > > the second one is normally advised as a random shot when there is "some > unknown bad magic happening", and I list it only for some very rare > occasions ; here is a link: http://www.linux-usb.org/FAQ.html#ts10 . > > hth, > /t13 > > PS. In some specific case, reading around the above links may also help > ) > > > > > -- > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/61235 > > Title: > USB mass storage stops working after a while > > Status in “linux” package in Ubuntu: > Won't Fix > Status in “linux-source-2.6.17” package in Ubuntu: > Fix Released > Status in “linux-source-2.6.19” package in Ubuntu: > Invalid > Status in “linux-source-2.6.20” package in Ubuntu: > Won't Fix > Status in “linux-source-2.6.22” package in Ubuntu: > Won't Fix > Status in “udev” package in Ubuntu: > Invalid > > Bug description: > I just plugin an external USB 2.0 hard disk. It is detected and seems > to work. > However, when I start copying large files it stops working (unmounts > itself) after a while. > > To manage notifications about this bug go
Re: [Kernel-packages] [Bug 1220146] Re: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]
I am sorry. I also meant WPA. You can verify if your laptop connects with some other wifi router. In my case. it was the issue with my old wifi router. I faced the similar issue. On Sep 7, 2014 2:11 PM, "rm" wrote: > @varshneyabhi > Thanks a lot for your reply. The security type is WPA-Personal. How can I > change it to WPS/WPS2 ? > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1220146 > > Title: > Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630] > > Status in HWE Next Project: > Confirmed > Status in HWE Next trusty series: > Confirmed > Status in The Linux Kernel: > Confirmed > Status in “linux” package in Ubuntu: > Confirmed > Status in “linux” source package in Raring: > Incomplete > Status in “linux” source package in Saucy: > Incomplete > Status in “linux” package in Fedora: > New > > Bug description: > This device is appearing in some OEM machines, but driver is not yet > available in mainline. > > The driver seems to be present in machines with pre-installed OS, but > isn't available on the download-and-install versions! > > To manage notifications about this bug go to: > https://bugs.launchpad.net/hwe-next/+bug/1220146/+subscriptions > -- 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/1220146 Title: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630] Status in HWE Next Project: Confirmed Status in HWE Next trusty series: Confirmed Status in The Linux Kernel: Confirmed Status in “linux” package in Ubuntu: Confirmed Status in “linux” source package in Raring: Incomplete Status in “linux” source package in Saucy: Incomplete Status in “linux” package in Fedora: New Bug description: This device is appearing in some OEM machines, but driver is not yet available in mainline. The driver seems to be present in machines with pre-installed OS, but isn't available on the download-and-install versions! To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1220146/+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 1220146] Re: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]
@varshneyabhi Thanks for your help anyways :) -- 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/1220146 Title: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630] Status in HWE Next Project: Confirmed Status in HWE Next trusty series: Confirmed Status in The Linux Kernel: Confirmed Status in “linux” package in Ubuntu: Confirmed Status in “linux” source package in Raring: Incomplete Status in “linux” source package in Saucy: Incomplete Status in “linux” package in Fedora: New Bug description: This device is appearing in some OEM machines, but driver is not yet available in mainline. The driver seems to be present in machines with pre-installed OS, but isn't available on the download-and-install versions! To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1220146/+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 1364583] Re: [Dell Studio 1555] suspend/resume failure
I have updated the BIOS, output from the terminal command is: $ sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date A13 04/02/2011 I have also updated to the new 3.6.0-12 kernel. After that I tried to reproduce the hang by doing suspend resume about 10 times in a row, but it worked fine. Now however after having the computer asleep for a couple of days it hanged when I woke it up. I got a black screen with a white mousepointer. The first few seconds I could move the pointer but it was very choppy. Then it froze completely and I was unable to do anything except power off the computer. ** 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/1364583 Title: [Dell Studio 1555] suspend/resume failure Status in “linux” package in Ubuntu: Confirmed Bug description: I closed the lid to suspend the computer, which worked fine. When I opened the lid the computer hanged during the resume. I got a black screen with a pointer that I couldn't move. I resolved the problem by poweing off the computer and then power it on again. I've got the same behaviour several times since I upgrade to the Utopic repospitories. I can't remember having any supsend/resume problems in Ubuntu 14.04. ProblemType: KernelOops DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-11-generic 3.16.0-11.16 ProcVersionSignature: Ubuntu 3.16.0-11.16-generic 3.16.1 Uname: Linux 3.16.0-11-generic x86_64 Annotation: This occured during a previous suspend and prevented it from resuming properly. ApportVersion: 2.14.7-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: matte 2523 F pulseaudio /dev/snd/controlC0: matte 2523 F pulseaudio Date: Sun Aug 31 21:53:00 2014 DuplicateSignature: suspend/resume:Dell Inc. Studio 1555:A07 ExecutablePath: /usr/share/apport/apportcheckresume Failure: suspend/resume HibernationDevice: RESUME=UUID=9c6427da-c9b6-4874-b81a-772962fe1e83 InstallationDate: Installed on 2014-07-30 (34 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) InterpreterPath: /usr/bin/python3.4 MachineType: Dell Inc. Studio 1555 ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/@utopic-root/boot/vmlinuz-3.16.0-11-generic root=UUID=5b80c34a-7c49-426f-b918-4f34e49f9eba ro rootflags=subvol=@utopic-root quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.16.0-11-generic N/A linux-backports-modules-3.16.0-11-generic N/A linux-firmware 1.133 SourcePackage: linux Title: [Dell Inc. Studio 1555] suspend/resume failure UpgradeStatus: Upgraded to utopic on 2014-08-07 (26 days ago) UserGroups: dmi.bios.date: 07/03/2009 dmi.bios.vendor: Dell Inc. dmi.bios.version: A07 dmi.board.name: 0C234M dmi.board.vendor: Dell Inc. dmi.board.version: A07 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: A07 dmi.modalias: dmi:bvnDellInc.:bvrA07:bd07/03/2009:svnDellInc.:pnStudio1555:pvrA07:rvnDellInc.:rn0C234M:rvrA07:cvnDellInc.:ct8:cvrA07: dmi.product.name: Studio 1555 dmi.product.version: A07 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1364583/+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 1366431] Re: linux: 3.16.0-14.20 -proposed tracker
All builds are complete, packages in this bug are available in -proposed. ** Changed in: kernel-development-workflow/prepare-package Status: New => Fix Released ** Changed in: kernel-development-workflow/prepare-package Assignee: Canonical Kernel Team (canonical-kernel-team) => Tim Gardner (timg-tpi) ** Changed in: kernel-development-workflow/prepare-package-signed Status: New => Fix Released ** Changed in: kernel-development-workflow/prepare-package-signed Assignee: Canonical Kernel Team (canonical-kernel-team) => Tim Gardner (timg-tpi) ** Changed in: kernel-development-workflow/package-testing Status: New => Confirmed ** Changed in: kernel-development-workflow/package-testing Status: Confirmed => In Progress ** Changed in: kernel-development-workflow/package-testing Status: In Progress => Confirmed ** Description changed: This bug is for tracking the 3.16.0-14.20 upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow kernel-Prepare-package-start:Saturday, 06. September 2014 23:27 UTC - kernel-phase-changed:Saturday, 06. September 2014 23:27 UTC - kernel-phase:Prepare + kernel-phase-changed:Sunday, 07. September 2014 13:03 UTC + kernel-Prepare-package-end:Sunday, 07. September 2014 13:03 UTC + kernel-Package-testing-start:Sunday, 07. September 2014 13:03 UTC + kernel-phase:PPA Testing + ppa-package-testing-start:Sunday, 07. September 2014 13:03 UTC -- 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/1366431 Title: linux: 3.16.0-14.20 -proposed tracker Status in Kernel Development Workflow: In Progress Status in Kernel Development Workflow package-testing series: Confirmed Status in Kernel Development Workflow prepare-package series: Fix Released Status in Kernel Development Workflow prepare-package-meta series: Fix Released Status in Kernel Development Workflow prepare-package-signed series: Fix Released Status in Kernel Development Workflow promote-to-release series: New Status in “linux” package in Ubuntu: New Status in “linux” source package in Utopic: New Bug description: This bug is for tracking the 3.16.0-14.20 upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow kernel-Prepare-package-start:Saturday, 06. September 2014 23:27 UTC kernel-phase-changed:Sunday, 07. September 2014 13:03 UTC kernel-Prepare-package-end:Sunday, 07. September 2014 13:03 UTC kernel-Package-testing-start:Sunday, 07. September 2014 13:03 UTC kernel-phase:PPA Testing ppa-package-testing-start:Sunday, 07. September 2014 13:03 UTC To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-development-workflow/+bug/1366431/+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 1363313] Re: mpt2sas not loaded with LSISAS2008 card in trusty 14.04.1
I had the exact same error and the provided test kernel resolved it for me also. -- 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/1363313 Title: mpt2sas not loaded with LSISAS2008 card in trusty 14.04.1 Status in “linux” package in Ubuntu: Confirmed Bug description: This card has worked without a problem in 12.04 up through the current kernel. After an upgrade to 14.04.1, mpt2sas tries to load during boot but fails. An apport file from this machine is attached; note the error messages during boot. --- ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: admsvr 3757 F pulseaudio CurrentDesktop: XFCE DistroRelease: Ubuntu 14.04 HibernationDevice: RESUME=UUID=7192beea-6a28-4c3f-b274-3332e6d007b7 InstallationDate: Installed on 2010-09-14 (1445 days ago) InstallationMedia: Ubuntu-Server 10.04 LTS "Lucid Lynx" - Release amd64 (20100427) IwConfig: eth0 no wireless extensions. lono wireless extensions. MachineType: Gigabyte Technology Co., Ltd. P55-UD3L NonfreeKernelModules: zfs zunicode zavl zcommon znvpair Package: linux (not installed) ProcFB: 0 VESA VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic root=UUID=46ac1ed7-062a-4ae3-b071-52ccee0cc346 ro splash nomdmonddf nomdmonisw nomdmonddf nomdmonisw vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6 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.5 RfKill: Error: [Errno 2] No such file or directory Tags: trusty Uname: Linux 3.13.0-35-generic x86_64 UpgradeStatus: Upgraded to trusty on 2014-08-23 (6 days ago) UserGroups: adm admin cdrom dialout lpadmin lpadmin mythtv plugdev sambashare vboxusers _MarkForUpload: True dmi.bios.date: 06/23/2010 dmi.bios.vendor: Award Software International, Inc. dmi.bios.version: F7 dmi.board.name: P55-UD3L dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: x.x dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.modalias: dmi:bvnAwardSoftwareInternational,Inc.:bvrF7:bd06/23/2010:svnGigabyteTechnologyCo.,Ltd.:pnP55-UD3L:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP55-UD3L:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr: dmi.product.name: P55-UD3L dmi.sys.vendor: Gigabyte Technology Co., Ltd. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1363313/+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 1365791] Re: [HP Pavilion g4-1365la Notebook PC] hibernate/resume failure
Dustin M. Jackson, as per http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?os=4063&lc=en&cc=us&dlc=en&sw_lang=&product=5212131#N7873 an update to your BIOS is available (F.66). If you update to this following https://help.ubuntu.com/community/BiosUpdate does it change anything? If it doesn't, could you please both specify what happened, and provide the output of the following terminal command: sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date Please note your current BIOS is already in the Bug Description, so posting this on the old BIOS would not be helpful. As well, you don't have to create a new bug report. For more on BIOS updates and linux, please see https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette . Once the BIOS is updated, then please mark this report Status Confirmed. Thank you for your understanding. ** Summary changed: - [HP Pavilion g4 Notebook PC] hibernate/resume failure + [HP Pavilion g4-1365la Notebook PC] hibernate/resume failure ** Tags added: bios-outdated-f.66 -- 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/1365791 Title: [HP Pavilion g4-1365la Notebook PC] hibernate/resume failure Status in “linux” package in Ubuntu: Incomplete Bug description: crash reported on resume after hibernate. ProblemType: KernelOops DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-12-generic 3.16.0-12.18 ProcVersionSignature: Ubuntu 3.16.0-12.18-generic 3.16.1 Uname: Linux 3.16.0-12-generic x86_64 Annotation: This occured during a previous hibernate and prevented it from resuming properly. ApportVersion: 2.14.7-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: dustin 2605 F pulseaudio Date: Fri Sep 5 01:48:00 2014 DuplicateSignature: hibernate/resume:Hewlett-Packard HP Pavilion g4 Notebook PC:F.63 ExecutablePath: /usr/share/apport/apportcheckresume Failure: hibernate/resume HibernationDevice: RESUME=UUID=24cad7e5-e86d-45d6-874d-bf10a46575c1 InstallationDate: Installed on 2014-08-16 (19 days ago) InstallationMedia: Xubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140815) InterpreterPath: /usr/bin/python3.4 Lsusb: Bus 002 Device 003: ID 04f2:b249 Chicony Electronics Co., Ltd Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: Hewlett-Packard HP Pavilion g4 Notebook PC ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-12-generic root=UUID=6d3f16c6-33de-456a-a13d-4348b5608dd2 ro quiet splash PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.16.0-12-generic N/A linux-backports-modules-3.16.0-12-generic N/A linux-firmware 1.133 SourcePackage: linux Title: [Hewlett-Packard HP Pavilion g4 Notebook PC] hibernate/resume failure UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 03/22/2012 dmi.bios.vendor: Insyde dmi.bios.version: F.63 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 166D dmi.board.vendor: Hewlett-Packard dmi.board.version: 09.4B dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnInsyde:bvrF.63:bd03/22/2012:svnHewlett-Packard:pnHPPaviliong4NotebookPC:pvr06911320461610100:rvnHewlett-Packard:rn166D:rvr09.4B:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP Pavilion g4 Notebook PC dmi.product.version: 06911320461610100 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365791/+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 1366468] Re: cannot set freq 16000 to exp 0x86-: Errors due to logitech Quickcam
Mark Wickens, thank you for reporting this and helping make Ubuntu better. Could you please test the latest upstream kernel available from the very top line at the top of the page (not the daily folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional upstream developers to examine the issue. Once you've tested the upstream kernel, please comment on which kernel version specifically you tested. If this bug is fixed in the mainline kernel, please add the following tags: kernel-fixed-upstream kernel-fixed-upstream-VERSION-NUMBER where VERSION-NUMBER is the version number of the kernel you tested exactly shown as: kernel-fixed-upstream-3.17-rc3 This can be done by clicking on the yellow circle with a black pencil icon next to the word Tags located at the bottom of the bug description. If the mainline kernel does not fix this bug, please add the following tags: kernel-bug-exists-upstream kernel-bug-exists-upstream-VERSION-NUMBER Once testing of the upstream kernel is complete, please mark this bug's Status as Confirmed. Please let us know your results. Thank you for your understanding. ** Tags added: latest-bios-1.70 ** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Status: Confirmed => Incomplete ** Description changed: - Shows the exact symptoms of bug 567565 + Cannot set freq 16000 to exp 0x86-: Errors due to logitech Quickcam. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-32-generic 3.13.0-32.57 [modified: boot/vmlinuz-3.13.0-32-generic] ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.14.1-0ubuntu3.2 Architecture: amd64 AudioDevicesInUse: - USERPID ACCESS COMMAND - /dev/snd/controlC2: msw2598 F pulseaudio - /dev/snd/pcmC1D0c: msw2598 F...m pulseaudio - /dev/snd/controlC0: msw2598 F pulseaudio + USERPID ACCESS COMMAND + /dev/snd/controlC2: msw2598 F pulseaudio + /dev/snd/pcmC1D0c: msw2598 F...m pulseaudio + /dev/snd/controlC0: msw2598 F pulseaudio CurrentDesktop: Unity Date: Sun Sep 7 06:12:28 2014 HibernationDevice: RESUME=UUID=d7e68cfe-7474-4c58-b1ce-b536dee6f3b1 InstallationDate: Installed on 2014-09-02 (4 days ago) InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2) IwConfig: - eth0 no wireless extensions. - - eth1 no wireless extensions. - - lono wireless extensions. + eth0 no wireless extensions. + + eth1 no wireless extensions. + + lono wireless extensions. MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M. ProcFB: - + ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic root=UUID=e1a906cb-ef2b-4f04-8de7-0f94e4d8f0d1 ro quiet splash nomdmonddf nomdmonisw PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon not responding. RelatedPackageVersions: - linux-restricted-modules-3.13.0-32-generic N/A - linux-backports-modules-3.13.0-32-generic N/A - linux-firmware 1.127.5 + linux-restricted-modules-3.13.0-32-generic N/A + linux-backports-modules-3.13.0-32-generic N/A + linux-firmware 1.127.5 RfKill: - + SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 09/30/2009 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: P1.70 dmi.board.name: P45XE 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.:bvrP1.70:bd09/30/2009:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnP45XE: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. ** Summary changed: - cannot set freq 16000 to exp 0x86-: Errors due to logitech Quickcam + 046d:0990 cannot set freq 16000 to exp 0x86-: Errors due to logitech Quickcam -- 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/1366468 Title: 046d:0990 cannot set freq 16000 to exp 0x86-: Errors due to logitech Quickcam Status in “linux” package in Ubuntu: Incomplete Bug description: Cannot set freq 16000 to exp 0x86-: Errors due to logitech Quickcam. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-32-generic 3.13.0-32.57 [modified: boot/vmlinuz-3.13.0-32-generic] ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic x86_64 NonfreeKernelModules: nvidia Appo
[Kernel-packages] [Bug 958496] Re: Suspend does not work on Lenovo S12
Laryllan, the latest environment from http://cdimage.ubuntu.com/daily- live/current/ is now 14.10. Could you please test this and advise to the results? ** Tags removed: kernel-bug-exists-upstream ** Tags added: 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/958496 Title: Suspend does not work on Lenovo S12 Status in The Linux Kernel: Incomplete Status in “linux” package in Ubuntu: Incomplete Bug description: After upgrading from Ubuntu 11.10 to 12.04beta suspend does not work anymore. The netbook switches off for a split second but wakes up right away. I did all the tests described: in https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume Find the output attached. Suspend/Resume was working flawlessly on 11.10, so this is regression. WORKAROUND: Turn off the WiFi hard switch prior to suspending. WORKAROUND: Follow http://thecodecentral.com/2011/01/18/fix-ubuntu-10-10-suspendhibernate-not-working-bug and change: DRIVERS="ehci xhci" to: DRIVERS="ehci ohci" ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: linux-image-3.2.0-19-generic 3.2.0-19.30 ProcVersionSignature: Ubuntu 3.2.0-19.30-generic 3.2.11 Uname: Linux 3.2.0-19-generic i686 NonfreeKernelModules: nvidia wl AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 1.94.1-0ubuntu2 Architecture: i386 ArecordDevices: List of CAPTURE Hardware Devices card 0: NVidia [HDA NVidia], device 0: ALC269 Analog [ALC269 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: laryllan 1720 F pulseaudio CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not found. Card0.Amixer.info: Card hw:0 'NVidia'/'HDA NVidia at 0xc000 irq 17' Mixer name : 'Nvidia MCP79/7A HDMI' Components : 'HDA:10ec0269,17aa6004,0014 HDA:10de0007,10de0101,00100100' Controls : 22 Simple ctrls : 11 Date: Sun Mar 18 13:07:51 2012 HibernationDevice: RESUME=UUID=4a5bbd02-696d-40fa-88bb-04a79a977a93 InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta i386 (20110330) MachineType: LENOVO 20021,2959 ProcFB: 0 VESA VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-19-generic root=UUID=97bd5cf3-1e53-43da-be02-40f115701a49 ro no_console_suspend quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.2.0-19-generic N/A linux-backports-modules-3.2.0-19-generic N/A linux-firmware1.71 SourcePackage: linux UpgradeStatus: Upgraded to precise on 2012-03-14 (3 days ago) dmi.bios.date: 10/16/2009 dmi.bios.vendor: LENOVO dmi.bios.version: 21CN25WW dmi.board.name: MoutCook dmi.board.vendor: LENOVO dmi.board.version: Not Applicable dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: N/A dmi.modalias: dmi:bvnLENOVO:bvr21CN25WW:bd10/16/2009:svnLENOVO:pn20021,2959:pvrLenovoIdeapadS12:rvnLENOVO:rnMoutCook:rvrNotApplicable:cvnLENOVO:ct10:cvrN/A: dmi.product.name: 20021,2959 dmi.product.version: Lenovo Ideapad S12 dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/958496/+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 1364583] Re: [Dell Studio 1555] suspend/resume failure
Mattias Evensson, could you please test the latest upstream kernel available from the very top line at the top of the page (not the daily folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional upstream developers to examine the issue. Once you've tested the upstream kernel, please comment on which kernel version specifically you tested. If this bug is fixed in the mainline kernel, please add the following tags: kernel-fixed-upstream kernel-fixed-upstream-VERSION-NUMBER where VERSION-NUMBER is the version number of the kernel you tested exactly shown as: kernel-fixed-upstream-3.17-rc3 This can be done by clicking on the yellow circle with a black pencil icon next to the word Tags located at the bottom of the bug description. If the mainline kernel does not fix this bug, please add the following tags: kernel-bug-exists-upstream kernel-bug-exists-upstream-VERSION-NUMBER Once testing of the upstream kernel is complete, please mark this bug's Status as Confirmed. Please let us know your results. Thank you for your understanding. ** Tags removed: bios-outdated-a13 ** Tags added: latest-bios-a13 ** Changed in: linux (Ubuntu) Importance: Low => Medium ** Changed in: linux (Ubuntu) Status: Confirmed => Incomplete -- 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/1364583 Title: [Dell Studio 1555] suspend/resume failure Status in “linux” package in Ubuntu: Incomplete Bug description: I closed the lid to suspend the computer, which worked fine. When I opened the lid the computer hanged during the resume. I got a black screen with a pointer that I couldn't move. I resolved the problem by poweing off the computer and then power it on again. I've got the same behaviour several times since I upgrade to the Utopic repospitories. I can't remember having any supsend/resume problems in Ubuntu 14.04. ProblemType: KernelOops DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-11-generic 3.16.0-11.16 ProcVersionSignature: Ubuntu 3.16.0-11.16-generic 3.16.1 Uname: Linux 3.16.0-11-generic x86_64 Annotation: This occured during a previous suspend and prevented it from resuming properly. ApportVersion: 2.14.7-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: matte 2523 F pulseaudio /dev/snd/controlC0: matte 2523 F pulseaudio Date: Sun Aug 31 21:53:00 2014 DuplicateSignature: suspend/resume:Dell Inc. Studio 1555:A07 ExecutablePath: /usr/share/apport/apportcheckresume Failure: suspend/resume HibernationDevice: RESUME=UUID=9c6427da-c9b6-4874-b81a-772962fe1e83 InstallationDate: Installed on 2014-07-30 (34 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) InterpreterPath: /usr/bin/python3.4 MachineType: Dell Inc. Studio 1555 ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/@utopic-root/boot/vmlinuz-3.16.0-11-generic root=UUID=5b80c34a-7c49-426f-b918-4f34e49f9eba ro rootflags=subvol=@utopic-root quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.16.0-11-generic N/A linux-backports-modules-3.16.0-11-generic N/A linux-firmware 1.133 SourcePackage: linux Title: [Dell Inc. Studio 1555] suspend/resume failure UpgradeStatus: Upgraded to utopic on 2014-08-07 (26 days ago) UserGroups: dmi.bios.date: 07/03/2009 dmi.bios.vendor: Dell Inc. dmi.bios.version: A07 dmi.board.name: 0C234M dmi.board.vendor: Dell Inc. dmi.board.version: A07 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: A07 dmi.modalias: dmi:bvnDellInc.:bvrA07:bd07/03/2009:svnDellInc.:pnStudio1555:pvrA07:rvnDellInc.:rn0C234M:rvrA07:cvnDellInc.:ct8:cvrA07: dmi.product.name: Studio 1555 dmi.product.version: A07 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1364583/+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 1267648] Re: Copying large amount of files to USB stick makes system laggy or even freeze/hang (temporary)
*** This bug is a duplicate of bug 1208993 *** https://bugs.launchpad.net/bugs/1208993 ** This bug has been marked a duplicate of bug 1208993 Ubuntu slows down and hangs while copying file from/to USB -- 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/1267648 Title: Copying large amount of files to USB stick makes system laggy or even freeze/hang (temporary) Status in “linux” package in Ubuntu: Confirmed Bug description: WORKAROUND: With disabled swap all works smoothly even with large vm sysctl settings and low free memory: vm.dirty_ratio = 60 vm.dirty_background_ratio = 40 1. In order to reproduce this, create large enough temporary file: dd if=/dev/zero of=/tmp/zeroes bs=8196 count=100 100+0 records in 100+0 records out 819600 bytes (8.2 GB) copied, 31.5395 s, 260 MB/s 2. Mount USB stick/external USB hard drive. 3. Start copy to external device: cp /tmp/zeroes /media/bob/16\ GB\ USB\ 3.0/ Expected behavior: file being copying in background for a quite a lot of time (since USB sticks not so fast) not interrupting other work on system. Observed behavior: after some time of copying system starts to lag --- mouse cursor jerking, alt+tab lags, windows became dimmed, music lags. If I try to copy around 20 GB of files (e.g. photoes collections) system became almost completely unresponsive and I can observe in syslog following messages: Jan 9 02:36:19 bob-laptop kernel: [120872.200909] INFO: task kworker/u16:1:15378 blocked for more than 120 seconds. Jan 9 02:36:19 bob-laptop kernel: [120872.200955] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. Jan 9 02:36:19 bob-laptop kernel: [120872.200997] kworker/u16:1 D 88025f254580 0 15378 2 0x Jan 9 02:36:19 bob-laptop kernel: [120872.201046] 880159bebc10 0046 880159bebfd8 00014580 Jan 9 02:36:19 bob-laptop kernel: [120872.201090] 880159bebfd8 00014580 880218c6aee0 7fff Jan 9 02:36:19 bob-laptop kernel: [120872.201134] 880159bebd68 880159bebd70 880218c6aee0 880159bebde0 Jan 9 02:36:19 bob-laptop kernel: [120872.201178] Call Trace: Jan 9 02:36:19 bob-laptop kernel: [120872.201200] [] schedule+0x29/0x70 Jan 9 02:36:19 bob-laptop kernel: [120872.201229] [] schedule_timeout+0x239/0x2d0 Jan 9 02:36:19 bob-laptop kernel: [120872.201263] [] ? resched_task+0x28/0x80 Jan 9 02:36:19 bob-laptop kernel: [120872.201294] [] ? check_preempt_curr+0x75/0xa0 Jan 9 02:36:19 bob-laptop kernel: [120872.201327] [] ? ttwu_do_wakeup+0x19/0xd0 Jan 9 02:36:19 bob-laptop kernel: [120872.201362] [] wait_for_completion+0xad/0x120 Jan 9 02:36:19 bob-laptop kernel: [120872.201396] [] ? wake_up_state+0x20/0x20 Jan 9 02:36:19 bob-laptop kernel: [120872.201429] [] kthread_create_on_node+0xa6/0x120 Jan 9 02:36:19 bob-laptop kernel: [120872.201467] [] ? manage_workers.isra.25+0x2a0/0x2a0 Jan 9 02:36:19 bob-laptop kernel: [120872.201503] [] create_worker+0xeb/0x200 Jan 9 02:36:19 bob-laptop kernel: [120872.201533] [] ? mod_timer+0x13c/0x210 Jan 9 02:36:19 bob-laptop kernel: [120872.201563] [] manage_workers.isra.25+0x152/0x2a0 Jan 9 02:36:19 bob-laptop kernel: [120872.201598] [] worker_thread+0x37a/0x3c0 Jan 9 02:36:19 bob-laptop kernel: [120872.201632] [] ? manage_workers.isra.25+0x2a0/0x2a0 Jan 9 02:36:19 bob-laptop kernel: [120872.201668] [] kthread+0xc0/0xd0 Jan 9 02:36:19 bob-laptop kernel: [120872.201697] [] ? kthread_create_on_node+0x120/0x120 Jan 9 02:36:19 bob-laptop kernel: [120872.201734] [] ret_from_fork+0x7c/0xb0 Jan 9 02:36:19 bob-laptop kernel: [120872.201765] [] ? kthread_create_on_node+0x120/0x120 Lagging stops when copying finishes. This issue observed with all tested USB storage devices (two USB sticks and one external USB-HDD), in both USB 2 and USB 3 ports, with destination filesystem ext4 and NTFS. ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: linux-image-3.11.0-15-generic 3.11.0-15.23 ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10 Uname: Linux 3.11.0-15-generic x86_64 ApportVersion: 2.12.5-0ubuntu2.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: bob 20835 F pulseaudio bob 27269 F pulseaudio /dev/snd/pcmC0D0p: bob 20835 F...m pulseaudio CheckboxSubmission: 3d16077c4fdd6a017d47f6e3dc4f3c54 CheckboxSystem: b633b4f40868d491c2ae5b50030ce6f3 Date: Fri Jan 10 04:05:31 2014 HibernationDevice: RESUME=UUID=e4b8cb86-0729-4f43-896f-89d9216cbc0f InstallationDate: Installed on 2014-01-01 (8 days ago) InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1) MachineType: Sony Corporation SVS1311S9RB M
[Kernel-packages] [Bug 1366543] [NEW] [Acer Aspire 3820] suspend/resume failure
Public bug reported: Notebook failed to suspend or resume ProblemType: KernelOops DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-14-generic 3.16.0-14.20 ProcVersionSignature: Ubuntu 3.16.0-14.20-generic 3.16.2 Uname: Linux 3.16.0-14-generic x86_64 Annotation: This occured during a previous suspend and prevented it from resuming properly. ApportVersion: 2.14.7-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: johan 3701 F pulseaudio Date: Sun Sep 7 16:01:27 2014 DuplicateSignature: suspend/resume:Acer Aspire 3820:V1.19 ExecutablePath: /usr/share/apport/apportcheckresume Failure: suspend/resume HibernationDevice: RESUME=UUID=daa8c300-483f-4955-87e2-8b699d52c714 InstallationDate: Installed on 2014-07-15 (53 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140714) InterpreterPath: /usr/bin/python3.4 MachineType: Acer Aspire 3820 ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-14-generic root=UUID=f141913e-303e-45db-84e3-e09746f43cac ro quiet splash acpi_osi=Linux i915.enable_fbc=1 vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.16.0-14-generic N/A linux-backports-modules-3.16.0-14-generic N/A linux-firmware 1.133 SourcePackage: linux Title: [Acer Aspire 3820] suspend/resume failure UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 10/27/2010 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: V1.19 dmi.board.asset.tag: No Asset Tag dmi.board.name: JM31_CP dmi.board.vendor: Acer dmi.board.version: V1.19 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Acer dmi.chassis.version: V1.19 dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrV1.19:bd10/27/2010:svnAcer:pnAspire3820:pvrV1.19:rvnAcer:rnJM31_CP:rvrV1.19:cvnAcer:ct10:cvrV1.19: dmi.product.name: Aspire 3820 dmi.product.version: V1.19 dmi.sys.vendor: Acer ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-kerneloops package-from-proposed resume suspend utopic -- 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/1366543 Title: [Acer Aspire 3820] suspend/resume failure Status in “linux” package in Ubuntu: New Bug description: Notebook failed to suspend or resume ProblemType: KernelOops DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-14-generic 3.16.0-14.20 ProcVersionSignature: Ubuntu 3.16.0-14.20-generic 3.16.2 Uname: Linux 3.16.0-14-generic x86_64 Annotation: This occured during a previous suspend and prevented it from resuming properly. ApportVersion: 2.14.7-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: johan 3701 F pulseaudio Date: Sun Sep 7 16:01:27 2014 DuplicateSignature: suspend/resume:Acer Aspire 3820:V1.19 ExecutablePath: /usr/share/apport/apportcheckresume Failure: suspend/resume HibernationDevice: RESUME=UUID=daa8c300-483f-4955-87e2-8b699d52c714 InstallationDate: Installed on 2014-07-15 (53 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140714) InterpreterPath: /usr/bin/python3.4 MachineType: Acer Aspire 3820 ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-14-generic root=UUID=f141913e-303e-45db-84e3-e09746f43cac ro quiet splash acpi_osi=Linux i915.enable_fbc=1 vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.16.0-14-generic N/A linux-backports-modules-3.16.0-14-generic N/A linux-firmware 1.133 SourcePackage: linux Title: [Acer Aspire 3820] suspend/resume failure UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 10/27/2010 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: V1.19 dmi.board.asset.tag: No Asset Tag dmi.board.name: JM31_CP dmi.board.vendor: Acer dmi.board.version: V1.19 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Acer dmi.chassis.version: V1.19 dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrV1.19:bd10/27/2010:svnAcer:pnAspire3820:pvrV1.19:rvnAcer:rnJM31_CP:rvrV1.19:cvnAcer:ct10:cvrV1.19: dmi.product.name: Aspire 3820 dmi.product.version: V1.19 dmi.sys.vendor: Acer To manage notification
[Kernel-packages] [Bug 1366543] Re: [Acer Aspire 3820] suspend/resume failure
** Tags removed: need-duplicate-check -- 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/1366543 Title: [Acer Aspire 3820] suspend/resume failure Status in “linux” package in Ubuntu: New Bug description: Notebook failed to suspend or resume ProblemType: KernelOops DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-14-generic 3.16.0-14.20 ProcVersionSignature: Ubuntu 3.16.0-14.20-generic 3.16.2 Uname: Linux 3.16.0-14-generic x86_64 Annotation: This occured during a previous suspend and prevented it from resuming properly. ApportVersion: 2.14.7-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: johan 3701 F pulseaudio Date: Sun Sep 7 16:01:27 2014 DuplicateSignature: suspend/resume:Acer Aspire 3820:V1.19 ExecutablePath: /usr/share/apport/apportcheckresume Failure: suspend/resume HibernationDevice: RESUME=UUID=daa8c300-483f-4955-87e2-8b699d52c714 InstallationDate: Installed on 2014-07-15 (53 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140714) InterpreterPath: /usr/bin/python3.4 MachineType: Acer Aspire 3820 ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-14-generic root=UUID=f141913e-303e-45db-84e3-e09746f43cac ro quiet splash acpi_osi=Linux i915.enable_fbc=1 vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.16.0-14-generic N/A linux-backports-modules-3.16.0-14-generic N/A linux-firmware 1.133 SourcePackage: linux Title: [Acer Aspire 3820] suspend/resume failure UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 10/27/2010 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: V1.19 dmi.board.asset.tag: No Asset Tag dmi.board.name: JM31_CP dmi.board.vendor: Acer dmi.board.version: V1.19 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Acer dmi.chassis.version: V1.19 dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrV1.19:bd10/27/2010:svnAcer:pnAspire3820:pvrV1.19:rvnAcer:rnJM31_CP:rvrV1.19:cvnAcer:ct10:cvrV1.19: dmi.product.name: Aspire 3820 dmi.product.version: V1.19 dmi.sys.vendor: Acer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1366543/+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
Re: [Kernel-packages] [Bug 1366330] Re: [FUJITSU SIEMENS AMILO Xi 3650] suspend/resume failure
Here are the requested informations: eilers@AMILO-Xi-3650:~$ sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date [sudo] password for eilers: 1.0H-0019-0024 04/15/2010 eilers@AMILO-Xi-3650:~$ BIOS update does not help :(. The suspend/resume functionality on lid closing/opening works for me for years without problems. During the last update/dist-upgrade I switched from NVIDIA driver to Noveau driver. Maybe that is the area where the root cause has to be searched. Kind Regards, Michael > Michael Eilers, thank you for reporting this and helping make Ubuntu > better. As per http://support.ts.fujitsu.com/Download/ShowFiles.asp an > update to your BIOS is available (1.0H). If you update to this following > https://help.ubuntu.com/community/BiosUpdate does it change anything? If > it doesn't, could you please both specify what happened, and provide the > output of the following terminal command: > sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date > > Please note your current BIOS is already in the Bug Description, so > posting this on the old BIOS would not be helpful. As well, you don't > have to create a new bug report. > > For more on BIOS updates and linux, please see > https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette > . > > Once the BIOS is updated, then please mark this report Status Confirmed. > > Thank you for your understanding. > > Kristen French, thank you for your comment. Unfortunately, this bug report > is not scoped to you, your hardware, or your problem. So your hardware and > problem may be tracked, could you please file a new report with Ubuntu by > executing the following in a terminal while booted into the default Ubuntu > kernel (not a mainline one) via: > ubuntu-bug linux > > For more on this, please read the official Ubuntu documentation: > Ubuntu Bug Control and Ubuntu Bug Squad: > https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue > Ubuntu Kernel Team: > https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Filing_Kernel_Bug_reports > Ubuntu Community: > https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette > > When opening up the new report, please feel free to subscribe me to it. > > As well, please do not announce in this report you created a new bug > report. > > Thank you for your understanding. > > Helpful bug reporting tips: > https://wiki.ubuntu.com/ReportingBugs > > ** Tags added: bios-outdated-1.0h > > ** Changed in: linux (Ubuntu) >Importance: Undecided => Low > > ** Changed in: linux (Ubuntu) >Status: Confirmed => Incomplete > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1366330 > > Title: > [FUJITSU SIEMENS AMILO Xi 3650] suspend/resume failure > > Status in âlinuxâ package in Ubuntu: > Incomplete > > Bug description: > [FUJITSU SIEMENS AMILO Xi 3650] suspend/resume failure > > ProblemType: KernelOops > DistroRelease: Ubuntu 14.10 > Package: linux-image-3.16.0-13-generic 3.16.0-13.19 > ProcVersionSignature: Ubuntu 3.16.0-13.19-generic 3.16.1 > Uname: Linux 3.16.0-13-generic x86_64 > Annotation: This occured during a previous suspend and prevented it from > resuming properly. > ApportVersion: 2.14.7-0ubuntu2 > Architecture: amd64 > AudioDevicesInUse: >USERPID ACCESS COMMAND >/dev/snd/controlC0: eilers 3484 F pulseaudio >/dev/snd/controlC1: eilers 3484 F pulseaudio > Date: Sat Sep 6 16:01:38 2014 > DuplicateSignature: suspend/resume:FUJITSU SIEMENS AMILO Xi > 3650:1.0E-0019-0021 > ExecutablePath: /usr/share/apport/apportcheckresume > ExecutableTimestamp: 1409826875 > Failure: suspend/resume > HibernationDevice: RESUME=UUID=e6ce665f-bdb3-4acf-be54-40e1810428c6 > InstallationDate: Installed on 2012-05-02 (857 days ago) > InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 > (20120425) > InterpreterPath: /usr/bin/python3.4 > MachineType: FUJITSU SIEMENS AMILO Xi 3650 > ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume > ProcCwd: / > ProcEnviron: >TERM=linux >PATH=(custom, no user) > ProcFB: 0 nouveaufb > ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-13-generic > root=UUID=a5ef7077-8e0e-49c4-ab40-ddb00fba42de ro drm.debug=0xe > plymouth:debug > PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No > PulseAudio daemon running, or not running as session daemon. > RelatedPackageVersions: >linux-restricted-modules-3.16.0-13-generic N/A >linux-backports-modules-3.16.0-13-generic N/A >linux-firmware 1.133 > RfKill: >0: phy0: Wireless LAN > Soft blocked: no > Hard blocked: no > SourcePackage: linux > Title: [FUJITSU SIEMENS AMILO Xi 3650] suspend/resume failure > UpgradeStatus: No upgrade log present (probably fresh install) > UserGroups: > > dmi.bios.
[Kernel-packages] [Bug 1366543] Status changed to Confirmed
This change was made by a bot. ** Changed in: linux (Ubuntu) Status: New => 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/1366543 Title: [Acer Aspire 3820] suspend/resume failure Status in “linux” package in Ubuntu: Confirmed Bug description: Notebook failed to suspend or resume ProblemType: KernelOops DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-14-generic 3.16.0-14.20 ProcVersionSignature: Ubuntu 3.16.0-14.20-generic 3.16.2 Uname: Linux 3.16.0-14-generic x86_64 Annotation: This occured during a previous suspend and prevented it from resuming properly. ApportVersion: 2.14.7-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: johan 3701 F pulseaudio Date: Sun Sep 7 16:01:27 2014 DuplicateSignature: suspend/resume:Acer Aspire 3820:V1.19 ExecutablePath: /usr/share/apport/apportcheckresume Failure: suspend/resume HibernationDevice: RESUME=UUID=daa8c300-483f-4955-87e2-8b699d52c714 InstallationDate: Installed on 2014-07-15 (53 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140714) InterpreterPath: /usr/bin/python3.4 MachineType: Acer Aspire 3820 ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-14-generic root=UUID=f141913e-303e-45db-84e3-e09746f43cac ro quiet splash acpi_osi=Linux i915.enable_fbc=1 vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.16.0-14-generic N/A linux-backports-modules-3.16.0-14-generic N/A linux-firmware 1.133 SourcePackage: linux Title: [Acer Aspire 3820] suspend/resume failure UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 10/27/2010 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: V1.19 dmi.board.asset.tag: No Asset Tag dmi.board.name: JM31_CP dmi.board.vendor: Acer dmi.board.version: V1.19 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Acer dmi.chassis.version: V1.19 dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrV1.19:bd10/27/2010:svnAcer:pnAspire3820:pvrV1.19:rvnAcer:rnJM31_CP:rvrV1.19:cvnAcer:ct10:cvrV1.19: dmi.product.name: Aspire 3820 dmi.product.version: V1.19 dmi.sys.vendor: Acer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1366543/+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 1366431] Re: linux: 3.16.0-14.20 -proposed tracker
This bug was fixed in the package linux - 3.16.0-14.20 --- linux (3.16.0-14.20) utopic; urgency=low [ Tim Gardner ] * Release Tracking Bug - LP: #1366431 [ dann frazier ] * [Config] CONFIG_HW_RANDOM_XGENE=m on arm64 [ Manish Chopra ] * SAUCE: bnx2x: Configure device endianity on driver load and reset endianity on removal. - LP: #1356948 [ Tim Gardner ] * [Config] CONFIG_XMON=y - LP: #1365655 * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el - LP: #1362514 * [Config] CONFIG_KVM_BOOK3S_64_HV=m - LP: #1362514 [ Upstream Kernel Changes ] * hwrng: xgene - add support for APM X-Gene SoC RNG support - LP: #1365593 * Documentation: rng: Add X-Gene SoC RNG driver documentation - LP: #1365593 * arm64: dts: add random number generator dts node to APM X-Gene platform. * KVM: PPC: Book3S: Move vcore definition to end of kvm_arch struct - LP: #1362514 * KVM: Move more code under CONFIG_HAVE_KVM_IRQFD - LP: #1362514 [ Upstream Kernel Changes ] * rebase to v3.16.2 - LP: #1358116 - LP: #1334950 - LP: #1350148 -- Tim GardnerSat, 06 Sep 2014 07:52:15 -0700 ** Changed in: linux (Ubuntu Utopic) Status: New => Fix Released -- 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/1366431 Title: linux: 3.16.0-14.20 -proposed tracker Status in Kernel Development Workflow: In Progress Status in Kernel Development Workflow package-testing series: Confirmed Status in Kernel Development Workflow prepare-package series: Fix Released Status in Kernel Development Workflow prepare-package-meta series: Fix Released Status in Kernel Development Workflow prepare-package-signed series: Fix Released Status in Kernel Development Workflow promote-to-release series: New Status in “linux” package in Ubuntu: Fix Released Status in “linux” source package in Utopic: Fix Released Bug description: This bug is for tracking the 3.16.0-14.20 upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow kernel-Prepare-package-start:Saturday, 06. September 2014 23:27 UTC kernel-phase-changed:Sunday, 07. September 2014 13:03 UTC kernel-Prepare-package-end:Sunday, 07. September 2014 13:03 UTC kernel-Package-testing-start:Sunday, 07. September 2014 13:03 UTC kernel-phase:PPA Testing ppa-package-testing-start:Sunday, 07. September 2014 13:03 UTC To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-development-workflow/+bug/1366431/+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 1365655] Re: ISST-KVM: R2-0: xmon disabled in Ubuntu
This bug was fixed in the package linux - 3.16.0-14.20 --- linux (3.16.0-14.20) utopic; urgency=low [ Tim Gardner ] * Release Tracking Bug - LP: #1366431 [ dann frazier ] * [Config] CONFIG_HW_RANDOM_XGENE=m on arm64 [ Manish Chopra ] * SAUCE: bnx2x: Configure device endianity on driver load and reset endianity on removal. - LP: #1356948 [ Tim Gardner ] * [Config] CONFIG_XMON=y - LP: #1365655 * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el - LP: #1362514 * [Config] CONFIG_KVM_BOOK3S_64_HV=m - LP: #1362514 [ Upstream Kernel Changes ] * hwrng: xgene - add support for APM X-Gene SoC RNG support - LP: #1365593 * Documentation: rng: Add X-Gene SoC RNG driver documentation - LP: #1365593 * arm64: dts: add random number generator dts node to APM X-Gene platform. * KVM: PPC: Book3S: Move vcore definition to end of kvm_arch struct - LP: #1362514 * KVM: Move more code under CONFIG_HAVE_KVM_IRQFD - LP: #1362514 [ Upstream Kernel Changes ] * rebase to v3.16.2 - LP: #1358116 - LP: #1334950 - LP: #1350148 -- Tim GardnerSat, 06 Sep 2014 07:52:15 -0700 ** Changed in: linux (Ubuntu Utopic) Status: Fix Committed => Fix Released -- 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/1365655 Title: ISST-KVM: R2-0: xmon disabled in Ubuntu Status in “linux” package in Ubuntu: Fix Released Status in “linux” source package in Utopic: Fix Released Bug description: ---Problem Description--- The Ubuntu kernels currently have xmon disabled. xmon is a standard debugging interface on power platforms and is expected to be compiled in to enable for debugging. Please enable CONFIG_XMON. ---uname output--- Linux actg1 3.13.0-34-generic #60-Ubuntu SMP Wed Aug 13 15:45:54 UTC 2014 ppc64le ppc64le ppc64le GNU/Linux Machine Type = 8247-22L ---Steps to Reproduce--- Run the following command: echo 1 > /proc/sys/kernel/sysrq Try to invoke xmon by inputting ctrl + o, x System should drop into xmon, but the following message is printed instead: "[229073.090037] SysRq : This sysrq operation is disabled." 14.10 is also the same: root@hatg5:~# grep XMON /boot/config-3.16.0-8-generic # CONFIG_XMON is not set root@hatg5:~# uname -a Linux hatg5 3.16.0-8-generic #13-Ubuntu SMP Wed Aug 13 17:11:23 UTC 2014 ppc64le ppc64le ppc64le GNU/Linux To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365655/+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 1365593] Re: No driver provided for X-Gene's hardware RNG
This bug was fixed in the package linux - 3.16.0-14.20 --- linux (3.16.0-14.20) utopic; urgency=low [ Tim Gardner ] * Release Tracking Bug - LP: #1366431 [ dann frazier ] * [Config] CONFIG_HW_RANDOM_XGENE=m on arm64 [ Manish Chopra ] * SAUCE: bnx2x: Configure device endianity on driver load and reset endianity on removal. - LP: #1356948 [ Tim Gardner ] * [Config] CONFIG_XMON=y - LP: #1365655 * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el - LP: #1362514 * [Config] CONFIG_KVM_BOOK3S_64_HV=m - LP: #1362514 [ Upstream Kernel Changes ] * hwrng: xgene - add support for APM X-Gene SoC RNG support - LP: #1365593 * Documentation: rng: Add X-Gene SoC RNG driver documentation - LP: #1365593 * arm64: dts: add random number generator dts node to APM X-Gene platform. * KVM: PPC: Book3S: Move vcore definition to end of kvm_arch struct - LP: #1362514 * KVM: Move more code under CONFIG_HAVE_KVM_IRQFD - LP: #1362514 [ Upstream Kernel Changes ] * rebase to v3.16.2 - LP: #1358116 - LP: #1334950 - LP: #1350148 -- Tim GardnerSat, 06 Sep 2014 07:52:15 -0700 ** Changed in: linux (Ubuntu Utopic) Status: Fix Committed => Fix Released -- 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/1365593 Title: No driver provided for X-Gene's hardware RNG Status in “linux” package in Ubuntu: Fix Released Status in “linux” source package in Trusty: Confirmed Status in “linux” source package in Utopic: Fix Released Bug description: [Impact] User has a system with a built-in random number generator that the OS cannot use. [Test Case] Make sure rng-tools is uninstalled. Reboot with this driver, verify that it is automatically loaded. Leave system idle for this test. In one terminal, run 'watch cat /proc/sys/kernel/random/entropy_avail', and note that the minor fluctuation in available entropy over time. Install rng-tools, and notice that entropy shoots up and grows at a faster rate than previously. [Regression Potential] If this driver is buggy it could cause e.g. an oops or a panic that would not otherwise have occurred. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365593/+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 1362514] Re: LE KVM support for 14.10
This bug was fixed in the package linux - 3.16.0-14.20 --- linux (3.16.0-14.20) utopic; urgency=low [ Tim Gardner ] * Release Tracking Bug - LP: #1366431 [ dann frazier ] * [Config] CONFIG_HW_RANDOM_XGENE=m on arm64 [ Manish Chopra ] * SAUCE: bnx2x: Configure device endianity on driver load and reset endianity on removal. - LP: #1356948 [ Tim Gardner ] * [Config] CONFIG_XMON=y - LP: #1365655 * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el - LP: #1362514 * [Config] CONFIG_KVM_BOOK3S_64_HV=m - LP: #1362514 [ Upstream Kernel Changes ] * hwrng: xgene - add support for APM X-Gene SoC RNG support - LP: #1365593 * Documentation: rng: Add X-Gene SoC RNG driver documentation - LP: #1365593 * arm64: dts: add random number generator dts node to APM X-Gene platform. * KVM: PPC: Book3S: Move vcore definition to end of kvm_arch struct - LP: #1362514 * KVM: Move more code under CONFIG_HAVE_KVM_IRQFD - LP: #1362514 [ Upstream Kernel Changes ] * rebase to v3.16.2 - LP: #1358116 - LP: #1334950 - LP: #1350148 -- Tim GardnerSat, 06 Sep 2014 07:52:15 -0700 ** Changed in: linux (Ubuntu Utopic) Status: In Progress => Fix Released -- 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/1362514 Title: LE KVM support for 14.10 Status in “linux” package in Ubuntu: Fix Released Status in “linux” source package in Utopic: Fix Released Bug description: == Comment: #0 - Cedric Le Goater - 2014-08-27 02:32:18 == Hi, Could you please apply the following patches to the utopic kernel to enable LE KVM support ? 6947f948f061 2014-07-28 15:22:26 +0200 Alexander Graf - KVM: PPC: Book3S HV: Enable for little endian hosts 9bf163f86d0d 2014-07-28 15:22:25 +0200 Alexander Graf - KVM: PPC: Book3S HV: Fix ABIv2 on LE 76d072fb05f6 2014-07-28 15:22:24 +0200 Alexander Graf - KVM: PPC: Book3S HV: Access XICS in BE 0865a583a488 2014-07-28 15:22:23 +0200 Alexander Graf - KVM: PPC: Book3S HV: Access host lppaca and shadow slb in BE 024075522561 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: Access guest VPA in BE 6f22bd3265fb 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: Make HTAB code LE host aware 8f6822c4b9fa 2014-07-28 15:22:21 +0200 Alexander Graf - PPC: Add asm helpers for BE 32bit load/store f396df35188c 2014-07-28 15:22:16 +0200 Alexander Graf - KVM: PPC: Book3S PR: Fix sparse endian checks 05a308c72282 2014-07-28 15:22:13 +0200 Anton Blanchard - KVM: PPC: Book3S HV: Fix ABIv2 indirect branch issue 568fccc43f90 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3S PR: Handle hyp doorbell exits f6bf3a662274 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3s HV: Fix tlbie compile error fb4188bad02f 2014-07-28 15:22:11 +0200 Alexander Graf - KVM: PPC: Book3s PR: Disable AIL mode with OPAL This set is also required for vhost (of same endian, cross endian vhost needs a few more patches which were not sent to mainline yet) 25a2150bee00 2014-08-05 14:26:33 +0200 Paul Mackerras - KVM: PPC: Enable IRQFD support for the XICS interrupt controller 297e21053a52 2014-08-05 14:26:28 +0200 Paul Mackerras - KVM: Give IRQFD its own separate enabling Kconfig option e4d57e1ee1ab 2014-08-05 14:26:24 +0200 Paul Mackerras - KVM: Move irq notifier implementation into eventfd.c 9957c86d659a 2014-08-05 14:26:20 +0200 Paul Mackerras - KVM: Move all accesses to kvm::irq_routing into irqchip.c 8ba918d488ca 2014-08-05 14:26:16 +0200 Paul Mackerras - KVM: irqchip: Provide and use accessors for irq routing table 56f89f3629ff 2014-08-05 14:24:23 +0200 Paul Mackerras - KVM: Don't keep reference to irq routing table in irqfd struct I did a quick try on git's head (Ubuntu-3.16.0-11.16). All patches apply smoothly. Thanks, To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362514/+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 1356948] Re: ISST-KTE:PowerNV:UBUNTU14.10: Shiner Adapter ethernet port does not come up
This bug was fixed in the package linux - 3.16.0-14.20 --- linux (3.16.0-14.20) utopic; urgency=low [ Tim Gardner ] * Release Tracking Bug - LP: #1366431 [ dann frazier ] * [Config] CONFIG_HW_RANDOM_XGENE=m on arm64 [ Manish Chopra ] * SAUCE: bnx2x: Configure device endianity on driver load and reset endianity on removal. - LP: #1356948 [ Tim Gardner ] * [Config] CONFIG_XMON=y - LP: #1365655 * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el - LP: #1362514 * [Config] CONFIG_KVM_BOOK3S_64_HV=m - LP: #1362514 [ Upstream Kernel Changes ] * hwrng: xgene - add support for APM X-Gene SoC RNG support - LP: #1365593 * Documentation: rng: Add X-Gene SoC RNG driver documentation - LP: #1365593 * arm64: dts: add random number generator dts node to APM X-Gene platform. * KVM: PPC: Book3S: Move vcore definition to end of kvm_arch struct - LP: #1362514 * KVM: Move more code under CONFIG_HAVE_KVM_IRQFD - LP: #1362514 [ Upstream Kernel Changes ] * rebase to v3.16.2 - LP: #1358116 - LP: #1334950 - LP: #1350148 -- Tim GardnerSat, 06 Sep 2014 07:52:15 -0700 ** Changed in: linux (Ubuntu Utopic) Status: Fix Committed => Fix Released -- 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/1356948 Title: ISST-KTE:PowerNV:UBUNTU14.10: Shiner Adapter ethernet port does not come up Status in “linux” package in Ubuntu: Fix Released Status in “linux” source package in Utopic: Fix Released Bug description: ---Problem Description--- When trying to bring up an ethernet port on a Shiner Network adapter, the terminal outputs the following: root@podkvm:~# ifconfig eth7 up [ 3126.678507] bnx2x: [bnx2x_attn_int_deasserted2:4099(eth7)]CFC hw attention 0x2 [ 3126.678586] bnx2x: [bnx2x_attn_int_deasserted2:4102(eth7)]FATAL error from CFC [ 3136.698592] bnx2x: [bnx2x_state_wait:308(eth7)]timeout waiting for state 1 [ 3136.698678] bnx2x: [bnx2x_setup_queue:8625(eth7)]Queue(0) SETUP failed [ 3136.698688] bnx2x: [bnx2x_nic_load:2721(eth7)]Setup leading failed! SIOCSIFFLAGS: Device or resource busy modules loaded: root@podkvm:~# lsmod Module Size Used by rtc_generic 2711 0 powernv_rng 3244 0 ses10118 0 enclosure 12767 1 ses mlx4_en 118002 0 bnx2x 920334 0 lpfc 836357 0 mlx4_core 311074 1 mlx4_en mdio6270 1 bnx2x libcrc32c 1995 1 bnx2x ipr 142194 2 be2net144413 0 scsi_transport_fc 80636 1 lpfc scsi_tgt 18399 1 scsi_transport_fc vxlan 48609 2 be2net,mlx4_en ---uname output--- Linux podkvm 3.15.0-6-generic #11-Ubuntu SMP Thu Jun 12 00:40:49 UTC 2014 ppc64le ppc64le ppc64le GNU/Linux ---Additional Hardware Info--- System firmware: 1427A Machine Type = 8247-22L I can get the interface up on petitboot and on a 3.10 kernel used for PowerKVM installer. I can't do it for Ubuntu 14.04 kernel, based on 3.13. I can reproduce the same thing with a 3.13 kernel on another PowerNV system. However, it works on a PCI passthrough environment on PowerKVM, with both 14.04 kernel and 14.10. So, this is specific to PowerNV. I will try upstream kernel versions and see if it's possible to find a culprit. I collected this with msglevel options on the driver. The driver specific option SP, timer, interrupt, link, ifup, and probe. Cascardo. >>However, it works on a PCI passthrough environment on PowerKVM, with both >>14.04 kernel and 14.10. So, this is specific to PowerNV. I will try upstream >>kernel versions and see if it's possible to find a culprit. I couldn't find Thadeu's kernel. I built the newer kernel + bnx2x driver from upstream, still saw the same failure. I will look into more. Thanks, Wendy Shiner info: root@podkvm:~# ethtool -i eth7 driver: bnx2x version: 1.78.19-0 firmware-version: bc 7.10.4 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1356948/+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 1169984] Re: 3.8.0-18 HDMI/DisplayPort audio regression: Either oops or opening device fails with -ENODEV
http://ubuntuforums.org/showthread.php?t=2236419&p=13117007#post13117007 suggests this may not be entirely resolved yet. Any hints what to look for in the /var/log/syslog (and/or get into a debug mode) 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/1169984 Title: 3.8.0-18 HDMI/DisplayPort audio regression: Either oops or opening device fails with -ENODEV Status in Ubuntu Desktop Tests: New Status in Release Notes for Ubuntu: Fix Released Status in “linux” package in Ubuntu: Fix Released Status in “linux” source package in Raring: Fix Released Bug description: * There are reports of non-functional HDMI audio on various machines, even with proprietary drivers. In some cases analog built-in audio is affected too. Typically the the audio device does not show up in sound settings at all. ([[https://bugs.launchpad.net/bugs/1169984 | LP: #1169984]] === Current recommended workaround === Hopefully there'll soon be a proposed kernel to test instead, but if you can't wait, simplest is to: https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS === Alternate workaround === IF you have no intention to use the HDMI audio, blacklisting the HDMI audio module will probably prevent this issue. The following commands should do it: echo "blacklist snd-hda-codec-hdmi | sudo tee -a /etc/modprobe.d/blacklisthmdi.conf sudo depmod -a (Reboot) === Sound card is no longer detected in the latest upgrade. ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: alsa-base 1.0.25+dfsg-0ubuntu4 ProcVersionSignature: Ubuntu 3.8.0-18.28-generic 3.8.6 Uname: Linux 3.8.0-18-generic x86_64 ApportVersion: 2.9.2-0ubuntu8 Architecture: amd64 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: Date: Wed Apr 17 11:13:20 2013 EcryptfsInUse: Yes InstallationDate: Installed on 2013-01-01 (106 days ago) InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20121231) MarkForUpload: True PackageArchitecture: all ProcEnviron: TERM=xterm PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: alsa-driver Symptom: audio Title: PCI/internal sound card not detected UpgradeStatus: Upgraded to raring on 2013-02-12 (64 days ago) dmi.bios.date: 07/27/2012 dmi.bios.vendor: Insyde Corp. dmi.bios.version: 1.20 dmi.board.asset.tag: Type2 - Board Asset Tag dmi.board.name: Type2 - Board Product Name1 dmi.board.vendor: Type2 - Board Vendor Name1 dmi.board.version: Type2 - Board Version dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: OEM Chassis Manufacturer dmi.chassis.version: OEM Chassis Version dmi.modalias: dmi:bvnInsydeCorp.:bvr1.20:bd07/27/2012:svnTOSHIBA:pnSatelliteU845W:pvrPSU5RU-00Q003:rvnType2-BoardVendorName1:rnType2-BoardProductName1:rvrType2-BoardVersion:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion: dmi.product.name: Satellite U845W dmi.product.version: PSU5RU-00Q003 dmi.sys.vendor: TOSHIBA To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-desktop-tests/+bug/1169984/+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 1334950] Re: [HP 14 Touchsmart][HP 15 Touchsmart] Volume mute LED is not working
This bug was fixed in the package linux - 3.16.0-14.20 --- linux (3.16.0-14.20) utopic; urgency=low [ Tim Gardner ] * Release Tracking Bug - LP: #1366431 [ dann frazier ] * [Config] CONFIG_HW_RANDOM_XGENE=m on arm64 [ Manish Chopra ] * SAUCE: bnx2x: Configure device endianity on driver load and reset endianity on removal. - LP: #1356948 [ Tim Gardner ] * [Config] CONFIG_XMON=y - LP: #1365655 * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el - LP: #1362514 * [Config] CONFIG_KVM_BOOK3S_64_HV=m - LP: #1362514 [ Upstream Kernel Changes ] * hwrng: xgene - add support for APM X-Gene SoC RNG support - LP: #1365593 * Documentation: rng: Add X-Gene SoC RNG driver documentation - LP: #1365593 * arm64: dts: add random number generator dts node to APM X-Gene platform. * KVM: PPC: Book3S: Move vcore definition to end of kvm_arch struct - LP: #1362514 * KVM: Move more code under CONFIG_HAVE_KVM_IRQFD - LP: #1362514 [ Upstream Kernel Changes ] * rebase to v3.16.2 - LP: #1358116 - LP: #1334950 - LP: #1350148 -- Tim GardnerSat, 06 Sep 2014 07:52:15 -0700 ** Changed in: linux (Ubuntu) Status: Fix Committed => Fix Released -- 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/1334950 Title: [HP 14 Touchsmart][HP 15 Touchsmart] Volume mute LED is not working Status in HWE Next Project: New Status in “linux” package in Ubuntu: Fix Released Status in “linux” source package in Trusty: In Progress Bug description: CID: 201310-14248 HP 15 Touchsmart There is a mute key on this system, along with a Mute LED on it. The mute key works fine, but the LED is not working at all. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-30-generic 3.13.0-30.54 ProcVersionSignature: Ubuntu 3.13.0-30.54-generic 3.13.11.2 Uname: Linux 3.13.0-30-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: ubuntu 1649 F pulseaudio /dev/snd/controlC0: ubuntu 1649 F pulseaudio CRDA: country TW: (2402 - 2472 @ 40), (3, 27) (5270 - 5330 @ 40), (3, 17), DFS (5735 - 5815 @ 40), (3, 30) CurrentDesktop: Unity Date: Thu Jun 26 23:57:42 2014 HibernationDevice: RESUME=UUID=540104b4-4be9-4245-8c53-2f8471e94cbb InstallationDate: Installed on 2014-06-26 (0 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Hewlett-Packard HP 15 Notebook PC ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic.efi.signed root=UUID=61fbea42-9507-49b2-b9ad-b0050652e97e ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-30-generic N/A linux-backports-modules-3.13.0-30-generic N/A linux-firmware 1.127.4 RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 12/06/2013 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: F.09 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 2192 dmi.board.vendor: Hewlett-Packard dmi.board.version: 41.1A dmi.chassis.asset.tag: Chassis Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnHewlett-Packard:bvrF.09:bd12/06/2013:svnHewlett-Packard:pnHP15NotebookPC:pvr088710025E112:rvnHewlett-Packard:rn2192:rvr41.1A:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP 15 Notebook PC dmi.product.version: 088710025E112 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1334950/+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 1366330] Re: [FUJITSU SIEMENS AMILO Xi 3650] suspend/resume failure
Michael Eilers, just to clarify, it was working after the most recent update, but it only stopped worked when you switched drivers from nvidia to nouveau? ** Tags removed: bios-outdated-1.0h ** Tags added: latest-bios-1.0h ** Tags added: utopic ** Changed in: linux (Ubuntu) Importance: Low => Medium -- 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/1366330 Title: [FUJITSU SIEMENS AMILO Xi 3650] suspend/resume failure Status in “linux” package in Ubuntu: Incomplete Bug description: [FUJITSU SIEMENS AMILO Xi 3650] suspend/resume failure ProblemType: KernelOops DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-13-generic 3.16.0-13.19 ProcVersionSignature: Ubuntu 3.16.0-13.19-generic 3.16.1 Uname: Linux 3.16.0-13-generic x86_64 Annotation: This occured during a previous suspend and prevented it from resuming properly. ApportVersion: 2.14.7-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: eilers 3484 F pulseaudio /dev/snd/controlC1: eilers 3484 F pulseaudio Date: Sat Sep 6 16:01:38 2014 DuplicateSignature: suspend/resume:FUJITSU SIEMENS AMILO Xi 3650:1.0E-0019-0021 ExecutablePath: /usr/share/apport/apportcheckresume ExecutableTimestamp: 1409826875 Failure: suspend/resume HibernationDevice: RESUME=UUID=e6ce665f-bdb3-4acf-be54-40e1810428c6 InstallationDate: Installed on 2012-05-02 (857 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) InterpreterPath: /usr/bin/python3.4 MachineType: FUJITSU SIEMENS AMILO Xi 3650 ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcCwd: / ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 nouveaufb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-13-generic root=UUID=a5ef7077-8e0e-49c4-ab40-ddb00fba42de ro drm.debug=0xe plymouth:debug PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.16.0-13-generic N/A linux-backports-modules-3.16.0-13-generic N/A linux-firmware 1.133 RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no SourcePackage: linux Title: [FUJITSU SIEMENS AMILO Xi 3650] suspend/resume failure UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 11/12/2008 dmi.bios.vendor: Phoenix dmi.bios.version: 1.0E-0019-0021 dmi.board.name: XY680 dmi.board.vendor: FUJITSU SIEMENS dmi.board.version: 0.3B dmi.chassis.type: 10 dmi.chassis.vendor: FUJITSU SIEMENS dmi.chassis.version: Version 1.0 dmi.modalias: dmi:bvnPhoenix:bvr1.0E-0019-0021:bd11/12/2008:svnFUJITSUSIEMENS:pnAMILOXi3650:pvr10600978653:rvnFUJITSUSIEMENS:rnXY680:rvr0.3B:cvnFUJITSUSIEMENS:ct10:cvrVersion1.0: dmi.product.name: AMILO Xi 3650 dmi.product.version: 10600978653 dmi.sys.vendor: FUJITSU SIEMENS To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1366330/+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 1366432] Re: [Dell Latitude E6400] System crashes after opening laptop from suspend
I performed the bios update. Using the command: sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date resulted in this output: A34 06/04/2013 The BIOS update did not resolve the problem. ** 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/1366432 Title: [Dell Latitude E6400] System crashes after opening laptop from suspend Status in “linux” package in Ubuntu: Confirmed Bug description: Fresh install of edubuntu 14.04 LTS on a laptop Dell latitude E6400; rather than allowing the user to log back in, the laptop crashes after closing and opening the lid. Shows a login screen as if the computer is locked, but the keyboard does not respond. Mouse pad allows movement of the cursor, but clicking on icons to try to shut down properly does not work. Must use power button to perform a hard reboot. Thus far has been a problem on two of these laptops with the same edubuntu install. Used ubuntu-bug linux command to generate this report. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-32-generic 3.13.0-32.57 [modified: boot/vmlinuz-3.13.0-32-generic] ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: godric 2003 F pulseaudio CurrentDesktop: Unity Date: Sat Sep 6 19:37:02 2014 HibernationDevice: RESUME=UUID=df6c4b8f-2f59-4284-81cc-48c0eb82db87 InstallationDate: Installed on 2014-08-20 (17 days ago) InstallationMedia: Edubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.1) MachineType: Dell Inc. Latitude E6400 ProcFB: 0 nouveaufb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic root=UUID=1f0591c4-22b7-4e75-bb4f-01762eafcb99 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-32-generic N/A linux-backports-modules-3.13.0-32-generic N/A linux-firmware 1.127.5 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 05/11/2009 dmi.bios.vendor: Dell Inc. dmi.bios.version: A14 dmi.board.name: 0U695R dmi.board.vendor: Dell Inc. dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA14:bd05/11/2009:svnDellInc.:pnLatitudeE6400:pvr:rvnDellInc.:rn0U695R:rvr:cvnDellInc.:ct8:cvr: dmi.product.name: Latitude E6400 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1366432/+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 1366432] Re: [Dell Latitude E6400] System crashes after opening laptop from suspend
Kristen French, could you please test the latest upstream kernel available from the very top line at the top of the page (not the daily folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional upstream developers to examine the issue. Once you've tested the upstream kernel, please comment on which kernel version specifically you tested. If this bug is fixed in the mainline kernel, please add the following tags: kernel-fixed-upstream kernel-fixed-upstream-VERSION-NUMBER where VERSION-NUMBER is the version number of the kernel you tested exactly shown as: kernel-fixed-upstream-3.17-rc3 This can be done by clicking on the yellow circle with a black pencil icon next to the word Tags located at the bottom of the bug description. If the mainline kernel does not fix this bug, please add the following tags: kernel-bug-exists-upstream kernel-bug-exists-upstream-VERSION-NUMBER Once testing of the upstream kernel is complete, please mark this bug's Status as Confirmed. Please let us know your results. Thank you for your understanding. ** Tags removed: bios-outdated-a34 ** Tags added: latest-bios-a34 ** Changed in: linux (Ubuntu) Importance: Low => Medium ** Changed in: linux (Ubuntu) Status: Confirmed => Incomplete -- 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/1366432 Title: [Dell Latitude E6400] System crashes after opening laptop from suspend Status in “linux” package in Ubuntu: Incomplete Bug description: Fresh install of edubuntu 14.04 LTS on a laptop Dell latitude E6400; rather than allowing the user to log back in, the laptop crashes after closing and opening the lid. Shows a login screen as if the computer is locked, but the keyboard does not respond. Mouse pad allows movement of the cursor, but clicking on icons to try to shut down properly does not work. Must use power button to perform a hard reboot. Thus far has been a problem on two of these laptops with the same edubuntu install. Used ubuntu-bug linux command to generate this report. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-32-generic 3.13.0-32.57 [modified: boot/vmlinuz-3.13.0-32-generic] ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: godric 2003 F pulseaudio CurrentDesktop: Unity Date: Sat Sep 6 19:37:02 2014 HibernationDevice: RESUME=UUID=df6c4b8f-2f59-4284-81cc-48c0eb82db87 InstallationDate: Installed on 2014-08-20 (17 days ago) InstallationMedia: Edubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.1) MachineType: Dell Inc. Latitude E6400 ProcFB: 0 nouveaufb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic root=UUID=1f0591c4-22b7-4e75-bb4f-01762eafcb99 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-32-generic N/A linux-backports-modules-3.13.0-32-generic N/A linux-firmware 1.127.5 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 05/11/2009 dmi.bios.vendor: Dell Inc. dmi.bios.version: A14 dmi.board.name: 0U695R dmi.board.vendor: Dell Inc. dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA14:bd05/11/2009:svnDellInc.:pnLatitudeE6400:pvr:rvnDellInc.:rn0U695R:rvr:cvnDellInc.:ct8:cvr: dmi.product.name: Latitude E6400 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1366432/+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 1305371] Re: [Dell Inspiron 1525] suspend/resume failure
*** This bug is a duplicate of bug 1331654 *** https://bugs.launchpad.net/bugs/1331654 I picked up updates today which updated kernel package to 3.13.0-36. I had disabled my script to ensure the update worked. I no longer see any failures and looks like the fix has worked! Its worked for others too in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1331654 -- 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/1305371 Title: [Dell Inspiron 1525] suspend/resume failure Status in “linux” package in Ubuntu: Confirmed Bug description: suspend/resume failed. restart required to bring back system ProblemType: KernelOops DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-23-generic 3.13.0-23.45 ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8 Uname: Linux 3.13.0-23-generic x86_64 Annotation: This occured during a previous suspend and prevented it from resuming properly. ApportVersion: 2.14.1-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: ashraf 1484 F pulseaudio Date: Thu Apr 10 06:30:00 2014 ExecutablePath: /usr/share/apport/apportcheckresume Failure: suspend/resume HibernationDevice: RESUME=UUID=f4caffe3-3165-417b-bd56-386b8e3852b8 InstallationDate: Installed on 2014-03-29 (11 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326) InterpreterPath: /usr/bin/python3.4 MachineType: Dell Inc. Inspiron 1525 ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-23-generic root=UUID=26592a1f-092c-4949-9107-771865219fcd ro quiet splash PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.13.0-23-generic N/A linux-backports-modules-3.13.0-23-generic N/A linux-firmware 1.127 SourcePackage: linux Title: [Dell Inc. Inspiron 1525] suspend/resume failure UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 10/27/2009 dmi.bios.vendor: Dell Inc. dmi.bios.version: A17 dmi.board.name: 0U990C dmi.board.vendor: Dell Inc. dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA17:bd10/27/2009:svnDellInc.:pnInspiron1525:pvr:rvnDellInc.:rn0U990C:rvr:cvnDellInc.:ct8:cvr: dmi.product.name: Inspiron 1525 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1305371/+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 1331654] Re: [Dell Inspiron 1525] Cannot resume from suspend
I picked up updates today which updated kernel package to 3.13.0-36. I no longer see any failures and looks like the fix has worked! -- 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/1331654 Title: [Dell Inspiron 1525] Cannot resume from suspend Status in The Linux Kernel: Unknown Status in “linux” package in Ubuntu: Triaged Bug description: Hello folks, After upgrading to Ubuntu Trusty (14.04), I cannot more resume from a previous suspend. All things were all right on 13.10. If I boot previous kernel 3.11.0-23, everything works well. Also I've tried these kernels: vanilla 3.13.0-rc1 (Bugged) vanilla 3.12.22 (Working) I also noted if I suspend from lightdm menu (on 3.13.0-rc1), I can resume after, but If I do this after logged with my user (not root), I am unable to resume from suspend. I cannot perform Sysrq magic keys, I can only press the power button. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-29-generic 3.13.0-29.53 ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2 Uname: Linux 3.13.0-29-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: iuri 2137 F pulseaudio CurrentDesktop: Unity Date: Wed Jun 18 15:22:53 2014 HibernationDevice: RESUME=UUID=5dd061d0-fd44-4034-9107-63948dcd2c16 InstallationDate: Installed on 2014-05-01 (48 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Dell Inc. Inspiron 1525 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-29-generic root=UUID=a198f31e-440b-4f9b-87bb-d5e956fbe42f ro rootflags=subvol=@ locale=pt_BR quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-29-generic N/A linux-backports-modules-3.13.0-29-generic N/A linux-firmware 1.127.2 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 10/16/2008 dmi.bios.vendor: Dell Inc. dmi.bios.version: A16 dmi.board.name: 0D109D dmi.board.vendor: Dell Inc. dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA16:bd10/16/2008:svnDellInc.:pnInspiron1525:pvr:rvnDellInc.:rn0D109D:rvr:cvnDellInc.:ct8:cvr: dmi.product.name: Inspiron 1525 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1331654/+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 1362514] Re: LE KVM support for 14.10
All looks good. We might need a new qemu-slof though. 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/1362514 Title: LE KVM support for 14.10 Status in “linux” package in Ubuntu: Fix Released Status in “linux” source package in Utopic: Fix Released Bug description: == Comment: #0 - Cedric Le Goater - 2014-08-27 02:32:18 == Hi, Could you please apply the following patches to the utopic kernel to enable LE KVM support ? 6947f948f061 2014-07-28 15:22:26 +0200 Alexander Graf - KVM: PPC: Book3S HV: Enable for little endian hosts 9bf163f86d0d 2014-07-28 15:22:25 +0200 Alexander Graf - KVM: PPC: Book3S HV: Fix ABIv2 on LE 76d072fb05f6 2014-07-28 15:22:24 +0200 Alexander Graf - KVM: PPC: Book3S HV: Access XICS in BE 0865a583a488 2014-07-28 15:22:23 +0200 Alexander Graf - KVM: PPC: Book3S HV: Access host lppaca and shadow slb in BE 024075522561 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: Access guest VPA in BE 6f22bd3265fb 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: Make HTAB code LE host aware 8f6822c4b9fa 2014-07-28 15:22:21 +0200 Alexander Graf - PPC: Add asm helpers for BE 32bit load/store f396df35188c 2014-07-28 15:22:16 +0200 Alexander Graf - KVM: PPC: Book3S PR: Fix sparse endian checks 05a308c72282 2014-07-28 15:22:13 +0200 Anton Blanchard - KVM: PPC: Book3S HV: Fix ABIv2 indirect branch issue 568fccc43f90 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3S PR: Handle hyp doorbell exits f6bf3a662274 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3s HV: Fix tlbie compile error fb4188bad02f 2014-07-28 15:22:11 +0200 Alexander Graf - KVM: PPC: Book3s PR: Disable AIL mode with OPAL This set is also required for vhost (of same endian, cross endian vhost needs a few more patches which were not sent to mainline yet) 25a2150bee00 2014-08-05 14:26:33 +0200 Paul Mackerras - KVM: PPC: Enable IRQFD support for the XICS interrupt controller 297e21053a52 2014-08-05 14:26:28 +0200 Paul Mackerras - KVM: Give IRQFD its own separate enabling Kconfig option e4d57e1ee1ab 2014-08-05 14:26:24 +0200 Paul Mackerras - KVM: Move irq notifier implementation into eventfd.c 9957c86d659a 2014-08-05 14:26:20 +0200 Paul Mackerras - KVM: Move all accesses to kvm::irq_routing into irqchip.c 8ba918d488ca 2014-08-05 14:26:16 +0200 Paul Mackerras - KVM: irqchip: Provide and use accessors for irq routing table 56f89f3629ff 2014-08-05 14:24:23 +0200 Paul Mackerras - KVM: Don't keep reference to irq routing table in irqfd struct I did a quick try on git's head (Ubuntu-3.16.0-11.16). All patches apply smoothly. Thanks, To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362514/+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 1348890] Re: Asus UX32LN: Brightness keys Fn+F5 and Fn+F6 don't generate evdev event
setting "acpi_osi=" disables ACPI0008 which is the Ambient Light Sensor. Although I rather have a working fn keys for brightness control for now. -- 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/1348890 Title: Asus UX32LN: Brightness keys Fn+F5 and Fn+F6 don't generate evdev event Status in “linux” package in Ubuntu: Confirmed Bug description: Hello Community, It seems brightness keys don't work with latest Ubuntu 14.04 LTS for laptop Asus Zenbook UX32LN. sudo dmidecode -s bios-version UX32LN.203 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1348890/+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 1357137] Re: Black screen after resume from suspend
I was able to reproduce the problem with 3.16.1-031601-generic, but not with 3.17.0-031700rc1-generic ** 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/1357137 Title: Black screen after resume from suspend Status in “linux” package in Ubuntu: Confirmed Bug description: If the system suspends due to the timeout specified in power settings, or because I closed the notebook lid, I get a black screen with a movable mouse pointer after I resume. Pressing Ctrl-Alt-F1 followed by Ctrl-Alt-F7 brings me back to my desktop from the black screen. Curiously, if I suspend using the "Suspend" option from the menu in the top right corner of the desktop, I can wake the system up without the black screen. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-34-generic 3.13.0-34.60 ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4 Uname: Linux 3.13.0-34-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: backman1478 F pulseaudio backman4569 F pulseaudio CurrentDesktop: Unity Date: Thu Aug 14 19:01:12 2014 HibernationDevice: RESUME=UUID=94f99a79-d9c9-4a09-a7e5-5c30cda783fa InstallationDate: Installed on 2014-04-19 (117 days ago) InstallationMedia: Ubuntu 12.04.4 LTS "Precise Pangolin" - Release amd64 (20140204) MachineType: Gateway MX6960 PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic root=UUID=177cb1e5-0266-48f4-82a6-b72df1ebd185 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-34-generic N/A linux-backports-modules-3.13.0-34-generic N/A linux-firmware 1.127.5 RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no SourcePackage: linux UpgradeStatus: Upgraded to trusty on 2014-08-12 (2 days ago) dmi.bios.date: 10/27/2006 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: 77.08 dmi.board.vendor: Gateway dmi.board.version: 77.08 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 8 dmi.chassis.vendor: Gateway dmi.chassis.version: Rev.1 dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvr77.08:bd10/27/2006:svnGateway:pnMX6960:pvr3403516R:rvnGateway:rn:rvr77.08:cvnGateway:ct8:cvrRev.1: dmi.product.name: MX6960 dmi.product.version: 3403516R dmi.sys.vendor: Gateway To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1357137/+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 1173206] Re: Installation of 13.04 hangs at "configuring bcmwl-kernel-source"
*** This bug is a duplicate of bug 1173655 *** https://bugs.launchpad.net/bugs/1173655 ** This bug has been marked a duplicate of bug 1173655 Ubuntu 13.04 - ubiquity crash due to the wifi broadcom driver -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to bcmwl in Ubuntu. https://bugs.launchpad.net/bugs/1173206 Title: Installation of 13.04 hangs at "configuring bcmwl-kernel-source" Status in “bcmwl” package in Ubuntu: Confirmed Status in “ubiquity” package in Ubuntu: New Bug description: Hello, I am trying to install 13.04 on an Acer Aspire 5024 laptop. Installation hangs at "Configuring bcmwl-kernel-source" and button Skip is greyed put so that I can't use it. From dmesg output I can also see two Call trace and these two lines that could be related to the problem: wl driver 6.20.155.1 (r326264) failed with code 21 Kernel BUG at f969b9da. Any hints on how to proceed? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1173206/+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 1365672] Re: A recent firmware update made ath9k_htc card cause kernel panic/freeze
I think I incurred in the same problem. I've just built a git 3.17 kernel (as a task of the eudyptula challenge) and when trying it, it crashes after a while (i generally just manage to login) if I have my usb wifi dongle inserted. Without the wifi dongle, no problems. I don't have a screen of the error, maybe I can get it, but it certainly "ended" with `Fixing recursive fault but reboot is needed! and mentioned ath9k_hw_scan (which seems like it has been introduced recently: http://markmail.org/message/fyjhuk4zo7vusbru and could be the problem. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1365672 Title: A recent firmware update made ath9k_htc card cause kernel panic/freeze Status in “linux-firmware” package in Ubuntu: Incomplete Bug description: Today there was an update to the linux-firmware package. This apparently changed the firmware used by the ath9k_htc driver required by my wifi dongle. Now if the dongle is plugged in, my computer freezes and if it is plugge don before boot, the computer freezes in the login screen. After careful analysis of the syslogs it can be seen that the hard drive got remounted as readonly meaning that the kernel had a fatal error occur in some driver. I am currently using the linux 3.17 vanilla kernel that is in development and teh linux-firmware package that comes in standard with ubuntu trusty tahr. I am sure teh issue lies with the firmware since the same kernel has been running for a few days without issues before the firmware got updated . To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1365672/+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 1313169] Re: Ubuntu Trusty Tahr cannot boot on RAID5 array
Having just attempted an upgrade to Tahr, I can confirm that the fix is NOT in place for linux-image-3.13.0-35-generic. -- 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/1313169 Title: Ubuntu Trusty Tahr cannot boot on RAID5 array Status in “initramfs-tools” package in Ubuntu: Confirmed Status in “linux” package in Ubuntu: Incomplete Bug description: Raid array is three identical Western Digital Green series 500GB hard drives on an NVIDIA controller set to RAID5 for a total of 1TiB (931.52GB) storage. Installation was done using the Ubuntu LiveCD. Partitions on the filesystem was created beforehand using gparted. The partition table is set up to be GPT with a 8MB bios_grub partition, a 256MB fat32 EFIBoot partition (not used for this setup, board does not support EFI and is expected to boot from the bios_grub legacy partition), a 4GB swap, 80GB root partition, and the rest for /home. Then the installer is invoked and the partitions are set up. GRUB is told to install to the root of the RAID array in /dev/mapper . The installation went flawlessly. Upon reboot, GRUB loads as expected, and loads the kernel and initrd as expected. However, the kernel gives up on waiting for the root partition and drops to initramfs busybox. "dmesg|grep device" shows the following errors: device-mapper: table: 252:0: raid: unknown target type device-mapper: ioctl: error adding target to table Trying to invoke dmraid -a y results in the following error: ERROR: device-mapper target type "raid" is not in the kernel RAID set "nvidia_babddecf" was not activated. nvidia_babddecf is the assigned volume name by the controller. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1313169/+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 1313169] Re: Ubuntu Trusty Tahr cannot boot on RAID5 array
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: initramfs-tools (Ubuntu) Status: New => 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/1313169 Title: Ubuntu Trusty Tahr cannot boot on RAID5 array Status in “initramfs-tools” package in Ubuntu: Confirmed Status in “linux” package in Ubuntu: Incomplete Bug description: Raid array is three identical Western Digital Green series 500GB hard drives on an NVIDIA controller set to RAID5 for a total of 1TiB (931.52GB) storage. Installation was done using the Ubuntu LiveCD. Partitions on the filesystem was created beforehand using gparted. The partition table is set up to be GPT with a 8MB bios_grub partition, a 256MB fat32 EFIBoot partition (not used for this setup, board does not support EFI and is expected to boot from the bios_grub legacy partition), a 4GB swap, 80GB root partition, and the rest for /home. Then the installer is invoked and the partitions are set up. GRUB is told to install to the root of the RAID array in /dev/mapper . The installation went flawlessly. Upon reboot, GRUB loads as expected, and loads the kernel and initrd as expected. However, the kernel gives up on waiting for the root partition and drops to initramfs busybox. "dmesg|grep device" shows the following errors: device-mapper: table: 252:0: raid: unknown target type device-mapper: ioctl: error adding target to table Trying to invoke dmraid -a y results in the following error: ERROR: device-mapper target type "raid" is not in the kernel RAID set "nvidia_babddecf" was not activated. nvidia_babddecf is the assigned volume name by the controller. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1313169/+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 1366632] [NEW] package linux-headers-3.13.0-35 (not installed) failed to install/upgrade: cannot copy extracted data for './usr/src/linux-headers-3.13.0-35/include/linux/leds-bd
Public bug reported: Errors were encountered while processing: /var/cache/apt/archives/linux-headers-3.13.0-35_3.13.0-35.62_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) ProblemType: Package DistroRelease: Ubuntu 14.04 Package: linux-headers-3.13.0-35 (not installed) ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic i686 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: i386 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: Date: Sun Sep 7 19:58:13 2014 DuplicateSignature: package:linux-headers-3.13.0-35:(not installed):cannot copy extracted data for './usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h' to '/usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h.dpkg-new': unexpected end of file or stream ErrorMessage: cannot copy extracted data for './usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h' to '/usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h.dpkg-new': unexpected end of file or stream HibernationDevice: RESUME=UUID=e16d834f-7c26-4d8f-b6de-b6472d306765 InstallationDate: Installed on 2014-09-07 (0 days ago) InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2) IwConfig: lono wireless extensions. eth0 no wireless extensions. eth1 no wireless extensions. MachineType: Gigabyte Technology Co., Ltd. GA-MA770-UD3 ProcFB: 0 nouveaufb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-32-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-9ubuntu1 RfKill: SourcePackage: linux Title: package linux-headers-3.13.0-35 (not installed) failed to install/upgrade: cannot copy extracted data for './usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h' to '/usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h.dpkg-new': unexpected end of file or stream UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/31/2009 dmi.bios.vendor: Award Software International, Inc. dmi.bios.version: F6 dmi.board.name: GA-MA770-UD3 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.modalias: dmi:bvnAwardSoftwareInternational,Inc.:bvrF6:bd07/31/2009:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA770-UD3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA770-UD3:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr: dmi.product.name: GA-MA770-UD3 dmi.sys.vendor: Gigabyte Technology Co., Ltd. ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 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/1366632 Title: package linux-headers-3.13.0-35 (not installed) failed to install/upgrade: cannot copy extracted data for './usr/src/linux- headers-3.13.0-35/include/linux/leds-bd2802.h' to '/usr/src/linux- headers-3.13.0-35/include/linux/leds-bd2802.h.dpkg-new': unexpected end of file or stream Status in “linux” package in Ubuntu: New Bug description: Errors were encountered while processing: /var/cache/apt/archives/linux-headers-3.13.0-35_3.13.0-35.62_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) ProblemType: Package DistroRelease: Ubuntu 14.04 Package: linux-headers-3.13.0-35 (not installed) ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic i686 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: i386 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: Date: Sun Sep 7 19:58:13 2014 DuplicateSignature: package:linux-headers-3.13.0-35:(not installed):cannot copy extracted data for './usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h' to '/usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h.dpkg-new': unexpected end of file or stream ErrorMessage: cannot copy extracted data for './usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h' to '/usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h.dpkg-new': unexpected end of file or stream HibernationDevice: RESUME=UUID=e16d834f-7c26-4d8f-b6de-b6472d306765 InstallationDate: Installed on 2014-09-07 (0 days ago) InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2) IwConfig: lono wireless extensions. eth0 no wireless extensions. eth1 no wireless extensions. MachineType: Gigabyte Technology Co., Ltd. GA-MA770-UD3 ProcFB: 0 nouveaufb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-32-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', '
[Kernel-packages] [Bug 1366632] Re: package linux-headers-3.13.0-35 (not installed) failed to install/upgrade: cannot copy extracted data for './usr/src/linux-headers-3.13.0-35/include/linux/leds-bd28
** Tags removed: need-duplicate-check -- 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/1366632 Title: package linux-headers-3.13.0-35 (not installed) failed to install/upgrade: cannot copy extracted data for './usr/src/linux- headers-3.13.0-35/include/linux/leds-bd2802.h' to '/usr/src/linux- headers-3.13.0-35/include/linux/leds-bd2802.h.dpkg-new': unexpected end of file or stream Status in “linux” package in Ubuntu: New Bug description: Errors were encountered while processing: /var/cache/apt/archives/linux-headers-3.13.0-35_3.13.0-35.62_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) ProblemType: Package DistroRelease: Ubuntu 14.04 Package: linux-headers-3.13.0-35 (not installed) ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic i686 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: i386 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: Date: Sun Sep 7 19:58:13 2014 DuplicateSignature: package:linux-headers-3.13.0-35:(not installed):cannot copy extracted data for './usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h' to '/usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h.dpkg-new': unexpected end of file or stream ErrorMessage: cannot copy extracted data for './usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h' to '/usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h.dpkg-new': unexpected end of file or stream HibernationDevice: RESUME=UUID=e16d834f-7c26-4d8f-b6de-b6472d306765 InstallationDate: Installed on 2014-09-07 (0 days ago) InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2) IwConfig: lono wireless extensions. eth0 no wireless extensions. eth1 no wireless extensions. MachineType: Gigabyte Technology Co., Ltd. GA-MA770-UD3 ProcFB: 0 nouveaufb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-32-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-9ubuntu1 RfKill: SourcePackage: linux Title: package linux-headers-3.13.0-35 (not installed) failed to install/upgrade: cannot copy extracted data for './usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h' to '/usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h.dpkg-new': unexpected end of file or stream UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/31/2009 dmi.bios.vendor: Award Software International, Inc. dmi.bios.version: F6 dmi.board.name: GA-MA770-UD3 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.modalias: dmi:bvnAwardSoftwareInternational,Inc.:bvrF6:bd07/31/2009:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA770-UD3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA770-UD3:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr: dmi.product.name: GA-MA770-UD3 dmi.sys.vendor: Gigabyte Technology Co., Ltd. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1366632/+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 1366632] Status changed to Confirmed
This change was made by a bot. ** Changed in: linux (Ubuntu) Status: New => 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/1366632 Title: package linux-headers-3.13.0-35 (not installed) failed to install/upgrade: cannot copy extracted data for './usr/src/linux- headers-3.13.0-35/include/linux/leds-bd2802.h' to '/usr/src/linux- headers-3.13.0-35/include/linux/leds-bd2802.h.dpkg-new': unexpected end of file or stream Status in “linux” package in Ubuntu: Confirmed Bug description: Errors were encountered while processing: /var/cache/apt/archives/linux-headers-3.13.0-35_3.13.0-35.62_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) ProblemType: Package DistroRelease: Ubuntu 14.04 Package: linux-headers-3.13.0-35 (not installed) ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic i686 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: i386 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: Date: Sun Sep 7 19:58:13 2014 DuplicateSignature: package:linux-headers-3.13.0-35:(not installed):cannot copy extracted data for './usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h' to '/usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h.dpkg-new': unexpected end of file or stream ErrorMessage: cannot copy extracted data for './usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h' to '/usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h.dpkg-new': unexpected end of file or stream HibernationDevice: RESUME=UUID=e16d834f-7c26-4d8f-b6de-b6472d306765 InstallationDate: Installed on 2014-09-07 (0 days ago) InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2) IwConfig: lono wireless extensions. eth0 no wireless extensions. eth1 no wireless extensions. MachineType: Gigabyte Technology Co., Ltd. GA-MA770-UD3 ProcFB: 0 nouveaufb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-32-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-9ubuntu1 RfKill: SourcePackage: linux Title: package linux-headers-3.13.0-35 (not installed) failed to install/upgrade: cannot copy extracted data for './usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h' to '/usr/src/linux-headers-3.13.0-35/include/linux/leds-bd2802.h.dpkg-new': unexpected end of file or stream UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/31/2009 dmi.bios.vendor: Award Software International, Inc. dmi.bios.version: F6 dmi.board.name: GA-MA770-UD3 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.modalias: dmi:bvnAwardSoftwareInternational,Inc.:bvrF6:bd07/31/2009:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA770-UD3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA770-UD3:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr: dmi.product.name: GA-MA770-UD3 dmi.sys.vendor: Gigabyte Technology Co., Ltd. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1366632/+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 1366432] Re: [Dell Latitude E6400] System crashes after opening laptop from suspend
I do not see the "latest upstream kernel available" on this page, nor do I see a daily folder. What page am I supposed to be looking at? -- 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/1366432 Title: [Dell Latitude E6400] System crashes after opening laptop from suspend Status in “linux” package in Ubuntu: Incomplete Bug description: Fresh install of edubuntu 14.04 LTS on a laptop Dell latitude E6400; rather than allowing the user to log back in, the laptop crashes after closing and opening the lid. Shows a login screen as if the computer is locked, but the keyboard does not respond. Mouse pad allows movement of the cursor, but clicking on icons to try to shut down properly does not work. Must use power button to perform a hard reboot. Thus far has been a problem on two of these laptops with the same edubuntu install. Used ubuntu-bug linux command to generate this report. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-32-generic 3.13.0-32.57 [modified: boot/vmlinuz-3.13.0-32-generic] ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: godric 2003 F pulseaudio CurrentDesktop: Unity Date: Sat Sep 6 19:37:02 2014 HibernationDevice: RESUME=UUID=df6c4b8f-2f59-4284-81cc-48c0eb82db87 InstallationDate: Installed on 2014-08-20 (17 days ago) InstallationMedia: Edubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.1) MachineType: Dell Inc. Latitude E6400 ProcFB: 0 nouveaufb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic root=UUID=1f0591c4-22b7-4e75-bb4f-01762eafcb99 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-32-generic N/A linux-backports-modules-3.13.0-32-generic N/A linux-firmware 1.127.5 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 05/11/2009 dmi.bios.vendor: Dell Inc. dmi.bios.version: A14 dmi.board.name: 0U695R dmi.board.vendor: Dell Inc. dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA14:bd05/11/2009:svnDellInc.:pnLatitudeE6400:pvr:rvnDellInc.:rn0U695R:rvr:cvnDellInc.:ct8:cvr: dmi.product.name: Latitude E6400 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1366432/+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 1366432] Re: [Dell Latitude E6400] System crashes after opening laptop from suspend
I can confirm that putting the laptop into suspend using the pull down menu (rather than closing the lid) also causes the same crash behavior. -- 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/1366432 Title: [Dell Latitude E6400] System crashes after opening laptop from suspend Status in “linux” package in Ubuntu: Incomplete Bug description: Fresh install of edubuntu 14.04 LTS on a laptop Dell latitude E6400; rather than allowing the user to log back in, the laptop crashes after closing and opening the lid. Shows a login screen as if the computer is locked, but the keyboard does not respond. Mouse pad allows movement of the cursor, but clicking on icons to try to shut down properly does not work. Must use power button to perform a hard reboot. Thus far has been a problem on two of these laptops with the same edubuntu install. Used ubuntu-bug linux command to generate this report. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-32-generic 3.13.0-32.57 [modified: boot/vmlinuz-3.13.0-32-generic] ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: godric 2003 F pulseaudio CurrentDesktop: Unity Date: Sat Sep 6 19:37:02 2014 HibernationDevice: RESUME=UUID=df6c4b8f-2f59-4284-81cc-48c0eb82db87 InstallationDate: Installed on 2014-08-20 (17 days ago) InstallationMedia: Edubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.1) MachineType: Dell Inc. Latitude E6400 ProcFB: 0 nouveaufb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic root=UUID=1f0591c4-22b7-4e75-bb4f-01762eafcb99 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-32-generic N/A linux-backports-modules-3.13.0-32-generic N/A linux-firmware 1.127.5 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 05/11/2009 dmi.bios.vendor: Dell Inc. dmi.bios.version: A14 dmi.board.name: 0U695R dmi.board.vendor: Dell Inc. dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA14:bd05/11/2009:svnDellInc.:pnLatitudeE6400:pvr:rvnDellInc.:rn0U695R:rvr:cvnDellInc.:ct8:cvr: dmi.product.name: Latitude E6400 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1366432/+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
Re: [Kernel-packages] [Bug 1169984] Re: 3.8.0-18 HDMI/DisplayPort audio regression: Either oops or opening device fails with -ENODEV
Updated to 14.04 - also used pulse audio settings to correct this problem - Have had no trouble since mods done: !!! hope this helps On 08/09/14 01:24, TEN wrote: > http://ubuntuforums.org/showthread.php?t=2236419&p=13117007#post13117007 > suggests this may not be entirely resolved yet. > Any hints what to look for in the /var/log/syslog (and/or get into a debug > mode) 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/1169984 Title: 3.8.0-18 HDMI/DisplayPort audio regression: Either oops or opening device fails with -ENODEV Status in Ubuntu Desktop Tests: New Status in Release Notes for Ubuntu: Fix Released Status in “linux” package in Ubuntu: Fix Released Status in “linux” source package in Raring: Fix Released Bug description: * There are reports of non-functional HDMI audio on various machines, even with proprietary drivers. In some cases analog built-in audio is affected too. Typically the the audio device does not show up in sound settings at all. ([[https://bugs.launchpad.net/bugs/1169984 | LP: #1169984]] === Current recommended workaround === Hopefully there'll soon be a proposed kernel to test instead, but if you can't wait, simplest is to: https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS === Alternate workaround === IF you have no intention to use the HDMI audio, blacklisting the HDMI audio module will probably prevent this issue. The following commands should do it: echo "blacklist snd-hda-codec-hdmi | sudo tee -a /etc/modprobe.d/blacklisthmdi.conf sudo depmod -a (Reboot) === Sound card is no longer detected in the latest upgrade. ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: alsa-base 1.0.25+dfsg-0ubuntu4 ProcVersionSignature: Ubuntu 3.8.0-18.28-generic 3.8.6 Uname: Linux 3.8.0-18-generic x86_64 ApportVersion: 2.9.2-0ubuntu8 Architecture: amd64 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: Date: Wed Apr 17 11:13:20 2013 EcryptfsInUse: Yes InstallationDate: Installed on 2013-01-01 (106 days ago) InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20121231) MarkForUpload: True PackageArchitecture: all ProcEnviron: TERM=xterm PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: alsa-driver Symptom: audio Title: PCI/internal sound card not detected UpgradeStatus: Upgraded to raring on 2013-02-12 (64 days ago) dmi.bios.date: 07/27/2012 dmi.bios.vendor: Insyde Corp. dmi.bios.version: 1.20 dmi.board.asset.tag: Type2 - Board Asset Tag dmi.board.name: Type2 - Board Product Name1 dmi.board.vendor: Type2 - Board Vendor Name1 dmi.board.version: Type2 - Board Version dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: OEM Chassis Manufacturer dmi.chassis.version: OEM Chassis Version dmi.modalias: dmi:bvnInsydeCorp.:bvr1.20:bd07/27/2012:svnTOSHIBA:pnSatelliteU845W:pvrPSU5RU-00Q003:rvnType2-BoardVendorName1:rnType2-BoardProductName1:rvrType2-BoardVersion:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion: dmi.product.name: Satellite U845W dmi.product.version: PSU5RU-00Q003 dmi.sys.vendor: TOSHIBA To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-desktop-tests/+bug/1169984/+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 1305305] Re: 8086:08b1 (rev 6b) [Sony VAIO SVP1321M2E] Wifi keeps dropping.
Just bought Lenovo Yoga 2 13'' with the same wireless card. Tryed first Mint with 3.13.0-24 discovering these problems. Moved to ubuntu with 3.13.0-35 which is supposed to be fine but still see the same 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/1305305 Title: 8086:08b1 (rev 6b) [Sony VAIO SVP1321M2E] Wifi keeps dropping. Status in “linux” package in Ubuntu: Fix Released Bug description: Using a Sony Vaio Pro 13 with Ubuntu 14.04 the wifi keeps dropping. Sometimes all the time, at times after a bit longer (~10 min). A few packages ago it didn't drop, but was really, really, slow. Now it completely drops. Adding the following to modprobe.conf made no change: options iwlwifi 11ac_disable=1 options iwlwifi 11n_disable=1 After each new row I ran: sudo modprobe -rfv iwlwifi sudo modprobe -v iwlwifi Tried turning off the power management of wlan0 without any change. Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev 6b) Subsystem: Intel Corporation Dual Band Wireless-N 7260 [8086:c060] WORKAROUND: Within 2 m I have full speed, but still disconnects. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-generic 3.13.0.19.23 ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6 Uname: Linux 3.13.0-19-generic x86_64 ApportVersion: 2.14.1-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: daniel 2105 F pulseaudio /dev/snd/controlC1: daniel 2105 F pulseaudio CurrentDesktop: Unity Date: Wed Apr 9 22:44:08 2014 HibernationDevice: RESUME=UUID=a8a44495-3583-451d-99c8-b5be0e8cf0ca InstallationDate: Installed on 2014-04-09 (0 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140323) MachineType: Sony Corporation SVP1321M2EB ProcEnviron: LANGUAGE=sv PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=sv_SE.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-19-generic N/A linux-backports-modules-3.13.0-19-generic N/A linux-firmware 1.127 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 11/21/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: R1043V7 dmi.board.asset.tag: N/A dmi.board.name: VAIO dmi.board.vendor: Sony Corporation dmi.board.version: N/A dmi.chassis.asset.tag: N/A dmi.chassis.type: 10 dmi.chassis.vendor: Sony Corporation dmi.chassis.version: N/A dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrR1043V7:bd11/21/2013:svnSonyCorporation:pnSVP1321M2EB:pvrC60C0754:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A: dmi.product.name: SVP1321M2EB dmi.product.version: C60C0754 dmi.sys.vendor: Sony Corporation To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1305305/+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 1366624] [NEW] failure to wake from suspend in 14.04 ppc
You have been subscribed to a public bug: System fails to revive from "suspend" through GUI in iBook G4 . . . screen goes black . . . but then does not wake up necessitating shut down and cold boot to return to GUI . . . . ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: bot-comment -- failure to wake from suspend in 14.04 ppc https://bugs.launchpad.net/bugs/1366624 You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. -- 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 1366624] Re: failure to wake from suspend in 14.04 ppc
** Package changed: ubuntu => linux (Ubuntu) -- 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/1366624 Title: failure to wake from suspend in 14.04 ppc Status in “linux” package in Ubuntu: Incomplete Bug description: System fails to revive from "suspend" through GUI in iBook G4 . . . screen goes black . . . but then does not wake up necessitating shut down and cold boot to return to GUI . . . . To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1366624/+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 1366624] Missing required logs.
This bug is missing log files that will aid in diagnosing the problem. >From a terminal window please run: apport-collect 1366624 and then change the status of the bug to 'Confirmed'. If, due to the nature of the issue you have encountered, you are unable to run this command, please add a comment stating that fact and change the bug status to 'Confirmed'. This change has been made by an automated script, maintained by the Ubuntu Kernel Team. ** Changed in: linux (Ubuntu) Status: New => Incomplete ** Tags added: 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/1366624 Title: failure to wake from suspend in 14.04 ppc Status in “linux” package in Ubuntu: Incomplete Bug description: System fails to revive from "suspend" through GUI in iBook G4 . . . screen goes black . . . but then does not wake up necessitating shut down and cold boot to return to GUI . . . . To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1366624/+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 1366639] [NEW] [HDA-Intel - HDA Intel PCH, microphone] Headset microphone not recognized
Public bug reported: With my ASUS X550V laptop with the headset jack (combined headphone and microphone 4-ring 3.5mm jack) and Ubuntu 14.04.1, microphone is not detected when attached to the headset jack. Sound output is working fine through the headset's headphones when connected (and in Sound Settings it will switch that one only output's name from Speakers to Headphones), but it doesn't catch any sound input from the headset's mic while you tap it or speak near it. There are always 2 choices in Input even when the headset is not connected: "Microphone (Built-in Audio)" and "Analog Input (Built-in Audio)" shown as input devices, yet my laptop only has a single headset jack. If you click on any of those 2 to be the chosen input sources they always behave the same: they pickup sounds/taping/noise through the integrated mic (a hole next to the webcam), disregarding if the headset is connected or not. So, you click "Microphone (Built-in Audio)" and tap next to the webcam - Input levels jump, tap on headset's mic - Input levels don't move (normal). You click "Analog Input (Built-in Audio)" and tap next to the webcam - Input levels jump again (!), tap on headset's mic - Input levels don't move (strange!). I have tried with position_fix=1, model=headset-mic (for ALC270) and with latest DKSM. alsa-info.sh: http://www.alsa-project.org/db/?f=371e8933a7c7bdc2780d146fa4e7ecf333fb41e1 Also "ubuntu-bug linux" output is attached. 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 NonfreeKernelModules: nvidia ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: velja 2290 F pulseaudio CurrentDesktop: Unity Date: Mon Sep 8 02:51:41 2014 HibernationDevice: RESUME=UUID=a3fbdff6-a80a-4ef9-84ca-c05570747035 InstallationDate: Installed on 2014-07-27 (42 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: ASUSTeK COMPUTER INC. X550VB ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-35-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash 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.5 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/22/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: X550VB.217 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: X550VB 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.:bvrX550VB.217:bd01/22/2014:svnASUSTeKCOMPUTERINC.:pnX550VB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550VB:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0: dmi.product.name: X550VB dmi.product.version: 1.0 dmi.sys.vendor: ASUSTeK COMPUTER INC. ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug trusty ** Attachment added: "Input tab" https://bugs.launchpad.net/bugs/1366639/+attachment/4198176/+files/sound.png -- 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/1366639 Title: [HDA-Intel - HDA Intel PCH, microphone] Headset microphone not recognized Status in “linux” package in Ubuntu: New Bug description: With my ASUS X550V laptop with the headset jack (combined headphone and microphone 4-ring 3.5mm jack) and Ubuntu 14.04.1, microphone is not detected when attached to the headset jack. Sound output is working fine through the headset's headphones when connected (and in Sound Settings it will switch that one only output's name from Speakers to Headphones), but it doesn't catch any sound input from the headset's mic while you tap it or speak near it. There are always 2 choices in Input even when the headset is not connected: "Microphone (Built-in Audio)" and "Analog Input (Built-in Audio)" shown as input devices, yet my laptop only has a single headset jack. If you click on any of those 2 to be the chosen input sources they always behave the same: they pickup sounds/taping/noise through the integrated mic (a hole next to the webcam), disregarding if the headset is connected or not. So, you click "Microphone (Built-in Audio)" and tap next to the webcam - Input levels jump, tap on headset's mic - Input levels don't move (normal). You click "Analog Input (Built-in Audio)" and tap next to the webcam - Input levels jump again (!), tap on headset's mic - Input levels don't move (strange!). I have tried with position_fix=1, model=headset-mic (for ALC270) and with latest
Re: [Kernel-packages] [Bug 1169984] Re: 3.8.0-18 HDMI/DisplayPort audio regression: Either oops or opening device fails with -ENODEV
Since the bug was fixed I have had no regressions. Now on 14.04. On Mon, Sep 8, 2014 at 10:34 AM, Gordon McIntosh <1169...@bugs.launchpad.net > wrote: > Updated to 14.04 - also used pulse audio settings to correct this > problem - Have had no trouble since mods done: !!! hope this helps > > On 08/09/14 01:24, TEN wrote: > > http://ubuntuforums.org/showthread.php?t=2236419&p=13117007#post13117007 > suggests this may not be entirely resolved yet. > > Any hints what to look for in the /var/log/syslog (and/or get into a > debug mode) appreciated. > > > > -- > You received this bug notification because you are subscribed to a > duplicate bug report (1169761). > https://bugs.launchpad.net/bugs/1169984 > > Title: > 3.8.0-18 HDMI/DisplayPort audio regression: Either oops or opening > device fails with -ENODEV > > To manage notifications about this bug go to: > https://bugs.launchpad.net/ubuntu-desktop-tests/+bug/1169984/+subscriptions > -- Tim Richardson -- 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/1169984 Title: 3.8.0-18 HDMI/DisplayPort audio regression: Either oops or opening device fails with -ENODEV Status in Ubuntu Desktop Tests: New Status in Release Notes for Ubuntu: Fix Released Status in “linux” package in Ubuntu: Fix Released Status in “linux” source package in Raring: Fix Released Bug description: * There are reports of non-functional HDMI audio on various machines, even with proprietary drivers. In some cases analog built-in audio is affected too. Typically the the audio device does not show up in sound settings at all. ([[https://bugs.launchpad.net/bugs/1169984 | LP: #1169984]] === Current recommended workaround === Hopefully there'll soon be a proposed kernel to test instead, but if you can't wait, simplest is to: https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS === Alternate workaround === IF you have no intention to use the HDMI audio, blacklisting the HDMI audio module will probably prevent this issue. The following commands should do it: echo "blacklist snd-hda-codec-hdmi | sudo tee -a /etc/modprobe.d/blacklisthmdi.conf sudo depmod -a (Reboot) === Sound card is no longer detected in the latest upgrade. ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: alsa-base 1.0.25+dfsg-0ubuntu4 ProcVersionSignature: Ubuntu 3.8.0-18.28-generic 3.8.6 Uname: Linux 3.8.0-18-generic x86_64 ApportVersion: 2.9.2-0ubuntu8 Architecture: amd64 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: Date: Wed Apr 17 11:13:20 2013 EcryptfsInUse: Yes InstallationDate: Installed on 2013-01-01 (106 days ago) InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20121231) MarkForUpload: True PackageArchitecture: all ProcEnviron: TERM=xterm PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: alsa-driver Symptom: audio Title: PCI/internal sound card not detected UpgradeStatus: Upgraded to raring on 2013-02-12 (64 days ago) dmi.bios.date: 07/27/2012 dmi.bios.vendor: Insyde Corp. dmi.bios.version: 1.20 dmi.board.asset.tag: Type2 - Board Asset Tag dmi.board.name: Type2 - Board Product Name1 dmi.board.vendor: Type2 - Board Vendor Name1 dmi.board.version: Type2 - Board Version dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: OEM Chassis Manufacturer dmi.chassis.version: OEM Chassis Version dmi.modalias: dmi:bvnInsydeCorp.:bvr1.20:bd07/27/2012:svnTOSHIBA:pnSatelliteU845W:pvrPSU5RU-00Q003:rvnType2-BoardVendorName1:rnType2-BoardProductName1:rvrType2-BoardVersion:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion: dmi.product.name: Satellite U845W dmi.product.version: PSU5RU-00Q003 dmi.sys.vendor: TOSHIBA To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-desktop-tests/+bug/1169984/+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 1305305] Re: 8086:08b1 (rev 6b) [Sony VAIO SVP1321M2E] Wifi keeps dropping.
sutasu, thank you for your comment. Unfortunately, this bug report is not scoped to you, or your problem. So your hardware and problem may be tracked, could you please file a new report with Ubuntu (not Mint) by executing the following in a terminal while booted into the default Ubuntu kernel (not a mainline one) via: ubuntu-bug linux For more on this, please read the official Ubuntu documentation: Ubuntu Bug Control and Ubuntu Bug Squad: https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue Ubuntu Kernel Team: https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Filing_Kernel_Bug_reports Ubuntu Community: https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette When opening up the new report, please feel free to subscribe me to it. As well, please do not announce in this report you created a new bug report. Thank you for your understanding. Helpful bug reporting tips: https://wiki.ubuntu.com/ReportingBugs -- 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/1305305 Title: 8086:08b1 (rev 6b) [Sony VAIO SVP1321M2E] Wifi keeps dropping. Status in “linux” package in Ubuntu: Fix Released Bug description: Using a Sony Vaio Pro 13 with Ubuntu 14.04 the wifi keeps dropping. Sometimes all the time, at times after a bit longer (~10 min). A few packages ago it didn't drop, but was really, really, slow. Now it completely drops. Adding the following to modprobe.conf made no change: options iwlwifi 11ac_disable=1 options iwlwifi 11n_disable=1 After each new row I ran: sudo modprobe -rfv iwlwifi sudo modprobe -v iwlwifi Tried turning off the power management of wlan0 without any change. Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev 6b) Subsystem: Intel Corporation Dual Band Wireless-N 7260 [8086:c060] WORKAROUND: Within 2 m I have full speed, but still disconnects. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-generic 3.13.0.19.23 ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6 Uname: Linux 3.13.0-19-generic x86_64 ApportVersion: 2.14.1-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: daniel 2105 F pulseaudio /dev/snd/controlC1: daniel 2105 F pulseaudio CurrentDesktop: Unity Date: Wed Apr 9 22:44:08 2014 HibernationDevice: RESUME=UUID=a8a44495-3583-451d-99c8-b5be0e8cf0ca InstallationDate: Installed on 2014-04-09 (0 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140323) MachineType: Sony Corporation SVP1321M2EB ProcEnviron: LANGUAGE=sv PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=sv_SE.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-19-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-19-generic N/A linux-backports-modules-3.13.0-19-generic N/A linux-firmware 1.127 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 11/21/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: R1043V7 dmi.board.asset.tag: N/A dmi.board.name: VAIO dmi.board.vendor: Sony Corporation dmi.board.version: N/A dmi.chassis.asset.tag: N/A dmi.chassis.type: 10 dmi.chassis.vendor: Sony Corporation dmi.chassis.version: N/A dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrR1043V7:bd11/21/2013:svnSonyCorporation:pnSVP1321M2EB:pvrC60C0754:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A: dmi.product.name: SVP1321M2EB dmi.product.version: C60C0754 dmi.sys.vendor: Sony Corporation To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1305305/+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 1366639] Status changed to Confirmed
This change was made by a bot. ** Changed in: linux (Ubuntu) Status: New => 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/1366639 Title: [HDA-Intel - HDA Intel PCH, microphone] Headset microphone not recognized Status in “linux” package in Ubuntu: Confirmed Bug description: With my ASUS X550V laptop with the headset jack (combined headphone and microphone 4-ring 3.5mm jack) and Ubuntu 14.04.1, microphone is not detected when attached to the headset jack. Sound output is working fine through the headset's headphones when connected (and in Sound Settings it will switch that one only output's name from Speakers to Headphones), but it doesn't catch any sound input from the headset's mic while you tap it or speak near it. There are always 2 choices in Input even when the headset is not connected: "Microphone (Built-in Audio)" and "Analog Input (Built-in Audio)" shown as input devices, yet my laptop only has a single headset jack. If you click on any of those 2 to be the chosen input sources they always behave the same: they pickup sounds/taping/noise through the integrated mic (a hole next to the webcam), disregarding if the headset is connected or not. So, you click "Microphone (Built-in Audio)" and tap next to the webcam - Input levels jump, tap on headset's mic - Input levels don't move (normal). You click "Analog Input (Built-in Audio)" and tap next to the webcam - Input levels jump again (!), tap on headset's mic - Input levels don't move (strange!). I have tried with position_fix=1, model=headset-mic (for ALC270) and with latest DKSM. alsa-info.sh: http://www.alsa-project.org/db/?f=371e8933a7c7bdc2780d146fa4e7ecf333fb41e1 Also "ubuntu-bug linux" output is attached. 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 NonfreeKernelModules: nvidia ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: velja 2290 F pulseaudio CurrentDesktop: Unity Date: Mon Sep 8 02:51:41 2014 HibernationDevice: RESUME=UUID=a3fbdff6-a80a-4ef9-84ca-c05570747035 InstallationDate: Installed on 2014-07-27 (42 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: ASUSTeK COMPUTER INC. X550VB ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-35-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash 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.5 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/22/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: X550VB.217 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: X550VB 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.:bvrX550VB.217:bd01/22/2014:svnASUSTeKCOMPUTERINC.:pnX550VB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550VB:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0: dmi.product.name: X550VB 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/1366639/+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 1366432] Re: [Dell Latitude E6400] System crashes after opening laptop from suspend
more behavior information: giving suspend a longer time to recover results in: 1) login screen briefly is replaced by a page of script--about a second, so there is no time to read any of it; one time this was about 4 lines, another time it was a full screen of text lines, another time there appeared to be spaced lines between text lines; 2) returns to login screen, plays its little drum cadence; now the Wi-Fi is active and connected. 3) now I can interact; I can enter my password; 4) login prompt goes away, but the system does not come up--now the computer freezes again, and I have to do a hard reboot. After rebooting, sometimes it will tell me that there has been a problem detected, and it will allow me to submit an error/incident report. I am not certain these are going through. The interaction with apport repeats through the questions about allowing all information to be reported and asking whether I am willing to help with debugging. -- 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/1366432 Title: [Dell Latitude E6400] System crashes after opening laptop from suspend Status in “linux” package in Ubuntu: Incomplete Bug description: Fresh install of edubuntu 14.04 LTS on a laptop Dell latitude E6400; rather than allowing the user to log back in, the laptop crashes after closing and opening the lid. Shows a login screen as if the computer is locked, but the keyboard does not respond. Mouse pad allows movement of the cursor, but clicking on icons to try to shut down properly does not work. Must use power button to perform a hard reboot. Thus far has been a problem on two of these laptops with the same edubuntu install. Used ubuntu-bug linux command to generate this report. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-32-generic 3.13.0-32.57 [modified: boot/vmlinuz-3.13.0-32-generic] ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: godric 2003 F pulseaudio CurrentDesktop: Unity Date: Sat Sep 6 19:37:02 2014 HibernationDevice: RESUME=UUID=df6c4b8f-2f59-4284-81cc-48c0eb82db87 InstallationDate: Installed on 2014-08-20 (17 days ago) InstallationMedia: Edubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.1) MachineType: Dell Inc. Latitude E6400 ProcFB: 0 nouveaufb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic root=UUID=1f0591c4-22b7-4e75-bb4f-01762eafcb99 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-32-generic N/A linux-backports-modules-3.13.0-32-generic N/A linux-firmware 1.127.5 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 05/11/2009 dmi.bios.vendor: Dell Inc. dmi.bios.version: A14 dmi.board.name: 0U695R dmi.board.vendor: Dell Inc. dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA14:bd05/11/2009:svnDellInc.:pnLatitudeE6400:pvr:rvnDellInc.:rn0U695R:rvr:cvnDellInc.:ct8:cvr: dmi.product.name: Latitude E6400 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1366432/+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 1365791] Re: [HP Pavilion g4-1365la Notebook PC] hibernate/resume failure
Upgraded BIOS to Version F.66 as is suggested. [HP Pavilion g4-1365la Notebook PC] hibernate/resume failure issue resolved. ** 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/1365791 Title: [HP Pavilion g4-1365la Notebook PC] hibernate/resume failure Status in “linux” package in Ubuntu: Confirmed Bug description: crash reported on resume after hibernate. ProblemType: KernelOops DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-12-generic 3.16.0-12.18 ProcVersionSignature: Ubuntu 3.16.0-12.18-generic 3.16.1 Uname: Linux 3.16.0-12-generic x86_64 Annotation: This occured during a previous hibernate and prevented it from resuming properly. ApportVersion: 2.14.7-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: dustin 2605 F pulseaudio Date: Fri Sep 5 01:48:00 2014 DuplicateSignature: hibernate/resume:Hewlett-Packard HP Pavilion g4 Notebook PC:F.63 ExecutablePath: /usr/share/apport/apportcheckresume Failure: hibernate/resume HibernationDevice: RESUME=UUID=24cad7e5-e86d-45d6-874d-bf10a46575c1 InstallationDate: Installed on 2014-08-16 (19 days ago) InstallationMedia: Xubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140815) InterpreterPath: /usr/bin/python3.4 Lsusb: Bus 002 Device 003: ID 04f2:b249 Chicony Electronics Co., Ltd Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: Hewlett-Packard HP Pavilion g4 Notebook PC ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-12-generic root=UUID=6d3f16c6-33de-456a-a13d-4348b5608dd2 ro quiet splash PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.16.0-12-generic N/A linux-backports-modules-3.16.0-12-generic N/A linux-firmware 1.133 SourcePackage: linux Title: [Hewlett-Packard HP Pavilion g4 Notebook PC] hibernate/resume failure UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 03/22/2012 dmi.bios.vendor: Insyde dmi.bios.version: F.63 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 166D dmi.board.vendor: Hewlett-Packard dmi.board.version: 09.4B dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnInsyde:bvrF.63:bd03/22/2012:svnHewlett-Packard:pnHPPaviliong4NotebookPC:pvr06911320461610100:rvnHewlett-Packard:rn166D:rvr09.4B:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP Pavilion g4 Notebook PC dmi.product.version: 06911320461610100 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365791/+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 1365791] Re: [HP Pavilion g4-1365la Notebook PC] hibernate/resume failure
Dustin M. Jackson, this bug report is being closed due to your last comment https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365791/comments/6 regarding this being fixed with a BIOS update. For future reference you can manage the status of your own bugs by clicking on the current status in the yellow line and then choosing a new status in the revealed drop down box. You can learn more about bug statuses at https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time to report this bug and helping to make Ubuntu better. Please submit any future bugs you may find. ** 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/1365791 Title: [HP Pavilion g4-1365la Notebook PC] hibernate/resume failure Status in “linux” package in Ubuntu: Invalid Bug description: crash reported on resume after hibernate. ProblemType: KernelOops DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-12-generic 3.16.0-12.18 ProcVersionSignature: Ubuntu 3.16.0-12.18-generic 3.16.1 Uname: Linux 3.16.0-12-generic x86_64 Annotation: This occured during a previous hibernate and prevented it from resuming properly. ApportVersion: 2.14.7-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: dustin 2605 F pulseaudio Date: Fri Sep 5 01:48:00 2014 DuplicateSignature: hibernate/resume:Hewlett-Packard HP Pavilion g4 Notebook PC:F.63 ExecutablePath: /usr/share/apport/apportcheckresume Failure: hibernate/resume HibernationDevice: RESUME=UUID=24cad7e5-e86d-45d6-874d-bf10a46575c1 InstallationDate: Installed on 2014-08-16 (19 days ago) InstallationMedia: Xubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140815) InterpreterPath: /usr/bin/python3.4 Lsusb: Bus 002 Device 003: ID 04f2:b249 Chicony Electronics Co., Ltd Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: Hewlett-Packard HP Pavilion g4 Notebook PC ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-12-generic root=UUID=6d3f16c6-33de-456a-a13d-4348b5608dd2 ro quiet splash PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.16.0-12-generic N/A linux-backports-modules-3.16.0-12-generic N/A linux-firmware 1.133 SourcePackage: linux Title: [Hewlett-Packard HP Pavilion g4 Notebook PC] hibernate/resume failure UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 03/22/2012 dmi.bios.vendor: Insyde dmi.bios.version: F.63 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 166D dmi.board.vendor: Hewlett-Packard dmi.board.version: 09.4B dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnInsyde:bvrF.63:bd03/22/2012:svnHewlett-Packard:pnHPPaviliong4NotebookPC:pvr06911320461610100:rvnHewlett-Packard:rn166D:rvr09.4B:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP Pavilion g4 Notebook PC dmi.product.version: 06911320461610100 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1365791/+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 1366543] Re: [Acer Aspire 3820] suspend/resume failure
Johan Fornander, thank you for reporting this and helping make Ubuntu better. Could you please test the latest upstream kernel available from the very top line at the top of the page (not the daily folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional upstream developers to examine the issue. Once you've tested the upstream kernel, please comment on which kernel version specifically you tested. If this bug is fixed in the mainline kernel, please add the following tags: kernel-fixed-upstream kernel-fixed-upstream-VERSION-NUMBER where VERSION-NUMBER is the version number of the kernel you tested exactly shown as: kernel-fixed-upstream-3.17-rc3 This can be done by clicking on the yellow circle with a black pencil icon next to the word Tags located at the bottom of the bug description. If the mainline kernel does not fix this bug, please add the following tags: kernel-bug-exists-upstream kernel-bug-exists-upstream-VERSION-NUMBER Once testing of the upstream kernel is complete, please mark this bug's Status as Confirmed. Please let us know your results. Thank you for your understanding. ** Tags added: latest-bios-1.19 ** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Status: Confirmed => Incomplete -- 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/1366543 Title: [Acer Aspire 3820] suspend/resume failure Status in “linux” package in Ubuntu: Incomplete Bug description: Notebook failed to suspend or resume ProblemType: KernelOops DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-14-generic 3.16.0-14.20 ProcVersionSignature: Ubuntu 3.16.0-14.20-generic 3.16.2 Uname: Linux 3.16.0-14-generic x86_64 Annotation: This occured during a previous suspend and prevented it from resuming properly. ApportVersion: 2.14.7-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: johan 3701 F pulseaudio Date: Sun Sep 7 16:01:27 2014 DuplicateSignature: suspend/resume:Acer Aspire 3820:V1.19 ExecutablePath: /usr/share/apport/apportcheckresume Failure: suspend/resume HibernationDevice: RESUME=UUID=daa8c300-483f-4955-87e2-8b699d52c714 InstallationDate: Installed on 2014-07-15 (53 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140714) InterpreterPath: /usr/bin/python3.4 MachineType: Acer Aspire 3820 ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-14-generic root=UUID=f141913e-303e-45db-84e3-e09746f43cac ro quiet splash acpi_osi=Linux i915.enable_fbc=1 vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.16.0-14-generic N/A linux-backports-modules-3.16.0-14-generic N/A linux-firmware 1.133 SourcePackage: linux Title: [Acer Aspire 3820] suspend/resume failure UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 10/27/2010 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: V1.19 dmi.board.asset.tag: No Asset Tag dmi.board.name: JM31_CP dmi.board.vendor: Acer dmi.board.version: V1.19 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Acer dmi.chassis.version: V1.19 dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrV1.19:bd10/27/2010:svnAcer:pnAspire3820:pvrV1.19:rvnAcer:rnJM31_CP:rvrV1.19:cvnAcer:ct10:cvrV1.19: dmi.product.name: Aspire 3820 dmi.product.version: V1.19 dmi.sys.vendor: Acer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1366543/+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 1366639] Re: [HDA-Intel - HDA Intel PCH, microphone] Headset microphone not recognized
** Tags added: latest-bios-217 -- 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/1366639 Title: [HDA-Intel - HDA Intel PCH, microphone] Headset microphone not recognized Status in “linux” package in Ubuntu: Confirmed Bug description: With my ASUS X550V laptop with the headset jack (combined headphone and microphone 4-ring 3.5mm jack) and Ubuntu 14.04.1, microphone is not detected when attached to the headset jack. Sound output is working fine through the headset's headphones when connected (and in Sound Settings it will switch that one only output's name from Speakers to Headphones), but it doesn't catch any sound input from the headset's mic while you tap it or speak near it. There are always 2 choices in Input even when the headset is not connected: "Microphone (Built-in Audio)" and "Analog Input (Built-in Audio)" shown as input devices, yet my laptop only has a single headset jack. If you click on any of those 2 to be the chosen input sources they always behave the same: they pickup sounds/taping/noise through the integrated mic (a hole next to the webcam), disregarding if the headset is connected or not. So, you click "Microphone (Built-in Audio)" and tap next to the webcam - Input levels jump, tap on headset's mic - Input levels don't move (normal). You click "Analog Input (Built-in Audio)" and tap next to the webcam - Input levels jump again (!), tap on headset's mic - Input levels don't move (strange!). I have tried with position_fix=1, model=headset-mic (for ALC270) and with latest DKSM. alsa-info.sh: http://www.alsa-project.org/db/?f=371e8933a7c7bdc2780d146fa4e7ecf333fb41e1 Also "ubuntu-bug linux" output is attached. 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 NonfreeKernelModules: nvidia ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: velja 2290 F pulseaudio CurrentDesktop: Unity Date: Mon Sep 8 02:51:41 2014 HibernationDevice: RESUME=UUID=a3fbdff6-a80a-4ef9-84ca-c05570747035 InstallationDate: Installed on 2014-07-27 (42 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: ASUSTeK COMPUTER INC. X550VB ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-35-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash 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.5 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/22/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: X550VB.217 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: X550VB 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.:bvrX550VB.217:bd01/22/2014:svnASUSTeKCOMPUTERINC.:pnX550VB:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX550VB:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0: dmi.product.name: X550VB 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/1366639/+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 1354975] Re: iwlwifi Intel 7260 Wifi disconnects
I can confirm that this bug affects my Dell XPS 13 Haswell with an Intel 7260 rev 6b. Symptoms are identical to those described in the original post. Using the mainline 3.15.10 kernel seems to have helped, but doesn't detect my Synaptics touchpad, so I never used it for very long. I also tried one of the 3.17rc3, but that wouldn't even boot. The only workable solution for now is using 3.13.0-35-generic with the -8 ucode moved out of the way so that it uses the -7. This makes the disconnects come hours apart instead of minutes apart. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1354975 Title: iwlwifi Intel 7260 Wifi disconnects Status in Unity Linux: New Status in “linux-firmware” package in Ubuntu: Incomplete Bug description: I experience frequent disconnects and auth issues, never more than 30 minutes without a disconnect. Sometimes dozens of disconnects in a few minutes. This happens with the default 7260-8 firmware. Tried replacing the -8 with -9 ucode. Failed to load due to API version. This loaded the -7 driver which seems to be more stable. Tested against 2.4ghz APs (Apple, Netgear, Linksys). ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-32-generic 3.13.0-32.57 ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: steve 2577 F pulseaudio /dev/snd/controlC1: steve 2577 F pulseaudio CurrentDesktop: Unity Date: Sun Aug 10 17:49:06 2014 HibernationDevice: RESUME=UUID=374a0c1c-4ac2-456b-a67e-9ea54fe11fe6 InstallationDate: Installed on 2013-12-28 (225 days ago) InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1) MachineType: Dell Inc. XPS 12-9Q33 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic root=UUID=58deb355-7a09-440b-ade2-69a84fd74460 ro ipv6.disable=1 quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-32-generic N/A linux-backports-modules-3.13.0-32-generic N/A linux-firmware 1.127.5 SourcePackage: linux UpgradeStatus: Upgraded to trusty on 2014-07-06 (35 days ago) dmi.bios.date: 05/06/2013 dmi.bios.vendor: Dell Inc. dmi.bios.version: A00 dmi.board.name: XPS 12-9Q33 dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: Not Specified dmi.modalias: dmi:bvnDellInc.:bvrA00:bd05/06/2013:svnDellInc.:pnXPS12-9Q33:pvrA00:rvnDellInc.:rnXPS12-9Q33:rvrA00:cvnDellInc.:ct8:cvrNotSpecified: dmi.product.name: XPS 12-9Q33 dmi.product.version: A00 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/unitylinux/+bug/1354975/+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 1366653] [NEW] kernel BUG at /build/buildd/linux-3.16.0/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:1187!
Public bug reported: A kernel panic occurred while shutting down an Ubuntu Mint (Utopic) amd64 system running in a VMware Workstation 10.0.3 build-1895310 virtual machine with VMware Tools installed. Messages appeared to indicate a problem in one of the vmware kernel modules as the cause. Details collected by apport appeared that they may be sufficient to identify the cause specifically. I hope so, since I don't have any information about any actions I may have taken to trigger this panic (or to have prevented it in the past). ProblemType: KernelOops DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-13-generic 3.16.0-13.19 ProcVersionSignature: Ubuntu 3.16.0-14.20-generic 3.16.2 Uname: Linux 3.16.0-13-generic x86_64 Annotation: Your system might become unstablenow and might need to be restarted. ApportVersion: 2.14.7-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: ek 2627 F pulseaudio Date: Sun Sep 7 20:43:26 2014 Failure: oops HibernationDevice: RESUME=UUID=03575561-2dfc-4d93-a9e9-d4d5a3f06f84 InstallationDate: Installed on 2014-08-19 (19 days ago) InstallationMedia: Ubuntu MATE 14.10 "Utopic Unicorn" - Alpha amd64 (20140731) IwConfig: eth0 no wireless extensions. lono wireless extensions. Lsusb: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 004: ID 0e0f:0008 VMware, Inc. Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub MachineType: VMware, Inc. VMware Virtual Platform ProcFB: 0 svgadrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-14-generic root=UUID=6b980efc-3cb1-4f6e-9705-9c4fdd083560 ro quiet splash PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu8 RfKill: 0: hci0: Bluetooth Soft blocked: no Hard blocked: no SourcePackage: linux Title: kernel BUG at /build/buildd/linux-3.16.0/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:1187! UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/31/2013 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: 6.00 dmi.board.name: 440BX Desktop Reference Platform dmi.board.vendor: Intel Corporation dmi.board.version: None dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 1 dmi.chassis.vendor: No Enclosure dmi.chassis.version: N/A dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd07/31/2013:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A: dmi.product.name: VMware Virtual Platform dmi.product.version: None dmi.sys.vendor: VMware, Inc. ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-kerneloops kernel-driver-vmwgfx kernel-oops utopic -- 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/1366653 Title: kernel BUG at /build/buildd/linux-3.16.0/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:1187! Status in “linux” package in Ubuntu: New Bug description: A kernel panic occurred while shutting down an Ubuntu Mint (Utopic) amd64 system running in a VMware Workstation 10.0.3 build-1895310 virtual machine with VMware Tools installed. Messages appeared to indicate a problem in one of the vmware kernel modules as the cause. Details collected by apport appeared that they may be sufficient to identify the cause specifically. I hope so, since I don't have any information about any actions I may have taken to trigger this panic (or to have prevented it in the past). ProblemType: KernelOops DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-13-generic 3.16.0-13.19 ProcVersionSignature: Ubuntu 3.16.0-14.20-generic 3.16.2 Uname: Linux 3.16.0-13-generic x86_64 Annotation: Your system might become unstablenow and might need to be restarted. ApportVersion: 2.14.7-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: ek 2627 F pulseaudio Date: Sun Sep 7 20:43:26 2014 Failure: oops HibernationDevice: RESUME=UUID=03575561-2dfc-4d93-a9e9-d4d5a3f06f84 InstallationDate: Installed on 2014-08-19 (19 days ago) InstallationMedia: Ubuntu MATE 14.10 "Utopic Unicorn" - Alpha amd64 (20140731) IwConfig: eth0 no wireless extensions. lono wireless extensions. Lsusb: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 004: ID 0e0f:0008 VMware, Inc. Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[Kernel-packages] [Bug 1366653] Status changed to Confirmed
This change was made by a bot. ** Changed in: linux (Ubuntu) Status: New => 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/1366653 Title: kernel BUG at /build/buildd/linux-3.16.0/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:1187! Status in “linux” package in Ubuntu: Confirmed Bug description: A kernel panic occurred while shutting down an Ubuntu Mint (Utopic) amd64 system running in a VMware Workstation 10.0.3 build-1895310 virtual machine with VMware Tools installed. Messages appeared to indicate a problem in one of the vmware kernel modules as the cause. Details collected by apport appeared that they may be sufficient to identify the cause specifically. I hope so, since I don't have any information about any actions I may have taken to trigger this panic (or to have prevented it in the past). ProblemType: KernelOops DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-13-generic 3.16.0-13.19 ProcVersionSignature: Ubuntu 3.16.0-14.20-generic 3.16.2 Uname: Linux 3.16.0-13-generic x86_64 Annotation: Your system might become unstablenow and might need to be restarted. ApportVersion: 2.14.7-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: ek 2627 F pulseaudio Date: Sun Sep 7 20:43:26 2014 Failure: oops HibernationDevice: RESUME=UUID=03575561-2dfc-4d93-a9e9-d4d5a3f06f84 InstallationDate: Installed on 2014-08-19 (19 days ago) InstallationMedia: Ubuntu MATE 14.10 "Utopic Unicorn" - Alpha amd64 (20140731) IwConfig: eth0 no wireless extensions. lono wireless extensions. Lsusb: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 004: ID 0e0f:0008 VMware, Inc. Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub MachineType: VMware, Inc. VMware Virtual Platform ProcFB: 0 svgadrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-14-generic root=UUID=6b980efc-3cb1-4f6e-9705-9c4fdd083560 ro quiet splash PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu8 RfKill: 0: hci0: Bluetooth Soft blocked: no Hard blocked: no SourcePackage: linux Title: kernel BUG at /build/buildd/linux-3.16.0/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:1187! UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/31/2013 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: 6.00 dmi.board.name: 440BX Desktop Reference Platform dmi.board.vendor: Intel Corporation dmi.board.version: None dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 1 dmi.chassis.vendor: No Enclosure dmi.chassis.version: N/A dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd07/31/2013:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A: dmi.product.name: VMware Virtual Platform dmi.product.version: None dmi.sys.vendor: VMware, Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1366653/+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 1339761] Re: [ASUSTeK COMPUTER INC. U38N] suspend/resume failure [non-free: fglrx wl]
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete => Expired -- 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/1339761 Title: [ASUSTeK COMPUTER INC. U38N] suspend/resume failure [non-free: fglrx wl] Status in “linux” package in Ubuntu: Expired Bug description: The screen fails to resume after opening the lid. The problem is intermittent, and it felt like it was gone in the later iterations of kernel 3.13. Bug #1288319 ProblemType: KernelOops DistroRelease: Ubuntu 14.10 Package: linux-image-3.15.0-6-generic 3.15.0-6.11 ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0 Uname: Linux 3.15.0-6-generic x86_64 NonfreeKernelModules: fglrx wl Annotation: This occured during a previous suspend and prevented it from resuming properly. ApportVersion: 2.14.4-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: joachim2137 F pulseaudio /dev/snd/controlC1: joachim2137 F pulseaudio Date: Wed Jul 9 16:05:32 2014 DuplicateSignature: suspend/resume:ASUSTeK COMPUTER INC. U38N:U38N.209 ExecutablePath: /usr/share/apport/apportcheckresume ExecutableTimestamp: 1404363765 Failure: suspend/resume HibernationDevice: RESUME=UUID=d3fc5a91-cd91-4422-9556-94d092a20e69 InstallationDate: Installed on 2014-07-07 (2 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140520) InterpreterPath: /usr/bin/python3.4 MachineType: ASUSTeK COMPUTER INC. U38N ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcCwd: / ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 EFI VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.15.0-6-generic.efi.signed root=UUID=74ad31c2-99c8-49e0-9366-e801d62aa23b ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.15.0-6-generic N/A linux-backports-modules-3.15.0-6-generic N/A linux-firmware1.132 SourcePackage: linux StagingDrivers: rts5139 Title: [ASUSTeK COMPUTER INC. U38N] suspend/resume failure [non-free: fglrx wl] UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 05/29/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: U38N.209 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: U38N 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.:bvrU38N.209:bd05/29/2013:svnASUSTeKCOMPUTERINC.:pnU38N:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnU38N:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0: dmi.product.name: U38N 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/1339761/+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 1339692] Re: [MSI FM2-A55M-E33] Ubuntu 14.04 reboots just after reaching desktop
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete => Expired -- 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/1339692 Title: [MSI FM2-A55M-E33] Ubuntu 14.04 reboots just after reaching desktop Status in “linux” package in Ubuntu: Expired Bug description: Ubuntu 14.04 reboots just after reaching desktop. WORKAROUND: add nomodeset to the boot options. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-30-generic 3.13.0-30.54 ProcVersionSignature: Ubuntu 3.13.0-30.54-generic 3.13.11.2 Uname: Linux 3.13.0-30-generic i686 NonfreeKernelModules: fglrx ApportVersion: 2.14.1-0ubuntu3.2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: ian2236 F pulseaudio /dev/snd/controlC0: ian2236 F pulseaudio CurrentDesktop: Unity Date: Wed Jul 9 13:06:40 2014 HibernationDevice: RESUME=UUID=3ce44d7e-a2d3-4ee9-acda-4443beb147a2 InstallationDate: Installed on 2013-12-20 (200 days ago) InstallationMedia: Edubuntu 13.10 "Saucy Salamander" - Release i386 (20131016.1) IwConfig: lono wireless extensions. eth0 no wireless extensions. lxcbr0no wireless extensions. MachineType: MSI MS-7721 ProcFB: 0 VESA VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic root=UUID=fb7e8467-3092-4070-8bde-9de7a1c46e29 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-30-generic N/A linux-backports-modules-3.13.0-30-generic N/A linux-firmware 1.127.4 RfKill: SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) WifiSyslog: dmi.bios.date: 10/12/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: V11.4 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: FM2-A55M-E33 (MS-7721) dmi.board.vendor: MSI dmi.board.version: 2.0 dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: MSI dmi.chassis.version: 2.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrV11.4:bd10/12/2013:svnMSI:pnMS-7721:pvr2.0:rvnMSI:rnFM2-A55M-E33(MS-7721):rvr2.0:cvnMSI:ct3:cvr2.0: dmi.product.name: MS-7721 dmi.product.version: 2.0 dmi.sys.vendor: MSI To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1339692/+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 1339428] Re: Touchpad not working after 14.04 update
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete => Expired -- 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/1339428 Title: Touchpad not working after 14.04 update Status in “linux” package in Ubuntu: Expired Bug description: My touchpad along with my Wi Fi stopped working and now I am very frustrated with Ubuntu. How do I get my touchpad to work the sudo commands aren't working and I can't get touchpad indicator to open. --- ApportVersion: 2.14.1-0ubuntu3.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: trevon 1515 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 HibernationDevice: RESUME=UUID=a538d31b-ece1-47dd-be00-deb2745f5eae InstallationDate: Installed on 2014-07-08 (0 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: TOSHIBA Satellite C55-A Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic.efi.signed root=UUID=f51f3c62-1c69-47ff-8294-b3559ba419cb ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2 RelatedPackageVersions: linux-restricted-modules-3.13.0-30-generic N/A linux-backports-modules-3.13.0-30-generic N/A linux-firmware 1.127.4 StagingDrivers: rts5139 Tags: trusty staging Uname: Linux 3.13.0-30-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/16/2013 dmi.bios.vendor: Insyde Corp. dmi.bios.version: 1.30 dmi.board.name: Portable PC dmi.board.vendor: TOSHIBA dmi.board.version: MP dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: OEM Chassis Manufacturer dmi.chassis.version: OEM Chassis Version dmi.modalias: dmi:bvnInsydeCorp.:bvr1.30:bd09/16/2013:svnTOSHIBA:pnSatelliteC55-A:pvrPSCFEU-00L004:rvnTOSHIBA:rnPortablePC:rvrMP:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion: dmi.product.name: Satellite C55-A dmi.product.version: PSCFEU-00L004 dmi.sys.vendor: TOSHIBA --- ApportVersion: 2.14.1-0ubuntu3.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: trevon 1515 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 HibernationDevice: RESUME=UUID=a538d31b-ece1-47dd-be00-deb2745f5eae InstallationDate: Installed on 2014-07-08 (0 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: TOSHIBA Satellite C55-A Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic.efi.signed root=UUID=f51f3c62-1c69-47ff-8294-b3559ba419cb ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2 RelatedPackageVersions: linux-restricted-modules-3.13.0-30-generic N/A linux-backports-modules-3.13.0-30-generic N/A linux-firmware 1.127.4 StagingDrivers: rts5139 Tags: trusty staging Uname: Linux 3.13.0-30-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/16/2013 dmi.bios.vendor: Insyde Corp. dmi.bios.version: 1.30 dmi.board.name: Portable PC dmi.board.vendor: TOSHIBA dmi.board.version: MP dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: OEM Chassis Manufacturer dmi.chassis.version: OEM Chassis Version dmi.modalias: dmi:bvnInsydeCorp.:bvr1.30:bd09/16/2013:svnTOSHIBA:pnSatelliteC55-A:pvrPSCFEU-00L004:rvnTOSHIBA:rnPortablePC:rvrMP:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion: dmi.product.name: Satellite C55-A dmi.product.version: PSCFEU-00L004 dmi.sys.vendor: TOSHIBA --- ApportVersion: 2.14.1-0ubuntu3.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: trevon 1515 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 HibernationDevice: RESUME=UUID=a538d31b-ece1-47dd-be00-deb2745f5eae InstallationDate: Installed on 2014-07-08 (0 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: TOSHIBA Satellite C55-A Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic.efi.signed root=UUID=f51f3c62-1c69-47ff-8294-b3559ba419cb ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2 RelatedPackageVersions: linux-restricted-modules-3.13.0-30-generic N/A linux-backports
[Kernel-packages] [Bug 1338016] Re: [Acer Aspire 4339] Laptop headphones stopped working after updating system
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete => Expired -- 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/1338016 Title: [Acer Aspire 4339] Laptop headphones stopped working after updating system Status in “linux” package in Ubuntu: Expired Bug description: When I applied updates installing linux-image-3.2.0-65-generic, the laptop headphones (sound system) stopped working. When I pull out the sound-system plug, sound works through the (pathetic) laptop speakers. Sound is at a reasonable level, and is not muted. When I reboot with the former system linux-image-3.2.0-61-generic, sound works through the speaker system as it always did before. I am using an Acer Aspire 4339, running Ubuntu (Unity) 12.04. I expected sound (audio) to continue working through my sound system after applying system updates, but it didn't. The only way to get any sound is to use the laptop speakers. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: linux-image-3.2.0-65-generic 3.2.0-65.98 ProcVersionSignature: Ubuntu 3.2.0-65.98-generic 3.2.60 Uname: Linux 3.2.0-65-generic i686 AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu17.6 Architecture: i386 ArecordDevices: List of CAPTURE Hardware Devices card 0: Intel [HDA Intel], device 0: ALC271X Analog [ALC271X Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: aere 1872 F pulseaudio Card0.Amixer.info: Card hw:0 'Intel'/'HDA Intel at 0x9440 irq 43' Mixer name : 'Intel IbexPeak HDMI' Components : 'HDA:10ec0269,10250603,00100100 HDA:80862804,10250603,0010' Controls : 26 Simple ctrls : 12 Date: Fri Jul 4 23:19:11 2014 HibernationDevice: RESUME=UUID=99533f61-b95a-4027-a9c3-9caa0f8d132b InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012) MachineType: Acer Aspire 4339 MarkForUpload: True ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-65-generic root=UUID=bd632fd3-3d27-494b-a963-c20a35136dc6 ro quiet splash RelatedPackageVersions: linux-restricted-modules-3.2.0-65-generic N/A linux-backports-modules-3.2.0-65-generic N/A linux-firmware1.79.16 SourcePackage: linux StagingDrivers: mei UpgradeStatus: Upgraded to precise on 2012-06-13 (751 days ago) dmi.bios.date: 05/30/2011 dmi.bios.vendor: INSYDE dmi.bios.version: V1.05 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: HMA_CP dmi.board.vendor: Acer dmi.board.version: Base Board Version dmi.chassis.type: 10 dmi.chassis.vendor: Chassis Manufacturer dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnINSYDE:bvrV1.05:bd05/30/2011:svnAcer:pnAspire4339:pvrV1.05:rvnAcer:rnHMA_CP:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion: dmi.product.name: Aspire 4339 dmi.product.version: V1.05 dmi.sys.vendor: Acer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1338016/+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 1335367] Re: \_SB_.PCI0:_OSC invalid UUID
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete => Expired -- 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/1335367 Title: \_SB_.PCI0:_OSC invalid UUID Status in “linux” package in Ubuntu: Expired Bug description: [0.183350] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [0.183535] \_SB_.PCI0:_OSC invalid UUID [0.183537] _OSC request data:1 1f 0 ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: linux-image-3.15.0-6-generic 3.15.0-6.11 ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0 Uname: Linux 3.15.0-6-generic x86_64 ApportVersion: 2.14.3-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/pcmC1D0p: caravena 2524 F...m pulseaudio /dev/snd/controlC1: caravena 2524 F pulseaudio /dev/snd/controlC0: caravena 2524 F pulseaudio CurrentDesktop: GNOME Date: Fri Jun 27 21:37:04 2014 HibernationDevice: RESUME=UUID=360bd2d2-4f44-4311-86d6-4781ac81ee87 InstallationDate: Installed on 2014-04-27 (61 days ago) InstallationMedia: Ubuntu-GNOME 14.04 LTS "Trusty Tahr" - Release amd64 (20140416.2) MachineType: SAMSUNG ELECTRONICS CO., LTD. 530U3C/530U4C ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.15.0-6-generic root=UUID=13144268-2374-4154-83f1-c35d81306190 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.15.0-6-generic N/A linux-backports-modules-3.15.0-6-generic N/A linux-firmware1.132 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/1335367/+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 1337177] Re: [HP Pavilion m6-1035dx Entertainment Notebook PC] suspend/resume failure
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete => Expired -- 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/1337177 Title: [HP Pavilion m6-1035dx Entertainment Notebook PC] suspend/resume failure Status in “linux” package in Ubuntu: Expired Bug description: Possible Duplicate, see bug #1337173 Went to wake from suspend, laptop powered back on, but screen would not wake. Forced power off. Upon reboot, went into recovery mode and fsck'ed the drive due to some errors with some x authority lock files (? I think?). Reboot, normal boot sequence. Another fsk done automagically. Reboot. Now all is well except for System Errors out of the wazoo. ProblemType: KernelOops DistroRelease: Ubuntu 14.10 Package: linux-image-3.15.0-6-generic 3.15.0-6.11 ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0 Uname: Linux 3.15.0-6-generic x86_64 Annotation: This occured during a previous suspend and prevented it from resuming properly. ApportVersion: 2.14.3-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: wash 2596 F pulseaudio /dev/snd/controlC0: wash 2596 F pulseaudio Date: Thu Jul 3 02:18:50 2014 DuplicateSignature: suspend/resume:Hewlett-Packard HP Pavilion m6 Notebook PC:F.03 ExecutablePath: /usr/share/apport/apportcheckresume Failure: suspend/resume HibernationDevice: RESUME=UUID=0ef77934-024e-4227-a6c3-74c32565d740 InstallationDate: Installed on 2013-10-20 (255 days ago) InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1) InterpreterPath: /usr/bin/python3.4 MachineType: Hewlett-Packard HP Pavilion m6 Notebook PC ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.15.0-6-generic root=UUID=be71cf3e-3a6e-4ff3-92f4-d50876cb40d9 ro quiet splash PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.15.0-6-generic N/A linux-backports-modules-3.15.0-6-generic N/A linux-firmware1.132 SourcePackage: linux Title: [Hewlett-Packard HP Pavilion m6 Notebook PC] suspend/resume failure UpgradeStatus: Upgraded to utopic on 2014-07-03 (0 days ago) UserGroups: dmi.bios.date: 05/04/2012 dmi.bios.vendor: Insyde dmi.bios.version: F.03 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 18A6 dmi.board.vendor: Hewlett-Packard dmi.board.version: 74.23 dmi.chassis.asset.tag: Chassis Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnInsyde:bvrF.03:bd05/04/2012:svnHewlett-Packard:pnHPPavilionm6NotebookPC:pvr07911020561620100:rvnHewlett-Packard:rn18A6:rvr74.23:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP Pavilion m6 Notebook PC dmi.product.version: 07911020561620100 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1337177/+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 1337557] Re: [TOSHIBA Satellite L675D-S7022] suspend/resume failure
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete => Expired -- 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/1337557 Title: [TOSHIBA Satellite L675D-S7022] suspend/resume failure Status in “linux” package in Ubuntu: Expired Bug description: reported same problem on lenovo. its the same setup (simply changed hard drive from one to the other - SSD actually) however it sometimes goes away. sometimes after upgrades of the system sometimes when forcing the system into standby by closing lid. however i havent found anything that works for sure. ProblemType: KernelOops DistroRelease: Ubuntu 14.10 Package: linux-image-3.15.0-6-generic 3.15.0-6.11 ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0 Uname: Linux 3.15.0-6-generic x86_64 Annotation: This occured during a previous suspend and prevented it from resuming properly. ApportVersion: 2.14.4-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/pcmC0D0p: jakub 2698 F...m pulseaudio /dev/snd/controlC0: jakub 2698 F pulseaudio /dev/snd/controlC1: jakub 2698 F pulseaudio Date: Fri Jul 4 00:28:18 2014 DuplicateSignature: suspend/resume:TOSHIBA Satellite L675D:1.70 ExecutablePath: /usr/share/apport/apportcheckresume Failure: suspend/resume HibernationDevice: RESUME=UUID=f339c080-9696-4815-a88f-70c7900c08d7 InstallationDate: Installed on 2012-10-20 (621 days ago) InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5) InterpreterPath: /usr/bin/python3.4 MachineType: TOSHIBA Satellite L675D ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.15.0-6-generic root=UUID=65d6b831-df42-488a-b862-a3c8145d9ad3 ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.15.0-6-generic N/A linux-backports-modules-3.15.0-6-generic N/A linux-firmware1.132 RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no SourcePackage: linux SystemImageInfo: current build number: 0 device name: ? channel: daily last update: Unknown Title: [TOSHIBA Satellite L675D] suspend/resume failure UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 08/02/2011 dmi.bios.vendor: TOSHIBA dmi.bios.version: 1.70 dmi.board.asset.tag: NULL dmi.board.name: NALAE dmi.board.vendor: TOSHIBA dmi.board.version: 1.00 dmi.chassis.asset.tag: * dmi.chassis.type: 10 dmi.chassis.vendor: TOSHIBA dmi.chassis.version: N/A dmi.modalias: dmi:bvnTOSHIBA:bvr1.70:bd08/02/2011:svnTOSHIBA:pnSatelliteL675D:pvrPSK3JU-00R001:rvnTOSHIBA:rnNALAE:rvr1.00:cvnTOSHIBA:ct10:cvrN/A: dmi.product.name: Satellite L675D dmi.product.version: PSK3JU-00R001 dmi.sys.vendor: TOSHIBA To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1337557/+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 1337911] Re: [eMachines ET1161] After awaken from suspend screen is blurry
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete => Expired -- 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/1337911 Title: [eMachines ET1161] After awaken from suspend screen is blurry Status in “linux” package in Ubuntu: Expired Bug description: just started today. When I awaken the computer from suspend everything is blurry. If I restart the computer the screen is fine. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-30-generic 3.13.0-30.54 ProcVersionSignature: Ubuntu 3.13.0-30.54-generic 3.13.11.2 Uname: Linux 3.13.0-30-generic i686 NonfreeKernelModules: nvidia ApportVersion: 2.14.1-0ubuntu3.2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: smith 1972 F pulseaudio CurrentDesktop: Unity Date: Fri Jul 4 11:36:28 2014 HibernationDevice: RESUME=UUID=da942433-6578-4ae1-968c-ac65ca466c9f IwConfig: lono wireless extensions. eth0 no wireless extensions. Lsusb: Bus 001 Device 003: ID 058f:6377 Alcor Micro Corp. Multimedia Card Reader Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 002: ID 046d:c404 Logitech, Inc. TrackMan Wheel Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub MachineType: Gateway ET1161-03 ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic root=UUID=31f51e25-559a-4551-bd28-98015ae99832 ro splash quiet RelatedPackageVersions: linux-restricted-modules-3.13.0-30-generic N/A linux-backports-modules-3.13.0-30-generic N/A linux-firmware 1.127.4 RfKill: SourcePackage: linux UpgradeStatus: Upgraded to trusty on 2014-04-30 (64 days ago) dmi.bios.date: 07/31/2008 dmi.bios.vendor: Phoenix Technologies, LTD dmi.bios.version: 6.00 PG dmi.board.name: MCP61PM-GM dmi.board.vendor: ECS dmi.board.version: 2.2 dmi.chassis.asset.tag: Unknow dmi.chassis.type: 3 dmi.chassis.vendor: Gateway dmi.chassis.version: Unknow dmi.modalias: dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd07/31/2008:svnGateway:pnET1161-03:pvr9000:rvnECS:rnMCP61PM-GM:rvr2.2:cvnGateway:ct3:cvrUnknow: dmi.product.name: ET1161-03 dmi.product.version: 9000 dmi.sys.vendor: Gateway To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1337911/+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 1335365] Re: ACPI: \_PR_.CPU4: failed to get CPU APIC ID.
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete => Expired -- 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/1335365 Title: ACPI: \_PR_.CPU4: failed to get CPU APIC ID. Status in “linux” package in Ubuntu: Expired Bug description: [0.182995] ACPI: \_PR_.CPU4: failed to get CPU APIC ID. [0.183001] ACPI: \_PR_.CPU5: failed to get CPU APIC ID. [0.183006] ACPI: \_PR_.CPU6: failed to get CPU APIC ID. [0.183011] ACPI: \_PR_.CPU7: failed to get CPU APIC ID. ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: linux-image-3.15.0-6-generic 3.15.0-6.11 ProcVersionSignature: Ubuntu 3.15.0-6.11-generic 3.15.0 Uname: Linux 3.15.0-6-generic x86_64 ApportVersion: 2.14.3-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/pcmC1D0p: caravena 2524 F...m pulseaudio /dev/snd/controlC1: caravena 2524 F pulseaudio /dev/snd/controlC0: caravena 2524 F pulseaudio CurrentDesktop: GNOME Date: Fri Jun 27 21:34:44 2014 HibernationDevice: RESUME=UUID=360bd2d2-4f44-4311-86d6-4781ac81ee87 InstallationDate: Installed on 2014-04-27 (61 days ago) InstallationMedia: Ubuntu-GNOME 14.04 LTS "Trusty Tahr" - Release amd64 (20140416.2) MachineType: SAMSUNG ELECTRONICS CO., LTD. 530U3C/530U4C ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.15.0-6-generic root=UUID=13144268-2374-4154-83f1-c35d81306190 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.15.0-6-generic N/A linux-backports-modules-3.15.0-6-generic N/A linux-firmware1.132 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/1335365/+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 1332885] Re: [Apple Inc. MacBookAir5, 1] suspend/resume failure
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete => Expired -- 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/1332885 Title: [Apple Inc. MacBookAir5,1] suspend/resume failure Status in “linux” package in Ubuntu: Expired Bug description: The machine fails to suspend every 1 in 5 times or so, after rebooting forcefully this report is created. This forum user reports the same, suggesting the video driver (switching to vt before suspend seems to work around it for him). http://ubuntuforums.org/showthread.php?t=2224410 This is really frustrating as it drains battery while you think it's asleep... ProblemType: KernelOops DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-29-generic 3.13.0-29.53 ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2 Uname: Linux 3.13.0-29-generic x86_64 Annotation: This occured during a previous suspend and prevented it from resuming properly. ApportVersion: 2.14.1-0ubuntu3.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: lightdm1423 F pulseaudio ola2266 F pulseaudio Date: Sun Jun 22 00:20:50 2014 DuplicateSignature: suspend/resume:Apple Inc. MacBookAir5,1:MBA51.88Z.00EF.B02.1211271028 ExecutablePath: /usr/share/apport/apportcheckresume ExecutableTimestamp: 1400281919 Failure: suspend/resume InterpreterPath: /usr/bin/python3.4 MachineType: Apple Inc. MacBookAir5,1 ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcCwd: / ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.13.0-29-generic root=UUID=b5d11eef-0dcc-4d93-b8ab-4d4cb808f5ac ro rootflags=subvol=@ quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.13.0-29-generic N/A linux-backports-modules-3.13.0-29-generic N/A linux-firmware 1.127.2 SourcePackage: linux Title: [Apple Inc. MacBookAir5,1] suspend/resume failure UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 11/27/2012 dmi.bios.vendor: Apple Inc. dmi.bios.version: MBA51.88Z.00EF.B02.1211271028 dmi.board.asset.tag: Base Board Asset Tag# dmi.board.name: Mac-66F35F19FE2A0D05 dmi.board.vendor: Apple Inc. dmi.board.version: MacBookAir5,1 dmi.chassis.type: 10 dmi.chassis.vendor: Apple Inc. dmi.chassis.version: Mac-66F35F19FE2A0D05 dmi.modalias: dmi:bvnAppleInc.:bvrMBA51.88Z.00EF.B02.1211271028:bd11/27/2012:svnAppleInc.:pnMacBookAir5,1:pvr1.0:rvnAppleInc.:rnMac-66F35F19FE2A0D05:rvrMacBookAir5,1:cvnAppleInc.:ct10:cvrMac-66F35F19FE2A0D05: dmi.product.name: MacBookAir5,1 dmi.product.version: 1.0 dmi.sys.vendor: Apple Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1332885/+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 1355044] Re: [MSI A88XM-E35] Ubuntu 14.04.1 constant reboot without nomodeset
Changelog for that lists these: drm/radeon: only apply bapm changes for AC power on ARUBA drm/radeon: enable bapm by default on KV/KB drm/radeon: enable bapm by default on desktop TN/RL boards Only the last one seems to be the only one to apply to Trinity APUs. The diff is here and it is the likely fix, however it shouldn't just be applied because it may cause stability issues with other non-MSI computers: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?h=linux-3.16.y&id=0c78a44964db3d483b0c09a8236e0fe123aa9cfc The follow up enables `bapm` only on MSI systems because he states other systems have stability issues when `bapm` is enabled: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?h=linux-3.16.y&id=730a336c33a3398d65896e8ee3ef9f5679fe30a9 If you have to bisect completely, this might let you only test 2 commits. Hopefully, the commit before my first link will fail and the first link's commit will work properly. Then the proper fix would be to apply both patches. -- 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/1355044 Title: [MSI A88XM-E35] Ubuntu 14.04.1 constant reboot without nomodeset Status in “linux” package in Ubuntu: Incomplete Bug description: I needed to add nomodeset for initial install to prevent constant reboot from live usb. When done and trying to remove the nomodeset option out of /etc/default/grub, the constant reboot comes back, so I had to start in recovery to add nomodeset again. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-32-generic 3.13.0-32.57 ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: fab3896 F pulseaudio /dev/snd/controlC0: fab3896 F pulseaudio CurrentDesktop: Unity Date: Mon Aug 11 09:41:49 2014 HibernationDevice: RESUME=UUID=66392631-7c4f-4773-8614-4c5ea0913890 InstallationDate: Installed on 2014-07-26 (16 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) IwConfig: eth1 no wireless extensions. lono wireless extensions. MachineType: MSI MS-7721 ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic root=UUID=09ecdff0-44fe-437e-8063-deabc6feb00e ro recovery nomodeset RelatedPackageVersions: linux-restricted-modules-3.13.0-32-generic N/A linux-backports-modules-3.13.0-32-generic N/A linux-firmware 1.127.5 RfKill: SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/14/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: V30.3 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: A88XM-E35 (MS-7721) dmi.board.vendor: MSI dmi.board.version: 6.0 dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: MSI dmi.chassis.version: 6.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrV30.3:bd03/14/2014:svnMSI:pnMS-7721:pvr6.0:rvnMSI:rnA88XM-E35(MS-7721):rvr6.0:cvnMSI:ct3:cvr6.0: dmi.product.name: MS-7721 dmi.product.version: 6.0 dmi.sys.vendor: MSI To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1355044/+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