[Kernel-packages] [Bug 1442411] Re: Intel 3160 wireless card no longer able to connect to wifi networks
I've the same problem and confirm that putting OFF the bluetooth and restarting the PC the connection is OK ( even if manually I've choiced it ). 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/1442411 Title: Intel 3160 wireless card no longer able to connect to wifi networks Status in System76: In Progress Status in linux package in Ubuntu: Triaged Status in linux source package in Vivid: Fix Committed Bug description: [Impact] Laptop: Lenovo Y70 Touch Wireless Card: Intel Corporation Wireless 3160 (rev 93) When running Ubuntu Gnome 14.10 (on a live USB drive) I am able to connect to wifi networks without any issue. When running Ubuntu Gnome 15.04 (either on live USB or installed and fully updated) I am able to see the list of available wifi networks, but not able to connect. Selecting one and entering the password makes the network manager applet indicate that it is "Connecting..." but then it gives up after about a minute or so and reverts back to "Not Connected". I have tested this without network encryption as well, and the same result occurs. [Test Case] I have ran a wifi debugging script, here is the output: For Ubuntu 14.10 - http://pastebin.com/aLUhTyrM For Ubuntu 15.04 - http://pastebin.com/f0yRjQUC Again, the card seems to work perfectly on 14.10, but is unable to connect to any networks on 15.04. [Fix] commit afcee962b09842d0f4191beb4a2d08251b4c7705 upstream [Workaround] Boot with bluetooth turned off. If the computer boots with the bluetooth turned on, the wifi will not work, even if you first turn off the bluetooth. A restart is needed. --- ApportVersion: 2.17-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: mboratko 1609 F pulseaudio /dev/snd/controlC1: mboratko 1609 F pulseaudio CurrentDesktop: GNOME DistroRelease: Ubuntu 15.04 EcryptfsInUse: Yes InstallationDate: Installed on 2015-04-10 (0 days ago) InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Beta amd64 (20150326) MachineType: LENOVO 80DU Package: linux (not installed) ProcEnviron: TERM=xterm PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-12-generic.efi.signed root=UUID=0fb46cba-f7ac-4bc5-aa7d-5f6aa74636c1 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3 RelatedPackageVersions: linux-restricted-modules-3.19.0-12-generic N/A linux-backports-modules-3.19.0-12-generic N/A linux-firmware 1.143 Tags: vivid UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev' Uname: Linux 3.19.0-12-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm bumblebee cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 02/11/2015 dmi.bios.vendor: LENOVO dmi.bios.version: 9ECN37WW(V2.01) dmi.board.asset.tag: 31900058WIN dmi.board.name: Lenovo Y70-70 Touch dmi.board.vendor: LENOVO dmi.board.version: 31900058WIN dmi.chassis.asset.tag: 31900058WIN dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Lenovo Y70-70 Touch dmi.modalias: dmi:bvnLENOVO:bvr9ECN37WW(V2.01):bd02/11/2015:svnLENOVO:pn80DU:pvrLenovoY70-70Touch:rvnLENOVO:rnLenovoY70-70Touch:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoY70-70Touch: dmi.product.name: 80DU dmi.product.version: Lenovo Y70-70 Touch dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/system76/+bug/1442411/+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 1454235] Re: [PATCH] ALSA: hda - Disable Headphone Mic boost for ALC662
On 2015-05-28 09:18, Takashi Iwai wrote: > At Thu, 28 May 2015 09:15:46 +0200, > David Henningsson wrote: >> >> When headphone mic boost is above zero, some 10 - 20 second delay >> might occur before the headphone mic is operational. >> Therefore disable the headphone mic boost control (recording gain is >> sufficient even without it). >> >> (Note: this patch is not about the headset mic, it's about the less >> common mic-in only mode.) >> >> BugLink: https://bugs.launchpad.net/bugs/1454235 >> Suggested-by: Kailang Yang >> Signed-off-by: David Henningsson >> --- >> sound/pci/hda/patch_realtek.c | 4 >> 1 file changed, 4 insertions(+) >> >> diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c >> index d0fa455..87605fc 100644 >> --- a/sound/pci/hda/patch_realtek.c >> +++ b/sound/pci/hda/patch_realtek.c >> @@ -4240,6 +4240,10 @@ static void alc_fixup_headset_mode_alc662(struct >> hda_codec *codec, >> if (action == HDA_FIXUP_ACT_PRE_PROBE) { >> spec->parse_flags |= HDA_PINCFG_HEADSET_MIC; >> spec->gen.hp_mic = 1; /* Mic-in is same pin as headphone */ >> + >> +/* Disable boost for mic-in permanently */ >> +snd_hda_codec_write(codec, 0x1b, 0, AC_VERB_SET_AMP_GAIN_MUTE, >> 0x7000); >> +snd_hda_override_wcaps(codec, 0x1b, get_wcaps(codec, 0x1b) & >> ~AC_WCAP_IN_AMP); > > Can we really hard-code NID 0x1b here...? alc_fixup_headset_mode_alc662 is currently only called from a pin fixup quirk (via ALC662_FIXUP_DELL_MIC_NO_PRESENCE), and that pin quirk has headphone at 0x1b, so yes. It would we better if we could make it more generic, but I think doing this at HDA_FIXUP_PROBE instead would be too late (the boost control, paths, etc, would already be created)...? Do you have a better suggestion? -- David Henningsson, Canonical Ltd. https://launchpad.net/~diwic -- 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/1454235 Title: Fix headset jack on two Dell machines Status in HWE Next Project: Fix Committed Status in linux package in Ubuntu: Fix Committed Bug description: This bug is for tracking purposes. Please do not triage. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1454235/+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 1454235] Re: [PATCH] ALSA: hda - Disable Headphone Mic boost for ALC662
At Thu, 28 May 2015 09:25:41 +0200, David Henningsson wrote: > > > > On 2015-05-28 09:18, Takashi Iwai wrote: > > At Thu, 28 May 2015 09:15:46 +0200, > > David Henningsson wrote: > >> > >> When headphone mic boost is above zero, some 10 - 20 second delay > >> might occur before the headphone mic is operational. > >> Therefore disable the headphone mic boost control (recording gain is > >> sufficient even without it). > >> > >> (Note: this patch is not about the headset mic, it's about the less > >> common mic-in only mode.) > >> > >> BugLink: https://bugs.launchpad.net/bugs/1454235 > >> Suggested-by: Kailang Yang > >> Signed-off-by: David Henningsson > >> --- > >> sound/pci/hda/patch_realtek.c | 4 > >> 1 file changed, 4 insertions(+) > >> > >> diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c > >> index d0fa455..87605fc 100644 > >> --- a/sound/pci/hda/patch_realtek.c > >> +++ b/sound/pci/hda/patch_realtek.c > >> @@ -4240,6 +4240,10 @@ static void alc_fixup_headset_mode_alc662(struct > >> hda_codec *codec, > >>if (action == HDA_FIXUP_ACT_PRE_PROBE) { > >>spec->parse_flags |= HDA_PINCFG_HEADSET_MIC; > >>spec->gen.hp_mic = 1; /* Mic-in is same pin as headphone */ > >> + > >> + /* Disable boost for mic-in permanently */ > >> + snd_hda_codec_write(codec, 0x1b, 0, AC_VERB_SET_AMP_GAIN_MUTE, > >> 0x7000); > >> + snd_hda_override_wcaps(codec, 0x1b, get_wcaps(codec, 0x1b) & > >> ~AC_WCAP_IN_AMP); > > > > Can we really hard-code NID 0x1b here...? > > alc_fixup_headset_mode_alc662 is currently only called from a pin fixup > quirk (via ALC662_FIXUP_DELL_MIC_NO_PRESENCE), and that pin quirk has > headphone at 0x1b, so yes. OK, then it'd be better to mention the assumption briefly in a comment. > It would we better if we could make it more generic, but I think doing > this at HDA_FIXUP_PROBE instead would be too late (the boost control, > paths, etc, would already be created)...? Right. > Do you have a better suggestion? I think the current form is OK, but I wanted to make sure. Takashi -- 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/1454235 Title: Fix headset jack on two Dell machines Status in HWE Next Project: Fix Committed Status in linux package in Ubuntu: Fix Committed Bug description: This bug is for tracking purposes. Please do not triage. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1454235/+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 1454235] [PATCH] ALSA: hda - Disable Headphone Mic boost for ALC662
When headphone mic boost is above zero, some 10 - 20 second delay might occur before the headphone mic is operational. Therefore disable the headphone mic boost control (recording gain is sufficient even without it). (Note: this patch is not about the headset mic, it's about the less common mic-in only mode.) BugLink: https://bugs.launchpad.net/bugs/1454235 Suggested-by: Kailang Yang Signed-off-by: David Henningsson --- sound/pci/hda/patch_realtek.c | 5 + 1 file changed, 5 insertions(+) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index d0fa455..da2d371 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -4240,6 +4240,11 @@ static void alc_fixup_headset_mode_alc662(struct hda_codec *codec, if (action == HDA_FIXUP_ACT_PRE_PROBE) { spec->parse_flags |= HDA_PINCFG_HEADSET_MIC; spec->gen.hp_mic = 1; /* Mic-in is same pin as headphone */ + + /* Disable boost for mic-in permanently. (This code is only called + from quirks that guarantee that the headphone is at NID 0x1b.) */ + snd_hda_codec_write(codec, 0x1b, 0, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000); + snd_hda_override_wcaps(codec, 0x1b, get_wcaps(codec, 0x1b) & ~AC_WCAP_IN_AMP); } else alc_fixup_headset_mode(codec, fix, action); } -- 1.9.1 -- 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/1454235 Title: Fix headset jack on two Dell machines Status in HWE Next Project: Fix Committed Status in linux package in Ubuntu: Fix Committed Bug description: This bug is for tracking purposes. Please do not triage. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1454235/+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 1408963] Re: [Xbuntu 14.04, 14.10 and 15.04] Network manager stops working: iwl3945 0000:03:00.0: BSM uCode verification failed at addr ...; wlan0: deauthenticating from... by l
Similar behavior on a Dell inspiron 9400: systemd[1]: Started Network Manager. systemd[1]: Starting Network Manager Wait Online... NetworkManager[8547]: [1432706094.998351] [platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 3: mtu 0 (1) driver 'iwl3945' udi '/sys/devices/pci:00/:00:1c.1/:0c:00.0/net/wlan0': Unspecific failure NetworkManager[8547]: (wlan0): preparing device kernel: [ 2587.386187] iwl3945 :0c:00.0: Unable to initialize device after 5 attempts. kernel: [ 2587.436284] iwl3945 :0c:00.0: BSM uCode verification failed at addr 0x3800+0 (of 900), is 0xa5a5a5a2, s/b 0xf802020 kernel: [ 2587.436292] iwl3945 :0c:00.0: Unable to set up bootstrap uCode: -5 kernel: [ 2587.482952] iwl3945 :0c:00.0: BSM uCode verification failed at addr 0x3800+0 (of 900), is 0xa5a5a5a2, s/b 0xf802020 kernel: [ 2587.482957] iwl3945 :0c:00.0: Unable to set up bootstrap uCode: -5 kernel: [ 2587.529622] iwl3945 :0c:00.0: BSM uCode verification failed at addr 0x3800+0 (of 900), is 0xa5a5a5a2, s/b 0xf802020 kernel: [ 2587.529626] iwl3945 :0c:00.0: Unable to set up bootstrap uCode: -5 kernel: [ 2587.576289] iwl3945 :0c:00.0: BSM uCode verification failed at addr 0x3800+0 (of 900), is 0xa5a5a5a2, s/b 0xf802020 kernel: [ 2587.576294] iwl3945 :0c:00.0: Unable to set up bootstrap uCode: -5 kernel: [ 2587.622952] iwl3945 :0c:00.0: BSM uCode verification failed at addr 0x3800+0 (of 900), is 0xa5a5a5a2, s/b 0xf802020 kernel: [ 2587.622956] iwl3945 :0c:00.0: Unable to set up bootstrap uCode: -5 rtkit-daemon[7818]: Successfully made thread 8558 of process 8558 (n/a) owned by '1000' high priority at nice level -11. rtkit-daemon[7818]: Supervising 1 threads of 1 processes of 1 users. pulseaudio[8558]: [pulseaudio] pid.c: Stale PID file, overwriting. kernel: [ 2587.660738] iwl3945 :0c:00.0: Unable to initialize device after 5 attempts. wpa_supplicant[840]: Could not set interface wlan0 flags (UP): Input/output error wpa_supplicant[840]: nl80211: Could not set interface 'wlan0' UP NetworkManager[8547]: urfkill disappeared from the bus -- 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/1408963 Title: [Xbuntu 14.04, 14.10 and 15.04] Network manager stops working: iwl3945 :03:00.0: BSM uCode verification failed at addr ...; wlan0: deauthenticating from... by local choice (Reason: 3=DEAUTH_LEAVING), Status in linux-firmware package in Ubuntu: Confirmed Status in network-manager package in Ubuntu: Confirmed Bug description: From time to time, the system loses all wireles networks and kubuntu network manager applet goes blank - not even one network is shown. All wifi connections are broken. Rebooting fixes the issue, switching to WICD on-the-fly enables to continue browsing without rebooting, so it seems to be no hardware issue or iwl3945 issue. What to expect: stable connections and flawless network managing. What happens: so above. Further informations about the system, the network configuration, the package version can be found in the attachment, also parts of rsyslog and dmesg. Interesting, according to some helpers, are the following lines: dmesg: wlan0: deauthenticating from 02:26:4d:ac:8f:45 by local choice (Reason: 3=DEAUTH_LEAVING) lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 14.10 Release:14.10 Codename: utopic apt-cache policy network-manager network-manager: Installiert: 0.9.8.8-0ubuntu28 Installationskandidat: 0.9.8.8-0ubuntu28 Versionstabelle: *** 0.9.8.8-0ubuntu28 0 500 http://de.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages 100 /var/lib/dpkg/status To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1408963/+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 1454235] Re: [PATCH] ALSA: hda - Disable Headphone Mic boost for ALC662
At Thu, 28 May 2015 09:40:23 +0200, David Henningsson wrote: > > When headphone mic boost is above zero, some 10 - 20 second delay > might occur before the headphone mic is operational. > Therefore disable the headphone mic boost control (recording gain is > sufficient even without it). > > (Note: this patch is not about the headset mic, it's about the less > common mic-in only mode.) > > BugLink: https://bugs.launchpad.net/bugs/1454235 > Suggested-by: Kailang Yang > Signed-off-by: David Henningsson Applied, thanks. Takashi > --- > sound/pci/hda/patch_realtek.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c > index d0fa455..da2d371 100644 > --- a/sound/pci/hda/patch_realtek.c > +++ b/sound/pci/hda/patch_realtek.c > @@ -4240,6 +4240,11 @@ static void alc_fixup_headset_mode_alc662(struct > hda_codec *codec, > if (action == HDA_FIXUP_ACT_PRE_PROBE) { > spec->parse_flags |= HDA_PINCFG_HEADSET_MIC; > spec->gen.hp_mic = 1; /* Mic-in is same pin as headphone */ > + > + /* Disable boost for mic-in permanently. (This code is only > called > +from quirks that guarantee that the headphone is at NID > 0x1b.) */ > + snd_hda_codec_write(codec, 0x1b, 0, AC_VERB_SET_AMP_GAIN_MUTE, > 0x7000); > + snd_hda_override_wcaps(codec, 0x1b, get_wcaps(codec, 0x1b) & > ~AC_WCAP_IN_AMP); > } else > alc_fixup_headset_mode(codec, fix, action); > } > -- > 1.9.1 > -- 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/1454235 Title: Fix headset jack on two Dell machines Status in HWE Next Project: Fix Committed Status in linux package in Ubuntu: Fix Committed Bug description: This bug is for tracking purposes. Please do not triage. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1454235/+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 1408833] Re: broken postinst test for uvtool-libvirt
Hi all Please when this issue will be solved? We are completely stuck and no workaround available. Many thanks for your help. -- 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/1408833 Title: broken postinst test for uvtool-libvirt Status in AppArmor Linux application security framework: Confirmed Status in Ubuntu OpenStack installer: Confirmed Status in ubuntu virtualization tools: Invalid Status in linux package in Ubuntu: Fix Committed Status in linux source package in Utopic: Fix Released Bug description: Installing uvtool-libvirt *inside an lxc container* on utopic fails due to a test in the postinst script. It uses socat on the libvirt socket, which fails, despite libvirt being installed correctly. ubuntu@uoi-bootstrap:~$ sudo apt-get install -f Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libfreetype6 os-prober Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up uvtool-libvirt (0~bzr92-0ubuntu2) ... 2015/01/08 13:01:34 socat[10184] E read(3, 0x13b2a30, 8192): Permission denied libvirtd does not appear to be listening on "/var/run/libvirt/libvirt-sock". On Ubuntu, libvirtd is managed with the "libvirt-bin" upstart job. Repair libvirtd, then reconfigure uvtool-libvirt with: sudo apt-get -f install dpkg: error processing package uvtool-libvirt (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: uvtool-libvirt E: Sub-process /usr/bin/dpkg returned an error code (1) ubuntu@uoi-bootstrap:~$ ps -ef | grep libvirt libvirt+ 9556 1 0 09:52 ?00:00:00 /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --dhcp-script=/usr/lib/libvirt/libvirt_leaseshelper root 9557 9556 0 09:52 ?00:00:00 /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --dhcp-script=/usr/lib/libvirt/libvirt_leaseshelper root 9854 1 0 10:24 ?00:00:00 /usr/sbin/libvirtd -d ubuntu 10155 10120 0 12:56 pts/000:00:00 grep libvirt ubuntu@uoi-bootstrap:~$ groups ubuntu adm dialout cdrom floppy sudo audio dip video plugdev netdev libvirtd ubuntu@uoi-bootstrap:~$ virsh list IdName State for a little more context, there are notes here: https://gist.github.com/mikemccracken/53c665e6094db21efc03 To manage notifications about this bug go to: https://bugs.launchpad.net/apparmor/+bug/1408833/+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 1459365] Re: Can't resume after hibernation
apport information ** Tags added: apport-collected ** Description changed: Hi, Since I upgraded from 14.10 to 15.04 I can no longer resume after hibernation. Upon resuming all I see is a blank screen with a blinking underscore at the top left corner, which later freezes. Also I'm using Ubuntu Gnome. Description: Ubuntu 15.04 Release: 15.04 Regards, Arvin + --- + ApportVersion: 2.17.2-0ubuntu1.1 + Architecture: amd64 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/controlC1: arvin 1308 F pulseaudio + CurrentDesktop: GNOME + DistroRelease: Ubuntu 15.04 + HibernationDevice: RESUME=UUID=bd928b77-1bbc-4835-8697-26d8d6e0b76e + InstallationDate: Installed on 2014-11-07 (201 days ago) + InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) + MachineType: Dell Inc. XPS13 9333 + Package: linux (not installed) + ProcFB: 0 inteldrmfb + ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=9284c4b7-1cf2-44d1-b438-059d349f5193 ro quiet splash vt.handoff=7 + ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 + RelatedPackageVersions: + linux-restricted-modules-3.19.0-18-generic N/A + linux-backports-modules-3.19.0-18-generic N/A + linux-firmware 1.143.1 + Tags: vivid + Uname: Linux 3.19.0-18-generic x86_64 + UpgradeStatus: Upgraded to vivid on 2015-05-18 (9 days ago) + UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo + _MarkForUpload: True + dmi.bios.date: 03/19/2014 + dmi.bios.vendor: Dell Inc. + dmi.bios.version: A04 + dmi.board.name: 0GFTRT + dmi.board.vendor: Dell Inc. + dmi.board.version: A00 + dmi.chassis.type: 8 + dmi.chassis.vendor: Dell Inc. + dmi.chassis.version: 0.1 + dmi.modalias: dmi:bvnDellInc.:bvrA04:bd03/19/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1: + dmi.product.name: XPS13 9333 + dmi.sys.vendor: Dell Inc. ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/1459365/+attachment/4405995/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459365 Title: Can't resume after hibernation Status in linux package in Ubuntu: Incomplete Bug description: Hi, Since I upgraded from 14.10 to 15.04 I can no longer resume after hibernation. Upon resuming all I see is a blank screen with a blinking underscore at the top left corner, which later freezes. Also I'm using Ubuntu Gnome. Description: Ubuntu 15.04 Release: 15.04 Regards, Arvin --- ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: arvin 1308 F pulseaudio CurrentDesktop: GNOME DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=bd928b77-1bbc-4835-8697-26d8d6e0b76e InstallationDate: Installed on 2014-11-07 (201 days ago) InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Dell Inc. XPS13 9333 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=9284c4b7-1cf2-44d1-b438-059d349f5193 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: Upgraded to vivid on 2015-05-18 (9 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 03/19/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A04 dmi.board.name: 0GFTRT dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA04:bd03/19/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: XPS13 9333 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459365/+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 1459365] PulseList.txt
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1459365/+attachment/4406006/+files/PulseList.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459365 Title: Can't resume after hibernation Status in linux package in Ubuntu: Incomplete Bug description: Hi, Since I upgraded from 14.10 to 15.04 I can no longer resume after hibernation. Upon resuming all I see is a blank screen with a blinking underscore at the top left corner, which later freezes. Also I'm using Ubuntu Gnome. Description: Ubuntu 15.04 Release: 15.04 Regards, Arvin --- ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: arvin 1308 F pulseaudio CurrentDesktop: GNOME DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=bd928b77-1bbc-4835-8697-26d8d6e0b76e InstallationDate: Installed on 2014-11-07 (201 days ago) InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Dell Inc. XPS13 9333 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=9284c4b7-1cf2-44d1-b438-059d349f5193 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: Upgraded to vivid on 2015-05-18 (9 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 03/19/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A04 dmi.board.name: 0GFTRT dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA04:bd03/19/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: XPS13 9333 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459365/+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 1459365] WifiSyslog.txt
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1459365/+attachment/4406010/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459365 Title: Can't resume after hibernation Status in linux package in Ubuntu: Incomplete Bug description: Hi, Since I upgraded from 14.10 to 15.04 I can no longer resume after hibernation. Upon resuming all I see is a blank screen with a blinking underscore at the top left corner, which later freezes. Also I'm using Ubuntu Gnome. Description: Ubuntu 15.04 Release: 15.04 Regards, Arvin --- ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: arvin 1308 F pulseaudio CurrentDesktop: GNOME DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=bd928b77-1bbc-4835-8697-26d8d6e0b76e InstallationDate: Installed on 2014-11-07 (201 days ago) InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Dell Inc. XPS13 9333 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=9284c4b7-1cf2-44d1-b438-059d349f5193 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: Upgraded to vivid on 2015-05-18 (9 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 03/19/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A04 dmi.board.name: 0GFTRT dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA04:bd03/19/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: XPS13 9333 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459365/+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 1459365] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1459365/+attachment/4406005/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459365 Title: Can't resume after hibernation Status in linux package in Ubuntu: Incomplete Bug description: Hi, Since I upgraded from 14.10 to 15.04 I can no longer resume after hibernation. Upon resuming all I see is a blank screen with a blinking underscore at the top left corner, which later freezes. Also I'm using Ubuntu Gnome. Description: Ubuntu 15.04 Release: 15.04 Regards, Arvin --- ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: arvin 1308 F pulseaudio CurrentDesktop: GNOME DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=bd928b77-1bbc-4835-8697-26d8d6e0b76e InstallationDate: Installed on 2014-11-07 (201 days ago) InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Dell Inc. XPS13 9333 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=9284c4b7-1cf2-44d1-b438-059d349f5193 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: Upgraded to vivid on 2015-05-18 (9 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 03/19/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A04 dmi.board.name: 0GFTRT dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA04:bd03/19/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: XPS13 9333 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459365/+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 1459365] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1459365/+attachment/4406002/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459365 Title: Can't resume after hibernation Status in linux package in Ubuntu: Incomplete Bug description: Hi, Since I upgraded from 14.10 to 15.04 I can no longer resume after hibernation. Upon resuming all I see is a blank screen with a blinking underscore at the top left corner, which later freezes. Also I'm using Ubuntu Gnome. Description: Ubuntu 15.04 Release: 15.04 Regards, Arvin --- ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: arvin 1308 F pulseaudio CurrentDesktop: GNOME DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=bd928b77-1bbc-4835-8697-26d8d6e0b76e InstallationDate: Installed on 2014-11-07 (201 days ago) InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Dell Inc. XPS13 9333 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=9284c4b7-1cf2-44d1-b438-059d349f5193 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: Upgraded to vivid on 2015-05-18 (9 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 03/19/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A04 dmi.board.name: 0GFTRT dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA04:bd03/19/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: XPS13 9333 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459365/+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 1459365] RfKill.txt
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1459365/+attachment/4406007/+files/RfKill.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459365 Title: Can't resume after hibernation Status in linux package in Ubuntu: Incomplete Bug description: Hi, Since I upgraded from 14.10 to 15.04 I can no longer resume after hibernation. Upon resuming all I see is a blank screen with a blinking underscore at the top left corner, which later freezes. Also I'm using Ubuntu Gnome. Description: Ubuntu 15.04 Release: 15.04 Regards, Arvin --- ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: arvin 1308 F pulseaudio CurrentDesktop: GNOME DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=bd928b77-1bbc-4835-8697-26d8d6e0b76e InstallationDate: Installed on 2014-11-07 (201 days ago) InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Dell Inc. XPS13 9333 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=9284c4b7-1cf2-44d1-b438-059d349f5193 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: Upgraded to vivid on 2015-05-18 (9 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 03/19/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A04 dmi.board.name: 0GFTRT dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA04:bd03/19/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: XPS13 9333 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459365/+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 1459365] UdevLog.txt
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1459365/+attachment/4406009/+files/UdevLog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459365 Title: Can't resume after hibernation Status in linux package in Ubuntu: Incomplete Bug description: Hi, Since I upgraded from 14.10 to 15.04 I can no longer resume after hibernation. Upon resuming all I see is a blank screen with a blinking underscore at the top left corner, which later freezes. Also I'm using Ubuntu Gnome. Description: Ubuntu 15.04 Release: 15.04 Regards, Arvin --- ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: arvin 1308 F pulseaudio CurrentDesktop: GNOME DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=bd928b77-1bbc-4835-8697-26d8d6e0b76e InstallationDate: Installed on 2014-11-07 (201 days ago) InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Dell Inc. XPS13 9333 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=9284c4b7-1cf2-44d1-b438-059d349f5193 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: Upgraded to vivid on 2015-05-18 (9 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 03/19/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A04 dmi.board.name: 0GFTRT dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA04:bd03/19/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: XPS13 9333 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459365/+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 1459365] CRDA.txt
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1459365/+attachment/4405996/+files/CRDA.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459365 Title: Can't resume after hibernation Status in linux package in Ubuntu: Incomplete Bug description: Hi, Since I upgraded from 14.10 to 15.04 I can no longer resume after hibernation. Upon resuming all I see is a blank screen with a blinking underscore at the top left corner, which later freezes. Also I'm using Ubuntu Gnome. Description: Ubuntu 15.04 Release: 15.04 Regards, Arvin --- ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: arvin 1308 F pulseaudio CurrentDesktop: GNOME DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=bd928b77-1bbc-4835-8697-26d8d6e0b76e InstallationDate: Installed on 2014-11-07 (201 days ago) InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Dell Inc. XPS13 9333 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=9284c4b7-1cf2-44d1-b438-059d349f5193 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: Upgraded to vivid on 2015-05-18 (9 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 03/19/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A04 dmi.board.name: 0GFTRT dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA04:bd03/19/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: XPS13 9333 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459365/+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 1459365] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1459365/+attachment/4405997/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459365 Title: Can't resume after hibernation Status in linux package in Ubuntu: Incomplete Bug description: Hi, Since I upgraded from 14.10 to 15.04 I can no longer resume after hibernation. Upon resuming all I see is a blank screen with a blinking underscore at the top left corner, which later freezes. Also I'm using Ubuntu Gnome. Description: Ubuntu 15.04 Release: 15.04 Regards, Arvin --- ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: arvin 1308 F pulseaudio CurrentDesktop: GNOME DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=bd928b77-1bbc-4835-8697-26d8d6e0b76e InstallationDate: Installed on 2014-11-07 (201 days ago) InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Dell Inc. XPS13 9333 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=9284c4b7-1cf2-44d1-b438-059d349f5193 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: Upgraded to vivid on 2015-05-18 (9 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 03/19/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A04 dmi.board.name: 0GFTRT dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA04:bd03/19/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: XPS13 9333 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459365/+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 1459365] IwConfig.txt
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1459365/+attachment/4405998/+files/IwConfig.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459365 Title: Can't resume after hibernation Status in linux package in Ubuntu: Incomplete Bug description: Hi, Since I upgraded from 14.10 to 15.04 I can no longer resume after hibernation. Upon resuming all I see is a blank screen with a blinking underscore at the top left corner, which later freezes. Also I'm using Ubuntu Gnome. Description: Ubuntu 15.04 Release: 15.04 Regards, Arvin --- ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: arvin 1308 F pulseaudio CurrentDesktop: GNOME DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=bd928b77-1bbc-4835-8697-26d8d6e0b76e InstallationDate: Installed on 2014-11-07 (201 days ago) InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Dell Inc. XPS13 9333 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=9284c4b7-1cf2-44d1-b438-059d349f5193 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: Upgraded to vivid on 2015-05-18 (9 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 03/19/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A04 dmi.board.name: 0GFTRT dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA04:bd03/19/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: XPS13 9333 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459365/+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 1459365] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1459365/+attachment/4406001/+files/Lsusb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459365 Title: Can't resume after hibernation Status in linux package in Ubuntu: Incomplete Bug description: Hi, Since I upgraded from 14.10 to 15.04 I can no longer resume after hibernation. Upon resuming all I see is a blank screen with a blinking underscore at the top left corner, which later freezes. Also I'm using Ubuntu Gnome. Description: Ubuntu 15.04 Release: 15.04 Regards, Arvin --- ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: arvin 1308 F pulseaudio CurrentDesktop: GNOME DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=bd928b77-1bbc-4835-8697-26d8d6e0b76e InstallationDate: Installed on 2014-11-07 (201 days ago) InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Dell Inc. XPS13 9333 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=9284c4b7-1cf2-44d1-b438-059d349f5193 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: Upgraded to vivid on 2015-05-18 (9 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 03/19/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A04 dmi.board.name: 0GFTRT dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA04:bd03/19/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: XPS13 9333 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459365/+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 1456881] Re: Some touchpads' right button doesn't work under I2C mode, need support of clickpads
We found under some extreme system usage that comment #2 can fix the problem. Run some application/operation (e.g: Play youtube on background, launch libreoffice for awhile (about 5-10min) or insert USB to copy some files : The touchpad cursor were no function after some operation, sometime it scrolling automatically or keep send press signal. Without the patch of comment #2, when the issue occurred we also check the touchpad event on ttyl1 by "evtest", we can found the event keeping output without move cursor/click touchpad. Our observation is the HiDPI platform may have more loading cause this issue and sometimes its also cause xorg crash. ** Attachment added: "Screenshot from 2015-05-27 17_24_59.png" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1456881/+attachment/4406011/+files/Screenshot%20from%202015-05-27%2017_24_59.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/1456881 Title: Some touchpads' right button doesn't work under I2C mode, need support of clickpads Status in HWE Next Project: In Progress Status in linux package in Ubuntu: In Progress Status in linux source package in Trusty: Fix Committed Status in linux source package in Utopic: Fix Committed Bug description: We need to add this support, otherwise some touchpads' right button doesn't work under I2C mode. commit015fdaa9f8edd89a456b3331088e1b77ebdad9d0 (patch) HID: multitouch: add support of clickpads Touchpads that have only one button are called clickpads and should be advertised as such by the kernel. Signed-off-by: Benjamin Tissoires Tested-by: Jason Ekstrand Signed-off-by: Jiri Kosina To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1456881/+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 1459365] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1459365/+attachment/4406008/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459365 Title: Can't resume after hibernation Status in linux package in Ubuntu: Incomplete Bug description: Hi, Since I upgraded from 14.10 to 15.04 I can no longer resume after hibernation. Upon resuming all I see is a blank screen with a blinking underscore at the top left corner, which later freezes. Also I'm using Ubuntu Gnome. Description: Ubuntu 15.04 Release: 15.04 Regards, Arvin --- ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: arvin 1308 F pulseaudio CurrentDesktop: GNOME DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=bd928b77-1bbc-4835-8697-26d8d6e0b76e InstallationDate: Installed on 2014-11-07 (201 days ago) InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Dell Inc. XPS13 9333 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=9284c4b7-1cf2-44d1-b438-059d349f5193 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: Upgraded to vivid on 2015-05-18 (9 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 03/19/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A04 dmi.board.name: 0GFTRT dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA04:bd03/19/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: XPS13 9333 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459365/+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 1459365] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1459365/+attachment/4406004/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459365 Title: Can't resume after hibernation Status in linux package in Ubuntu: Incomplete Bug description: Hi, Since I upgraded from 14.10 to 15.04 I can no longer resume after hibernation. Upon resuming all I see is a blank screen with a blinking underscore at the top left corner, which later freezes. Also I'm using Ubuntu Gnome. Description: Ubuntu 15.04 Release: 15.04 Regards, Arvin --- ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: arvin 1308 F pulseaudio CurrentDesktop: GNOME DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=bd928b77-1bbc-4835-8697-26d8d6e0b76e InstallationDate: Installed on 2014-11-07 (201 days ago) InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Dell Inc. XPS13 9333 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=9284c4b7-1cf2-44d1-b438-059d349f5193 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: Upgraded to vivid on 2015-05-18 (9 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 03/19/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A04 dmi.board.name: 0GFTRT dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA04:bd03/19/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: XPS13 9333 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459365/+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 1459365] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1459365/+attachment/4406000/+files/Lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459365 Title: Can't resume after hibernation Status in linux package in Ubuntu: Incomplete Bug description: Hi, Since I upgraded from 14.10 to 15.04 I can no longer resume after hibernation. Upon resuming all I see is a blank screen with a blinking underscore at the top left corner, which later freezes. Also I'm using Ubuntu Gnome. Description: Ubuntu 15.04 Release: 15.04 Regards, Arvin --- ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: arvin 1308 F pulseaudio CurrentDesktop: GNOME DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=bd928b77-1bbc-4835-8697-26d8d6e0b76e InstallationDate: Installed on 2014-11-07 (201 days ago) InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Dell Inc. XPS13 9333 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=9284c4b7-1cf2-44d1-b438-059d349f5193 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: Upgraded to vivid on 2015-05-18 (9 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 03/19/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A04 dmi.board.name: 0GFTRT dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA04:bd03/19/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: XPS13 9333 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459365/+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 1459365] JournalErrors.txt
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1459365/+attachment/4405999/+files/JournalErrors.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459365 Title: Can't resume after hibernation Status in linux package in Ubuntu: Incomplete Bug description: Hi, Since I upgraded from 14.10 to 15.04 I can no longer resume after hibernation. Upon resuming all I see is a blank screen with a blinking underscore at the top left corner, which later freezes. Also I'm using Ubuntu Gnome. Description: Ubuntu 15.04 Release: 15.04 Regards, Arvin --- ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: arvin 1308 F pulseaudio CurrentDesktop: GNOME DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=bd928b77-1bbc-4835-8697-26d8d6e0b76e InstallationDate: Installed on 2014-11-07 (201 days ago) InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Dell Inc. XPS13 9333 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=9284c4b7-1cf2-44d1-b438-059d349f5193 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: Upgraded to vivid on 2015-05-18 (9 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 03/19/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A04 dmi.board.name: 0GFTRT dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA04:bd03/19/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: XPS13 9333 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459365/+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 1459365] ProcEnviron.txt
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1459365/+attachment/4406003/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459365 Title: Can't resume after hibernation Status in linux package in Ubuntu: Incomplete Bug description: Hi, Since I upgraded from 14.10 to 15.04 I can no longer resume after hibernation. Upon resuming all I see is a blank screen with a blinking underscore at the top left corner, which later freezes. Also I'm using Ubuntu Gnome. Description: Ubuntu 15.04 Release: 15.04 Regards, Arvin --- ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: arvin 1308 F pulseaudio CurrentDesktop: GNOME DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=bd928b77-1bbc-4835-8697-26d8d6e0b76e InstallationDate: Installed on 2014-11-07 (201 days ago) InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Dell Inc. XPS13 9333 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=9284c4b7-1cf2-44d1-b438-059d349f5193 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: Upgraded to vivid on 2015-05-18 (9 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 03/19/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A04 dmi.board.name: 0GFTRT dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA04:bd03/19/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: XPS13 9333 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459365/+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 1456881] Re: Some touchpads' right button doesn't work under I2C mode, need support of clickpads
additional info of #4, the machine is "Dell XPS 13 (2015) with HiDPI", "HID: multitouch: add support of clickpads" is not enough to fix its problem, also needs "HID: multitouch: Add support for button type usage" -- 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/1456881 Title: Some touchpads' right button doesn't work under I2C mode, need support of clickpads Status in HWE Next Project: In Progress Status in linux package in Ubuntu: In Progress Status in linux source package in Trusty: Fix Committed Status in linux source package in Utopic: Fix Committed Bug description: We need to add this support, otherwise some touchpads' right button doesn't work under I2C mode. commit015fdaa9f8edd89a456b3331088e1b77ebdad9d0 (patch) HID: multitouch: add support of clickpads Touchpads that have only one button are called clickpads and should be advertised as such by the kernel. Signed-off-by: Benjamin Tissoires Tested-by: Jason Ekstrand Signed-off-by: Jiri Kosina To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1456881/+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 1456881] Re: Some touchpads' right button doesn't work under I2C mode, need support of clickpads
the other patch has been submitted to kernel-team@ -- 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/1456881 Title: Some touchpads' right button doesn't work under I2C mode, need support of clickpads Status in HWE Next Project: In Progress Status in linux package in Ubuntu: In Progress Status in linux source package in Trusty: Fix Committed Status in linux source package in Utopic: Fix Committed Bug description: We need to add this support, otherwise some touchpads' right button doesn't work under I2C mode. commit015fdaa9f8edd89a456b3331088e1b77ebdad9d0 (patch) HID: multitouch: add support of clickpads Touchpads that have only one button are called clickpads and should be advertised as such by the kernel. Signed-off-by: Benjamin Tissoires Tested-by: Jason Ekstrand Signed-off-by: Jiri Kosina To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1456881/+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 1454207] Re: Samsung 730U3E LCD backlight brightness control doesn't work
Kernel version reverse-bisect showed that it works with 4.0rc1 and higher. I will do a commit reverse-bisect when I have time. -- 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/1454207 Title: Samsung 730U3E LCD backlight brightness control doesn't work Status in linux package in Ubuntu: Incomplete Bug description: Fn-shortcuts work and the value in /sys/class/backlight/intel_backlight/brightness changes, but is has no physical effect. Only setting /sys/class/backlight/intel_backlight/brightness to 0 turns the LCD off, changing it to any other value turns it on again. I tried to set different boot parameters in /etc/defaults/grub GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video.use_native_backlight=1" GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video.use_native_backlight=0" GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor" GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux acpi_backlight=vendor" GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video.use_bios_initial_backlight=0" For each change, I called update-grub, restarted, and verfied the settings with /proc/cmdline. Nothing worked for me. I also tested this with the newest mainline kernel (4.1-rc2), but the bug still exists. It work with trusty and stopped working with utopic. I thought this issue would may be fixed in vivid, but it isn't. Please tell me what other information you need in order to fix this. ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: linux-image-3.19.0-16-generic 3.19.0-16.16 ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3 Uname: Linux 3.19.0-16-generic x86_64 ApportVersion: 2.17.2-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: stefan 1383 F pulseaudio CurrentDesktop: KDE Date: Tue May 12 13:08:51 2015 HibernationDevice: RESUME=UUID=34e06653-f31c-45ef-80ca-9eddcae5134f InstallationDate: Installed on 2015-03-10 (62 days ago) InstallationMedia: Kubuntu-Plasma-5 14.10 "Utopic Unicorn" - Release amd64 (20141022) MachineType: SAMSUNG ELECTRONICS CO., LTD. 730U3E/740U3E ProcFB: 0 inteldrmfb 1 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-16-generic root=/dev/mapper/kubuntu--plasma--5--vg-root ro quiet splash video.use_bios_initial_backlight=0 RelatedPackageVersions: linux-restricted-modules-3.19.0-16-generic N/A linux-backports-modules-3.19.0-16-generic N/A linux-firmware 1.143 SourcePackage: linux UpgradeStatus: Upgraded to vivid on 2015-04-26 (16 days ago) dmi.bios.date: 05/30/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: P05ABW.060.130530.dg dmi.board.asset.tag: No Asset Tag dmi.board.name: NP730U3E-S03DE dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD. dmi.board.version: SEC_SW_REVISION_1234567890ABCD dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 9 dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD. dmi.chassis.version: N/A dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrP05ABW.060.130530.dg:bd05/30/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn730U3E/740U3E:pvrP05ABW:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP730U3E-S03DE:rvrSEC_SW_REVISION_1234567890ABCD:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A: dmi.product.name: 730U3E/740U3E dmi.product.version: P05ABW dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1454207/+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 1457369] Re: kernel 3.19.0-18 breaks HDMI audio for snd_hda_intel
** Patch added: "this temporary patch should fix this issue" https://bugs.launchpad.net/system76/+bug/1457369/+attachment/4406026/+files/0001-UBUNTU-SAUCE-Correct-skylake-and-braswell-identifica.patch -- 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/1457369 Title: kernel 3.19.0-18 breaks HDMI audio for snd_hda_intel Status in System76: Triaged Status in linux package in Ubuntu: Triaged Bug description: Problem appears on multiple computers with exact same kernel update, so clearly the problem is within the kernel. 3.19.0-16 did work without any problems. Before sound worked great via HDMI, now the HDMI output is not visible in neither alsamixer nor pulseaudio. Audio via the headphone jack still works. The computers are Intel-NUC-Kit-D54250WYK: 00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a26] (rev 09) Subsystem: Intel Corporation Device [8086:2054] Kernel driver in use: i915 00:03.0 Audio device [0403]: Intel Corporation Haswell-ULT HD Audio Controller [8086:0a0c] (rev 09) Subsystem: Intel Corporation Device [8086:2054] Kernel driver in use: snd_hda_inte dmesg gives: [3.178745] sound hdaudioC1D0: autoconfig: line_outs=1 (0x21/0x0/0x0/0x0/0x0) type:hp [3.178750] sound hdaudioC1D0:speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [3.178753] sound hdaudioC1D0:hp_outs=0 (0x0/0x0/0x0/0x0/0x0) [3.178754] sound hdaudioC1D0:mono: mono_out=0x0 [3.178756] sound hdaudioC1D0:inputs: [3.178759] sound hdaudioC1D0: Mic=0x19 ... [3.215371] snd_hda_intel :00:03.0: Cannot turn on display power on i915 ... [3.297561] [drm] Initialized i915 1.6.0 20141121 for :00:02.0 on minor 0 ... [3.304357] i915 :00:02.0: fb0: inteldrmfb frame buffer device [3.304360] i915 :00:02.0: registered panic notifier --- ApportVersion: 2.17.2-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: maarten1669 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.04 Lsusb: Bus 001 Device 008: ID 8087:07dc Intel Corp. Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 001 Device 002: ID 8087:8000 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=6c65d9ee-31fe-4832-8907-f47ac02d6f83 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev' Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip fuse lp lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/10/2015 dmi.bios.vendor: Intel Corp. dmi.bios.version: WYLPT10H.86A.0038.2015.0410.1634 dmi.board.name: D54250WYK dmi.board.vendor: Intel Corporation dmi.board.version: H13922-302 dmi.chassis.type: 3 dmi.modalias: dmi:bvnIntelCorp.:bvrWYLPT10H.86A.0038.2015.0410.1634:bd04/10/2015:svn:pn:pvr:rvnIntelCorporation:rnD54250WYK:rvrH13922-302:cvn:ct3:cvr: --- ApportVersion: 2.17.2-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: maarten1669 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.04 Lsusb: Bus 001 Device 008: ID 8087:07dc Intel Corp. Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 001 Device 002: ID 8087:8000 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=6c65d9ee-31fe-4832-8907-f47ac02d6f83 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev' Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip fuse lp lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/10/2015 dmi.bios.vendor: Intel Corp. dmi.bios.version: WYLPT10H.86A.0038.2015.0410.1634 dmi.board.name: D54250WYK dmi.board.vendor: Intel Corporation dmi.board.version: H1392
[Kernel-packages] [Bug 1433444] Re: Thinkpad T550 touchscreen does not work
Shevek, who are you making that comment to? -- 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/1433444 Title: Thinkpad T550 touchscreen does not work Status in linux package in Ubuntu: Incomplete Bug description: T: Bus=02 Lev=01 Prnt=01 Port=04 Cnt=02 Dev#= 7 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=056a ProdID=5010 Rev=00.14 S: Manufacturer=Wacom Co.,Ltd. S: Product=MultiTouch Sensor C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=16mA I: If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=00 Prot=00 Driver=(none) Bus 002 Device 007: ID 056a:5010 Wacom Co., Ltd Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize064 idVendor 0x056a Wacom Co., Ltd idProduct 0x5010 bcdDevice0.14 iManufacturer 1 iProduct2 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 34 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 16mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 3 Human Interface Device bInterfaceSubClass 0 No Subclass bInterfaceProtocol 0 None iInterface 3 HID Device Descriptor: bLength 9 bDescriptorType33 bcdHID 1.11 bCountryCode0 Not supported bNumDescriptors 1 bDescriptorType34 Report wDescriptorLength 537 Report Descriptors: ** UNAVAILABLE ** Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes3 Transfer TypeInterrupt Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 2 ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.16.0-31-generic 3.16.0-31.43~14.04.1 ProcVersionSignature: Ubuntu 3.16.0-31.43~14.04.1-generic 3.16.7-ckt5 Uname: Linux 3.16.0-31-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.7 Architecture: amd64 CurrentDesktop: XFCE Date: Tue Mar 17 23:18:03 2015 InstallationDate: Installed on 2015-03-05 (13 days ago) InstallationMedia: Xubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1) SourcePackage: linux-lts-utopic UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1433444/+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
This bug affects all current ASUS UX305FA models, tested with BIOS 206 and 207 and Kernel 3.19 and up to Kernel 4.0.4 from mainline. Kernel parameters "acpi_osi=" or "acpi_backlight=intel" do not work at all, "acpi_osi" only disables the WMI control (possibly another bug). How are these ACPI events generated? If the BIOS does not supply the event, maybe it must be enabled with some control sequence? (acpi_listen mostly doesn't say anything if pressing Fn+F-keys.) I saw that e.g. for newer hybrid touchpads, you need to initialize the device with an ACPI command so that it will either work in PS2 or I2C mode. Otherwise it will either be "off" or the mode is not what I wanted. Maybe this works the same way here and we only have to enable these key events? -- 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 1445195] Re: [Hyper-V] Kernel patches for storvsc
Our tests are positive so far. Already creating backups for 19 hours, with a backup every half an hour. -- 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/1445195 Title: [Hyper-V] Kernel patches for storvsc Status in linux package in Ubuntu: Triaged Status in linux source package in Precise: Triaged Status in linux source package in Trusty: Triaged Status in linux source package in Utopic: Triaged Status in linux source package in Vivid: Triaged Status in linux source package in Wily: Triaged Bug description: Storage driver performance updates for vivid K. Y. Srinivasan (7): scsi: storvsc: Increase the ring buffer size scsi: storvsc: Size the queue depth based on the ringbuffer size scsi: storvsc: Always send on the selected outgoing channel scsi: storvsc: Retrieve information about the capability of the target scsi: storvsc: Fix a bug in copy_from_bounce_buffer() scsi: storvsc: Don't assume that the scatterlist is not chained scsi: storvsc: Set the tablesize based on the information given by the host To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1445195/+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 1408963] Re: [Xbuntu 14.04, 14.10 and 15.04] Network manager stops working: iwl3945 0000:03:00.0: BSM uCode verification failed at addr ...; wlan0: deauthenticating from... by l
Similar on my old Acer Travelmate 5720 after an update from 14.04 (where I didn't have any issues with this lately): https://forum.ubuntuusers.de/topic/wlan-schmiert-immer-ab-nach-update- von-14-04-a/#post-7581108. This is in German, unfortunately, but I hope the console output there is still of some use. -- 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/1408963 Title: [Xbuntu 14.04, 14.10 and 15.04] Network manager stops working: iwl3945 :03:00.0: BSM uCode verification failed at addr ...; wlan0: deauthenticating from... by local choice (Reason: 3=DEAUTH_LEAVING), Status in linux-firmware package in Ubuntu: Confirmed Status in network-manager package in Ubuntu: Confirmed Bug description: From time to time, the system loses all wireles networks and kubuntu network manager applet goes blank - not even one network is shown. All wifi connections are broken. Rebooting fixes the issue, switching to WICD on-the-fly enables to continue browsing without rebooting, so it seems to be no hardware issue or iwl3945 issue. What to expect: stable connections and flawless network managing. What happens: so above. Further informations about the system, the network configuration, the package version can be found in the attachment, also parts of rsyslog and dmesg. Interesting, according to some helpers, are the following lines: dmesg: wlan0: deauthenticating from 02:26:4d:ac:8f:45 by local choice (Reason: 3=DEAUTH_LEAVING) lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 14.10 Release:14.10 Codename: utopic apt-cache policy network-manager network-manager: Installiert: 0.9.8.8-0ubuntu28 Installationskandidat: 0.9.8.8-0ubuntu28 Versionstabelle: *** 0.9.8.8-0ubuntu28 0 500 http://de.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages 100 /var/lib/dpkg/status To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1408963/+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 1282867] Re: Frequent hang and render glitches in Xorg, caused by SNA
for what it worth, I was having the same issues using kernel 3.18.2-031802-generic (amd64) from http://kernel.ubuntu.com/~kernel-ppa/mainline/ I've updated to kernel 3.19.8-031908-generic (amd64) and I no longer get "ERROR* gpu hanging too fast, banning" or [drm] GPU HANG... Ronan -- 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/1282867 Title: Frequent hang and render glitches in Xorg, caused by SNA Status in The Linux Kernel: Fix Released Status in linux package in Ubuntu: Confirmed Status in mesa package in Ubuntu: Confirmed Bug description: After the latest kernel upgrade, my system has many graphical glitches, and is locking up frequently. The dmesg output has errors like these: [ 1951.568672] Watchdog[2753]: segfault at 0 ip 7fe00773a32e sp 7fdff869f680 error 6 in chrome[7fe003cbe000+5dd9000] [ 1959.241676] [drm] stuck on render ring [ 1959.241685] [drm] GPU crash dump saved to /sys/class/drm/card0/error [ 1959.241686] [drm] GPU hangs can indicate a bug anywhere in the entire gfx stack, including userspace. [ 1959.241687] [drm] Please file a _new_ bug report on bugs.freedesktop.org against DRI -> DRM/Intel [ 1959.241688] [drm] drm/i915 developers can then reassign to the right component if it's not a kernel issue. [ 1959.241689] [drm] The gpu crash dump is required to analyze gpu hangs, so please always attach it. [ 1959.244266] [drm:i915_set_reset_status] *ERROR* render ring hung inside bo (0x3dc32000 ctx 17) at 0x3dc32c48 [ 3964.330034] perf samples too long (2503 > 2500), lowering kernel.perf_event_max_sample_rate to 5 [ 4849.028446] [drm] stuck on render ring [ 4849.028492] [drm:i915_set_reset_status] *ERROR* render ring hung inside bo (0x565c2000 ctx 17) at 0x565c2c48 [ 4861.093551] Watchdog[5226]: segfault at 0 ip 7fc00d36f32e sp 7fbffe2d4680 error 6 in chrome[7fc0098f3000+5dd9000] [ 4863.020198] [drm] stuck on render ring [ 4863.020255] [drm:i915_set_reset_status] *ERROR* render ring hung inside bo (0x3dc32000 ctx 17) at 0x3dc32c48 [ 4893.028245] [drm] stuck on render ring [ 4893.028295] [drm:i915_set_reset_status] *ERROR* render ring hung inside bo (0x4cbed000 ctx 10) at 0x4cbedc98 [ 4899.041855] [drm] stuck on render ring [ 4899.041900] [drm:i915_set_reset_status] *ERROR* render ring hung inside bo (0xea3d000 ctx 10) at 0xea3dc98 [ 4899.041903] [drm:i915_context_is_banned] *ERROR* context hanging too fast, declaring banned! [ 5833.173837] warning: `VBoxHeadless' uses 32-bit capabilities (legacy support in use) [ 5833.326542] device vboxnet0 entered promiscuous mode [ 6429.476175] [drm] stuck on render ring [ 6488.455986] [drm] stuck on render ring [ 6547.507818] [drm] stuck on render ring [ 6615.490047] [drm] stuck on render ring I am not sure if the xserver-xorg-video-intel ricver was also updated at the same time. This is the version in use: rdhruva@ubuntu:~$ apt-cache policy xserver-xorg-video-intel xserver-xorg-video-intel: Installed: 2:2.99.910-0ubuntu1 Candidate: 2:2.99.910-0ubuntu1 Version table: *** 2:2.99.910-0ubuntu1 0 500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages 100 /var/lib/dpkg/status ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-11-generic 3.13.0-11.31 ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3 Uname: Linux 3.13.0-11-generic x86_64 ApportVersion: 2.13.2-0ubuntu5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: rdhruva2154 F pulseaudio /dev/snd/pcmC0D0p: rdhruva2154 F...m pulseaudio CurrentDesktop: KDE Date: Thu Feb 20 19:29:20 2014 HibernationDevice: RESUME=UUID=33c83ff3-ead7-4122-a1f0-9602e848cb80 InstallationDate: Installed on 2014-01-24 (27 days ago) InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140121.1) MachineType: LENOVO 2356EF2 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-11-generic root=UUID=9a425350-3b9f-45f7-9587-97f5e539c7e6 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-11-generic N/A linux-backports-modules-3.13.0-11-generic N/A linux-firmware 1.125 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 12/16/2013 dmi.bios.vendor: LENOVO dmi.bios.version: G7ET98WW (2.58 ) dmi.board.asset.tag: Not Available dmi.board.name: 2356EF2 dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: 2045260 dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrG7ET98WW(2.58):bd12/16/2013:svnLENOVO:pn2356EF2:pvrThinkPadT430s:rvnLENOVO:rn2356EF2:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi
[Kernel-packages] [Bug 1457369] Re: kernel 3.19.0-18 breaks HDMI audio for snd_hda_intel
Thanks Xiong, that fix works for me! (Tested against 3.19.0-19.19) -- 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/1457369 Title: kernel 3.19.0-18 breaks HDMI audio for snd_hda_intel Status in System76: Triaged Status in linux package in Ubuntu: Triaged Bug description: Problem appears on multiple computers with exact same kernel update, so clearly the problem is within the kernel. 3.19.0-16 did work without any problems. Before sound worked great via HDMI, now the HDMI output is not visible in neither alsamixer nor pulseaudio. Audio via the headphone jack still works. The computers are Intel-NUC-Kit-D54250WYK: 00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a26] (rev 09) Subsystem: Intel Corporation Device [8086:2054] Kernel driver in use: i915 00:03.0 Audio device [0403]: Intel Corporation Haswell-ULT HD Audio Controller [8086:0a0c] (rev 09) Subsystem: Intel Corporation Device [8086:2054] Kernel driver in use: snd_hda_inte dmesg gives: [3.178745] sound hdaudioC1D0: autoconfig: line_outs=1 (0x21/0x0/0x0/0x0/0x0) type:hp [3.178750] sound hdaudioC1D0:speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [3.178753] sound hdaudioC1D0:hp_outs=0 (0x0/0x0/0x0/0x0/0x0) [3.178754] sound hdaudioC1D0:mono: mono_out=0x0 [3.178756] sound hdaudioC1D0:inputs: [3.178759] sound hdaudioC1D0: Mic=0x19 ... [3.215371] snd_hda_intel :00:03.0: Cannot turn on display power on i915 ... [3.297561] [drm] Initialized i915 1.6.0 20141121 for :00:02.0 on minor 0 ... [3.304357] i915 :00:02.0: fb0: inteldrmfb frame buffer device [3.304360] i915 :00:02.0: registered panic notifier --- ApportVersion: 2.17.2-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: maarten1669 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.04 Lsusb: Bus 001 Device 008: ID 8087:07dc Intel Corp. Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 001 Device 002: ID 8087:8000 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=6c65d9ee-31fe-4832-8907-f47ac02d6f83 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev' Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip fuse lp lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/10/2015 dmi.bios.vendor: Intel Corp. dmi.bios.version: WYLPT10H.86A.0038.2015.0410.1634 dmi.board.name: D54250WYK dmi.board.vendor: Intel Corporation dmi.board.version: H13922-302 dmi.chassis.type: 3 dmi.modalias: dmi:bvnIntelCorp.:bvrWYLPT10H.86A.0038.2015.0410.1634:bd04/10/2015:svn:pn:pvr:rvnIntelCorporation:rnD54250WYK:rvrH13922-302:cvn:ct3:cvr: --- ApportVersion: 2.17.2-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: maarten1669 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.04 Lsusb: Bus 001 Device 008: ID 8087:07dc Intel Corp. Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 001 Device 002: ID 8087:8000 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=6c65d9ee-31fe-4832-8907-f47ac02d6f83 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev' Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip fuse lp lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/10/2015 dmi.bios.vendor: Intel Corp. dmi.bios.version: WYLPT10H.86A.0038.2015.0410.1634 dmi.board.name: D54250WYK dmi.board.vendor: Intel Corporation dmi.board.version: H13922-302 dmi.chassis.type: 3 dmi.modalias: dmi:bvnIntelCorp.:bvrWYLPT10H.86A.0038.2015.0410.1634:bd04/10/2015:svn:pn:pvr:rvnIntelCorpor
[Kernel-packages] [Bug 1286021] Re: 2.1 surround support (userspace)
This bug was fixed in the package pulseaudio - 1:6.0-0ubuntu9 --- pulseaudio (1:6.0-0ubuntu9) wily; urgency=medium * 0312-lfe-filter-test-Use-S16NE-format.patch: Fix build failure on powerpc -- David Henningsson Thu, 28 May 2015 11:02:48 +0200 ** Changed in: pulseaudio (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to alsa-lib in Ubuntu. https://bugs.launchpad.net/bugs/1286021 Title: 2.1 surround support (userspace) Status in alsa-lib package in Ubuntu: Fix Released Status in pulseaudio package in Ubuntu: Fix Released Status in alsa-lib source package in Trusty: New Status in pulseaudio source package in Trusty: New Bug description: 2.1 surround should work as seamlessly as other surround options, such as 4.0, 5.1 and 7.1 work today. Alsa-lib and pulseaudio patches for 14.04 can be tested here: https://launchpad.net/~diwic/+archive/surround21 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-lib/+bug/1286021/+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 1459246] Re: usb keyboard not recognized at boot time
apport information ** Tags added: apport-collected ** Description changed: USB keyboard is not initialized at boot time : kernel: [3.228048] usb 3-2: new full-speed USB device number 3 using ohci-pci kernel: [3.368040] usb 3-2: device descriptor read/64, error -62 kernel: [3.612041] usb 3-2: device descriptor read/64, error -62 kernel: [3.852042] usb 3-2: new full-speed USB device number 4 using ohci-pci kernel: [4.260040] usb 3-2: device not accepting address 4, error -62 kernel: [4.396044] usb 3-2: new full-speed USB device number 5 using ohci-pci kernel: [4.804036] usb 3-2: device not accepting address 5, error -62 kernel: [4.804045] usb usb3-port2: unable to enumerate USB device but it's ok after boot and deplug/replug : kernel: [ 792.576075] usb 3-2: new full-speed USB device number 6 using ohci-pci kernel: [ 792.743118] usb 3-2: New USB device found, idVendor=04b3, idProduct=301a kernel: [ 792.743127] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 kernel: [ 792.743133] usb 3-2: Product: USB 1.1 2port downstream low power hub kernel: [ 792.743138] usb 3-2: Manufacturer: Lite-On Technology kernel: [ 792.749217] hub 3-2:1.0: USB hub found kernel: [ 793.037123] usb 3-2.1: new full-speed USB device number 7 using ohci-pci kernel: [ 793.147119] usb 3-2.1: New USB device found, idVendor=04b3, idProduct=301b kernel: [ 793.147127] usb 3-2.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 kernel: [ 793.147133] usb 3-2.1: Product: USB Productivity Option Keyboard( has the hub in # 1 ) kernel: [ 793.147138] usb 3-2.1: Manufacturer: Lite-On Technology kernel: [ 793.158477] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.0/0003:04B3:301B.0002/input/input11 kernel: [ 793.212422] hid-generic 0003:04B3:301B.0002: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input0 kernel: [ 793.219303] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.1/0003:04B3:301B.0003/input/input12 kernel: [ 793.272414] hid-generic 0003:04B3:301B.0003: input,hidraw2: USB HID v1.10 Device [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input1 mtp-probe: checking bus 3, device 7: "/sys/devices/pci:00/:00:12.0/usb3/3-2/3-2.1" This was working well before last ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: libgusb2 0.2.4-1 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 Date: Wed May 27 15:40:15 2015 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) SourcePackage: libgusb UpgradeStatus: No upgrade log present (probably fresh install) + --- + ApportVersion: 2.17.3-0ubuntu1 + Architecture: amd64 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/controlC0: thomas 1389 F pulseaudio + CurrentDesktop: Unity + DistroRelease: Ubuntu 15.10 + EcryptfsInUse: Yes + InstallationDate: Installed on 2015-01-27 (120 days ago) + InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) + IwConfig: + eth0 no wireless extensions. + + ppp0 no wireless extensions. + + lono wireless extensions. + MachineType: Hewlett-Packard HP Compaq dc5850 Small Form Factor + Package: linux (not installed) + ProcFB: 0 radeondrmfb + ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=86cbcf84-7604-48e2-9427-0ccff51e53f1 ro quiet splash vt.handoff=7 + ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 + RelatedPackageVersions: + linux-restricted-modules-3.19.0-18-generic N/A + linux-backports-modules-3.19.0-18-generic N/A + linux-firmware 1.144 + RfKill: + + Tags: wily + Uname: Linux 3.19.0-18-generic x86_64 + UpgradeStatus: No upgrade log present (probably fresh install) + UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo + _MarkForUpload: True + dmi.bios.date: 04/09/2008 + dmi.bios.vendor: Hewlett-Packard + dmi.bios.version: 786F6 v01.09 + dmi.board.name: 3029h + dmi.board.vendor: Hewlett-Packard + dmi.chassis.asset.tag: CZC9252GWM + dmi.chassis.type: 4 + dmi.chassis.vendor: Hewlett-Packard + dmi.modalias: dmi:bvnHewlett-Packard:bvr786F6v01.09:bd04/09/2008:svnHewlett-Packard:pnHPCompaqdc5850SmallFormFactor:pvr:rvnHewlett-Packard:rn3029h:rvr:cvnHewlett-Packard:ct4:cvr: + dmi.product.name: HP Compaq dc5850 Small Form Factor + dmi.sys.vendor: Hewlett-Packard ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/1
[Kernel-packages] [Bug 1459246] ProcEnviron.txt
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1459246/+attachment/4406120/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459246 Title: usb keyboard not recognized at boot time Status in linux package in Ubuntu: Confirmed Bug description: USB keyboard is not initialized at boot time : kernel: [3.228048] usb 3-2: new full-speed USB device number 3 using ohci-pci kernel: [3.368040] usb 3-2: device descriptor read/64, error -62 kernel: [3.612041] usb 3-2: device descriptor read/64, error -62 kernel: [3.852042] usb 3-2: new full-speed USB device number 4 using ohci-pci kernel: [4.260040] usb 3-2: device not accepting address 4, error -62 kernel: [4.396044] usb 3-2: new full-speed USB device number 5 using ohci-pci kernel: [4.804036] usb 3-2: device not accepting address 5, error -62 kernel: [4.804045] usb usb3-port2: unable to enumerate USB device but it's ok after boot and deplug/replug : kernel: [ 792.576075] usb 3-2: new full-speed USB device number 6 using ohci-pci kernel: [ 792.743118] usb 3-2: New USB device found, idVendor=04b3, idProduct=301a kernel: [ 792.743127] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 kernel: [ 792.743133] usb 3-2: Product: USB 1.1 2port downstream low power hub kernel: [ 792.743138] usb 3-2: Manufacturer: Lite-On Technology kernel: [ 792.749217] hub 3-2:1.0: USB hub found kernel: [ 793.037123] usb 3-2.1: new full-speed USB device number 7 using ohci-pci kernel: [ 793.147119] usb 3-2.1: New USB device found, idVendor=04b3, idProduct=301b kernel: [ 793.147127] usb 3-2.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 kernel: [ 793.147133] usb 3-2.1: Product: USB Productivity Option Keyboard( has the hub in # 1 ) kernel: [ 793.147138] usb 3-2.1: Manufacturer: Lite-On Technology kernel: [ 793.158477] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.0/0003:04B3:301B.0002/input/input11 kernel: [ 793.212422] hid-generic 0003:04B3:301B.0002: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input0 kernel: [ 793.219303] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.1/0003:04B3:301B.0003/input/input12 kernel: [ 793.272414] hid-generic 0003:04B3:301B.0003: input,hidraw2: USB HID v1.10 Device [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input1 mtp-probe: checking bus 3, device 7: "/sys/devices/pci:00/:00:12.0/usb3/3-2/3-2.1" This was working well before last ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: libgusb2 0.2.4-1 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 Date: Wed May 27 15:40:15 2015 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) SourcePackage: libgusb UpgradeStatus: No upgrade log present (probably fresh install) --- ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: thomas 1389 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.10 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) IwConfig: eth0 no wireless extensions. ppp0 no wireless extensions. lono wireless extensions. MachineType: Hewlett-Packard HP Compaq dc5850 Small Form Factor Package: linux (not installed) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=86cbcf84-7604-48e2-9427-0ccff51e53f1 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.144 RfKill: Tags: wily Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2008 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 786F6 v01.09 dmi.board.name: 3029h dmi.board.vendor: Hewlett-Packard dmi.chassis.asset.tag: CZC9252GWM dmi.chassis.type: 4 dmi.chassis.vendor: Hewlett-Packard
[Kernel-packages] [Bug 1459246] CRDA.txt
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1459246/+attachment/4406114/+files/CRDA.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459246 Title: usb keyboard not recognized at boot time Status in linux package in Ubuntu: Confirmed Bug description: USB keyboard is not initialized at boot time : kernel: [3.228048] usb 3-2: new full-speed USB device number 3 using ohci-pci kernel: [3.368040] usb 3-2: device descriptor read/64, error -62 kernel: [3.612041] usb 3-2: device descriptor read/64, error -62 kernel: [3.852042] usb 3-2: new full-speed USB device number 4 using ohci-pci kernel: [4.260040] usb 3-2: device not accepting address 4, error -62 kernel: [4.396044] usb 3-2: new full-speed USB device number 5 using ohci-pci kernel: [4.804036] usb 3-2: device not accepting address 5, error -62 kernel: [4.804045] usb usb3-port2: unable to enumerate USB device but it's ok after boot and deplug/replug : kernel: [ 792.576075] usb 3-2: new full-speed USB device number 6 using ohci-pci kernel: [ 792.743118] usb 3-2: New USB device found, idVendor=04b3, idProduct=301a kernel: [ 792.743127] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 kernel: [ 792.743133] usb 3-2: Product: USB 1.1 2port downstream low power hub kernel: [ 792.743138] usb 3-2: Manufacturer: Lite-On Technology kernel: [ 792.749217] hub 3-2:1.0: USB hub found kernel: [ 793.037123] usb 3-2.1: new full-speed USB device number 7 using ohci-pci kernel: [ 793.147119] usb 3-2.1: New USB device found, idVendor=04b3, idProduct=301b kernel: [ 793.147127] usb 3-2.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 kernel: [ 793.147133] usb 3-2.1: Product: USB Productivity Option Keyboard( has the hub in # 1 ) kernel: [ 793.147138] usb 3-2.1: Manufacturer: Lite-On Technology kernel: [ 793.158477] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.0/0003:04B3:301B.0002/input/input11 kernel: [ 793.212422] hid-generic 0003:04B3:301B.0002: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input0 kernel: [ 793.219303] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.1/0003:04B3:301B.0003/input/input12 kernel: [ 793.272414] hid-generic 0003:04B3:301B.0003: input,hidraw2: USB HID v1.10 Device [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input1 mtp-probe: checking bus 3, device 7: "/sys/devices/pci:00/:00:12.0/usb3/3-2/3-2.1" This was working well before last ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: libgusb2 0.2.4-1 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 Date: Wed May 27 15:40:15 2015 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) SourcePackage: libgusb UpgradeStatus: No upgrade log present (probably fresh install) --- ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: thomas 1389 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.10 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) IwConfig: eth0 no wireless extensions. ppp0 no wireless extensions. lono wireless extensions. MachineType: Hewlett-Packard HP Compaq dc5850 Small Form Factor Package: linux (not installed) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=86cbcf84-7604-48e2-9427-0ccff51e53f1 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.144 RfKill: Tags: wily Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2008 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 786F6 v01.09 dmi.board.name: 3029h dmi.board.vendor: Hewlett-Packard dmi.chassis.asset.tag: CZC9252GWM dmi.chassis.type: 4 dmi.chassis.vendor: Hewlett-Packard dmi.modalias:
[Kernel-packages] [Bug 1459246] UdevLog.txt
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1459246/+attachment/4406125/+files/UdevLog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459246 Title: usb keyboard not recognized at boot time Status in linux package in Ubuntu: Confirmed Bug description: USB keyboard is not initialized at boot time : kernel: [3.228048] usb 3-2: new full-speed USB device number 3 using ohci-pci kernel: [3.368040] usb 3-2: device descriptor read/64, error -62 kernel: [3.612041] usb 3-2: device descriptor read/64, error -62 kernel: [3.852042] usb 3-2: new full-speed USB device number 4 using ohci-pci kernel: [4.260040] usb 3-2: device not accepting address 4, error -62 kernel: [4.396044] usb 3-2: new full-speed USB device number 5 using ohci-pci kernel: [4.804036] usb 3-2: device not accepting address 5, error -62 kernel: [4.804045] usb usb3-port2: unable to enumerate USB device but it's ok after boot and deplug/replug : kernel: [ 792.576075] usb 3-2: new full-speed USB device number 6 using ohci-pci kernel: [ 792.743118] usb 3-2: New USB device found, idVendor=04b3, idProduct=301a kernel: [ 792.743127] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 kernel: [ 792.743133] usb 3-2: Product: USB 1.1 2port downstream low power hub kernel: [ 792.743138] usb 3-2: Manufacturer: Lite-On Technology kernel: [ 792.749217] hub 3-2:1.0: USB hub found kernel: [ 793.037123] usb 3-2.1: new full-speed USB device number 7 using ohci-pci kernel: [ 793.147119] usb 3-2.1: New USB device found, idVendor=04b3, idProduct=301b kernel: [ 793.147127] usb 3-2.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 kernel: [ 793.147133] usb 3-2.1: Product: USB Productivity Option Keyboard( has the hub in # 1 ) kernel: [ 793.147138] usb 3-2.1: Manufacturer: Lite-On Technology kernel: [ 793.158477] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.0/0003:04B3:301B.0002/input/input11 kernel: [ 793.212422] hid-generic 0003:04B3:301B.0002: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input0 kernel: [ 793.219303] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.1/0003:04B3:301B.0003/input/input12 kernel: [ 793.272414] hid-generic 0003:04B3:301B.0003: input,hidraw2: USB HID v1.10 Device [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input1 mtp-probe: checking bus 3, device 7: "/sys/devices/pci:00/:00:12.0/usb3/3-2/3-2.1" This was working well before last ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: libgusb2 0.2.4-1 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 Date: Wed May 27 15:40:15 2015 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) SourcePackage: libgusb UpgradeStatus: No upgrade log present (probably fresh install) --- ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: thomas 1389 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.10 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) IwConfig: eth0 no wireless extensions. ppp0 no wireless extensions. lono wireless extensions. MachineType: Hewlett-Packard HP Compaq dc5850 Small Form Factor Package: linux (not installed) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=86cbcf84-7604-48e2-9427-0ccff51e53f1 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.144 RfKill: Tags: wily Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2008 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 786F6 v01.09 dmi.board.name: 3029h dmi.board.vendor: Hewlett-Packard dmi.chassis.asset.tag: CZC9252GWM dmi.chassis.type: 4 dmi.chassis.vendor: Hewlett-Packard dmi.mod
[Kernel-packages] [Bug 1459246] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1459246/+attachment/4406115/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459246 Title: usb keyboard not recognized at boot time Status in linux package in Ubuntu: Confirmed Bug description: USB keyboard is not initialized at boot time : kernel: [3.228048] usb 3-2: new full-speed USB device number 3 using ohci-pci kernel: [3.368040] usb 3-2: device descriptor read/64, error -62 kernel: [3.612041] usb 3-2: device descriptor read/64, error -62 kernel: [3.852042] usb 3-2: new full-speed USB device number 4 using ohci-pci kernel: [4.260040] usb 3-2: device not accepting address 4, error -62 kernel: [4.396044] usb 3-2: new full-speed USB device number 5 using ohci-pci kernel: [4.804036] usb 3-2: device not accepting address 5, error -62 kernel: [4.804045] usb usb3-port2: unable to enumerate USB device but it's ok after boot and deplug/replug : kernel: [ 792.576075] usb 3-2: new full-speed USB device number 6 using ohci-pci kernel: [ 792.743118] usb 3-2: New USB device found, idVendor=04b3, idProduct=301a kernel: [ 792.743127] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 kernel: [ 792.743133] usb 3-2: Product: USB 1.1 2port downstream low power hub kernel: [ 792.743138] usb 3-2: Manufacturer: Lite-On Technology kernel: [ 792.749217] hub 3-2:1.0: USB hub found kernel: [ 793.037123] usb 3-2.1: new full-speed USB device number 7 using ohci-pci kernel: [ 793.147119] usb 3-2.1: New USB device found, idVendor=04b3, idProduct=301b kernel: [ 793.147127] usb 3-2.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 kernel: [ 793.147133] usb 3-2.1: Product: USB Productivity Option Keyboard( has the hub in # 1 ) kernel: [ 793.147138] usb 3-2.1: Manufacturer: Lite-On Technology kernel: [ 793.158477] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.0/0003:04B3:301B.0002/input/input11 kernel: [ 793.212422] hid-generic 0003:04B3:301B.0002: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input0 kernel: [ 793.219303] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.1/0003:04B3:301B.0003/input/input12 kernel: [ 793.272414] hid-generic 0003:04B3:301B.0003: input,hidraw2: USB HID v1.10 Device [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input1 mtp-probe: checking bus 3, device 7: "/sys/devices/pci:00/:00:12.0/usb3/3-2/3-2.1" This was working well before last ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: libgusb2 0.2.4-1 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 Date: Wed May 27 15:40:15 2015 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) SourcePackage: libgusb UpgradeStatus: No upgrade log present (probably fresh install) --- ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: thomas 1389 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.10 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) IwConfig: eth0 no wireless extensions. ppp0 no wireless extensions. lono wireless extensions. MachineType: Hewlett-Packard HP Compaq dc5850 Small Form Factor Package: linux (not installed) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=86cbcf84-7604-48e2-9427-0ccff51e53f1 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.144 RfKill: Tags: wily Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2008 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 786F6 v01.09 dmi.board.name: 3029h dmi.board.vendor: Hewlett-Packard dmi.chassis.asset.tag: CZC9252GWM dmi.chassis.type: 4 dmi.chassis.vendor: Hewlett-Packard
[Kernel-packages] [Bug 1459246] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1459246/+attachment/4406121/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459246 Title: usb keyboard not recognized at boot time Status in linux package in Ubuntu: Confirmed Bug description: USB keyboard is not initialized at boot time : kernel: [3.228048] usb 3-2: new full-speed USB device number 3 using ohci-pci kernel: [3.368040] usb 3-2: device descriptor read/64, error -62 kernel: [3.612041] usb 3-2: device descriptor read/64, error -62 kernel: [3.852042] usb 3-2: new full-speed USB device number 4 using ohci-pci kernel: [4.260040] usb 3-2: device not accepting address 4, error -62 kernel: [4.396044] usb 3-2: new full-speed USB device number 5 using ohci-pci kernel: [4.804036] usb 3-2: device not accepting address 5, error -62 kernel: [4.804045] usb usb3-port2: unable to enumerate USB device but it's ok after boot and deplug/replug : kernel: [ 792.576075] usb 3-2: new full-speed USB device number 6 using ohci-pci kernel: [ 792.743118] usb 3-2: New USB device found, idVendor=04b3, idProduct=301a kernel: [ 792.743127] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 kernel: [ 792.743133] usb 3-2: Product: USB 1.1 2port downstream low power hub kernel: [ 792.743138] usb 3-2: Manufacturer: Lite-On Technology kernel: [ 792.749217] hub 3-2:1.0: USB hub found kernel: [ 793.037123] usb 3-2.1: new full-speed USB device number 7 using ohci-pci kernel: [ 793.147119] usb 3-2.1: New USB device found, idVendor=04b3, idProduct=301b kernel: [ 793.147127] usb 3-2.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 kernel: [ 793.147133] usb 3-2.1: Product: USB Productivity Option Keyboard( has the hub in # 1 ) kernel: [ 793.147138] usb 3-2.1: Manufacturer: Lite-On Technology kernel: [ 793.158477] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.0/0003:04B3:301B.0002/input/input11 kernel: [ 793.212422] hid-generic 0003:04B3:301B.0002: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input0 kernel: [ 793.219303] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.1/0003:04B3:301B.0003/input/input12 kernel: [ 793.272414] hid-generic 0003:04B3:301B.0003: input,hidraw2: USB HID v1.10 Device [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input1 mtp-probe: checking bus 3, device 7: "/sys/devices/pci:00/:00:12.0/usb3/3-2/3-2.1" This was working well before last ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: libgusb2 0.2.4-1 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 Date: Wed May 27 15:40:15 2015 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) SourcePackage: libgusb UpgradeStatus: No upgrade log present (probably fresh install) --- ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: thomas 1389 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.10 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) IwConfig: eth0 no wireless extensions. ppp0 no wireless extensions. lono wireless extensions. MachineType: Hewlett-Packard HP Compaq dc5850 Small Form Factor Package: linux (not installed) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=86cbcf84-7604-48e2-9427-0ccff51e53f1 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.144 RfKill: Tags: wily Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2008 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 786F6 v01.09 dmi.board.name: 3029h dmi.board.vendor: Hewlett-Packard dmi.chassis.asset.tag: CZC9252GWM dmi.chassis.type: 4 dmi.chassis.vendor: Hewlett-Pac
[Kernel-packages] [Bug 1459246] PulseList.txt
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1459246/+attachment/4406123/+files/PulseList.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459246 Title: usb keyboard not recognized at boot time Status in linux package in Ubuntu: Confirmed Bug description: USB keyboard is not initialized at boot time : kernel: [3.228048] usb 3-2: new full-speed USB device number 3 using ohci-pci kernel: [3.368040] usb 3-2: device descriptor read/64, error -62 kernel: [3.612041] usb 3-2: device descriptor read/64, error -62 kernel: [3.852042] usb 3-2: new full-speed USB device number 4 using ohci-pci kernel: [4.260040] usb 3-2: device not accepting address 4, error -62 kernel: [4.396044] usb 3-2: new full-speed USB device number 5 using ohci-pci kernel: [4.804036] usb 3-2: device not accepting address 5, error -62 kernel: [4.804045] usb usb3-port2: unable to enumerate USB device but it's ok after boot and deplug/replug : kernel: [ 792.576075] usb 3-2: new full-speed USB device number 6 using ohci-pci kernel: [ 792.743118] usb 3-2: New USB device found, idVendor=04b3, idProduct=301a kernel: [ 792.743127] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 kernel: [ 792.743133] usb 3-2: Product: USB 1.1 2port downstream low power hub kernel: [ 792.743138] usb 3-2: Manufacturer: Lite-On Technology kernel: [ 792.749217] hub 3-2:1.0: USB hub found kernel: [ 793.037123] usb 3-2.1: new full-speed USB device number 7 using ohci-pci kernel: [ 793.147119] usb 3-2.1: New USB device found, idVendor=04b3, idProduct=301b kernel: [ 793.147127] usb 3-2.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 kernel: [ 793.147133] usb 3-2.1: Product: USB Productivity Option Keyboard( has the hub in # 1 ) kernel: [ 793.147138] usb 3-2.1: Manufacturer: Lite-On Technology kernel: [ 793.158477] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.0/0003:04B3:301B.0002/input/input11 kernel: [ 793.212422] hid-generic 0003:04B3:301B.0002: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input0 kernel: [ 793.219303] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.1/0003:04B3:301B.0003/input/input12 kernel: [ 793.272414] hid-generic 0003:04B3:301B.0003: input,hidraw2: USB HID v1.10 Device [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input1 mtp-probe: checking bus 3, device 7: "/sys/devices/pci:00/:00:12.0/usb3/3-2/3-2.1" This was working well before last ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: libgusb2 0.2.4-1 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 Date: Wed May 27 15:40:15 2015 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) SourcePackage: libgusb UpgradeStatus: No upgrade log present (probably fresh install) --- ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: thomas 1389 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.10 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) IwConfig: eth0 no wireless extensions. ppp0 no wireless extensions. lono wireless extensions. MachineType: Hewlett-Packard HP Compaq dc5850 Small Form Factor Package: linux (not installed) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=86cbcf84-7604-48e2-9427-0ccff51e53f1 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.144 RfKill: Tags: wily Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2008 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 786F6 v01.09 dmi.board.name: 3029h dmi.board.vendor: Hewlett-Packard dmi.chassis.asset.tag: CZC9252GWM dmi.chassis.type: 4 dmi.chassis.vendor: Hewlett-Packard dmi
[Kernel-packages] [Bug 1459246] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1459246/+attachment/4406122/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459246 Title: usb keyboard not recognized at boot time Status in linux package in Ubuntu: Confirmed Bug description: USB keyboard is not initialized at boot time : kernel: [3.228048] usb 3-2: new full-speed USB device number 3 using ohci-pci kernel: [3.368040] usb 3-2: device descriptor read/64, error -62 kernel: [3.612041] usb 3-2: device descriptor read/64, error -62 kernel: [3.852042] usb 3-2: new full-speed USB device number 4 using ohci-pci kernel: [4.260040] usb 3-2: device not accepting address 4, error -62 kernel: [4.396044] usb 3-2: new full-speed USB device number 5 using ohci-pci kernel: [4.804036] usb 3-2: device not accepting address 5, error -62 kernel: [4.804045] usb usb3-port2: unable to enumerate USB device but it's ok after boot and deplug/replug : kernel: [ 792.576075] usb 3-2: new full-speed USB device number 6 using ohci-pci kernel: [ 792.743118] usb 3-2: New USB device found, idVendor=04b3, idProduct=301a kernel: [ 792.743127] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 kernel: [ 792.743133] usb 3-2: Product: USB 1.1 2port downstream low power hub kernel: [ 792.743138] usb 3-2: Manufacturer: Lite-On Technology kernel: [ 792.749217] hub 3-2:1.0: USB hub found kernel: [ 793.037123] usb 3-2.1: new full-speed USB device number 7 using ohci-pci kernel: [ 793.147119] usb 3-2.1: New USB device found, idVendor=04b3, idProduct=301b kernel: [ 793.147127] usb 3-2.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 kernel: [ 793.147133] usb 3-2.1: Product: USB Productivity Option Keyboard( has the hub in # 1 ) kernel: [ 793.147138] usb 3-2.1: Manufacturer: Lite-On Technology kernel: [ 793.158477] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.0/0003:04B3:301B.0002/input/input11 kernel: [ 793.212422] hid-generic 0003:04B3:301B.0002: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input0 kernel: [ 793.219303] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.1/0003:04B3:301B.0003/input/input12 kernel: [ 793.272414] hid-generic 0003:04B3:301B.0003: input,hidraw2: USB HID v1.10 Device [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input1 mtp-probe: checking bus 3, device 7: "/sys/devices/pci:00/:00:12.0/usb3/3-2/3-2.1" This was working well before last ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: libgusb2 0.2.4-1 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 Date: Wed May 27 15:40:15 2015 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) SourcePackage: libgusb UpgradeStatus: No upgrade log present (probably fresh install) --- ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: thomas 1389 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.10 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) IwConfig: eth0 no wireless extensions. ppp0 no wireless extensions. lono wireless extensions. MachineType: Hewlett-Packard HP Compaq dc5850 Small Form Factor Package: linux (not installed) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=86cbcf84-7604-48e2-9427-0ccff51e53f1 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.144 RfKill: Tags: wily Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2008 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 786F6 v01.09 dmi.board.name: 3029h dmi.board.vendor: Hewlett-Packard dmi.chassis.asset.tag: CZC9252GWM dmi.chassis.type: 4 dmi.chassis.vendor: Hewlett-Packard
[Kernel-packages] [Bug 1459246] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1459246/+attachment/4406124/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459246 Title: usb keyboard not recognized at boot time Status in linux package in Ubuntu: Confirmed Bug description: USB keyboard is not initialized at boot time : kernel: [3.228048] usb 3-2: new full-speed USB device number 3 using ohci-pci kernel: [3.368040] usb 3-2: device descriptor read/64, error -62 kernel: [3.612041] usb 3-2: device descriptor read/64, error -62 kernel: [3.852042] usb 3-2: new full-speed USB device number 4 using ohci-pci kernel: [4.260040] usb 3-2: device not accepting address 4, error -62 kernel: [4.396044] usb 3-2: new full-speed USB device number 5 using ohci-pci kernel: [4.804036] usb 3-2: device not accepting address 5, error -62 kernel: [4.804045] usb usb3-port2: unable to enumerate USB device but it's ok after boot and deplug/replug : kernel: [ 792.576075] usb 3-2: new full-speed USB device number 6 using ohci-pci kernel: [ 792.743118] usb 3-2: New USB device found, idVendor=04b3, idProduct=301a kernel: [ 792.743127] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 kernel: [ 792.743133] usb 3-2: Product: USB 1.1 2port downstream low power hub kernel: [ 792.743138] usb 3-2: Manufacturer: Lite-On Technology kernel: [ 792.749217] hub 3-2:1.0: USB hub found kernel: [ 793.037123] usb 3-2.1: new full-speed USB device number 7 using ohci-pci kernel: [ 793.147119] usb 3-2.1: New USB device found, idVendor=04b3, idProduct=301b kernel: [ 793.147127] usb 3-2.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 kernel: [ 793.147133] usb 3-2.1: Product: USB Productivity Option Keyboard( has the hub in # 1 ) kernel: [ 793.147138] usb 3-2.1: Manufacturer: Lite-On Technology kernel: [ 793.158477] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.0/0003:04B3:301B.0002/input/input11 kernel: [ 793.212422] hid-generic 0003:04B3:301B.0002: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input0 kernel: [ 793.219303] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.1/0003:04B3:301B.0003/input/input12 kernel: [ 793.272414] hid-generic 0003:04B3:301B.0003: input,hidraw2: USB HID v1.10 Device [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input1 mtp-probe: checking bus 3, device 7: "/sys/devices/pci:00/:00:12.0/usb3/3-2/3-2.1" This was working well before last ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: libgusb2 0.2.4-1 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 Date: Wed May 27 15:40:15 2015 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) SourcePackage: libgusb UpgradeStatus: No upgrade log present (probably fresh install) --- ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: thomas 1389 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.10 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) IwConfig: eth0 no wireless extensions. ppp0 no wireless extensions. lono wireless extensions. MachineType: Hewlett-Packard HP Compaq dc5850 Small Form Factor Package: linux (not installed) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=86cbcf84-7604-48e2-9427-0ccff51e53f1 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.144 RfKill: Tags: wily Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2008 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 786F6 v01.09 dmi.board.name: 3029h dmi.board.vendor: Hewlett-Packard dmi.chassis.asset.tag: CZC9252GWM dmi.chassis.type: 4 dmi.chassis.vendor: Hewlett-Packard dmi.modali
[Kernel-packages] [Bug 1459246] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1459246/+attachment/4406118/+files/Lsusb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459246 Title: usb keyboard not recognized at boot time Status in linux package in Ubuntu: Confirmed Bug description: USB keyboard is not initialized at boot time : kernel: [3.228048] usb 3-2: new full-speed USB device number 3 using ohci-pci kernel: [3.368040] usb 3-2: device descriptor read/64, error -62 kernel: [3.612041] usb 3-2: device descriptor read/64, error -62 kernel: [3.852042] usb 3-2: new full-speed USB device number 4 using ohci-pci kernel: [4.260040] usb 3-2: device not accepting address 4, error -62 kernel: [4.396044] usb 3-2: new full-speed USB device number 5 using ohci-pci kernel: [4.804036] usb 3-2: device not accepting address 5, error -62 kernel: [4.804045] usb usb3-port2: unable to enumerate USB device but it's ok after boot and deplug/replug : kernel: [ 792.576075] usb 3-2: new full-speed USB device number 6 using ohci-pci kernel: [ 792.743118] usb 3-2: New USB device found, idVendor=04b3, idProduct=301a kernel: [ 792.743127] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 kernel: [ 792.743133] usb 3-2: Product: USB 1.1 2port downstream low power hub kernel: [ 792.743138] usb 3-2: Manufacturer: Lite-On Technology kernel: [ 792.749217] hub 3-2:1.0: USB hub found kernel: [ 793.037123] usb 3-2.1: new full-speed USB device number 7 using ohci-pci kernel: [ 793.147119] usb 3-2.1: New USB device found, idVendor=04b3, idProduct=301b kernel: [ 793.147127] usb 3-2.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 kernel: [ 793.147133] usb 3-2.1: Product: USB Productivity Option Keyboard( has the hub in # 1 ) kernel: [ 793.147138] usb 3-2.1: Manufacturer: Lite-On Technology kernel: [ 793.158477] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.0/0003:04B3:301B.0002/input/input11 kernel: [ 793.212422] hid-generic 0003:04B3:301B.0002: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input0 kernel: [ 793.219303] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.1/0003:04B3:301B.0003/input/input12 kernel: [ 793.272414] hid-generic 0003:04B3:301B.0003: input,hidraw2: USB HID v1.10 Device [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input1 mtp-probe: checking bus 3, device 7: "/sys/devices/pci:00/:00:12.0/usb3/3-2/3-2.1" This was working well before last ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: libgusb2 0.2.4-1 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 Date: Wed May 27 15:40:15 2015 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) SourcePackage: libgusb UpgradeStatus: No upgrade log present (probably fresh install) --- ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: thomas 1389 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.10 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) IwConfig: eth0 no wireless extensions. ppp0 no wireless extensions. lono wireless extensions. MachineType: Hewlett-Packard HP Compaq dc5850 Small Form Factor Package: linux (not installed) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=86cbcf84-7604-48e2-9427-0ccff51e53f1 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.144 RfKill: Tags: wily Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2008 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 786F6 v01.09 dmi.board.name: 3029h dmi.board.vendor: Hewlett-Packard dmi.chassis.asset.tag: CZC9252GWM dmi.chassis.type: 4 dmi.chassis.vendor: Hewlett-Packard dmi.modalias
[Kernel-packages] [Bug 1459246] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1459246/+attachment/4406119/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459246 Title: usb keyboard not recognized at boot time Status in linux package in Ubuntu: Confirmed Bug description: USB keyboard is not initialized at boot time : kernel: [3.228048] usb 3-2: new full-speed USB device number 3 using ohci-pci kernel: [3.368040] usb 3-2: device descriptor read/64, error -62 kernel: [3.612041] usb 3-2: device descriptor read/64, error -62 kernel: [3.852042] usb 3-2: new full-speed USB device number 4 using ohci-pci kernel: [4.260040] usb 3-2: device not accepting address 4, error -62 kernel: [4.396044] usb 3-2: new full-speed USB device number 5 using ohci-pci kernel: [4.804036] usb 3-2: device not accepting address 5, error -62 kernel: [4.804045] usb usb3-port2: unable to enumerate USB device but it's ok after boot and deplug/replug : kernel: [ 792.576075] usb 3-2: new full-speed USB device number 6 using ohci-pci kernel: [ 792.743118] usb 3-2: New USB device found, idVendor=04b3, idProduct=301a kernel: [ 792.743127] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 kernel: [ 792.743133] usb 3-2: Product: USB 1.1 2port downstream low power hub kernel: [ 792.743138] usb 3-2: Manufacturer: Lite-On Technology kernel: [ 792.749217] hub 3-2:1.0: USB hub found kernel: [ 793.037123] usb 3-2.1: new full-speed USB device number 7 using ohci-pci kernel: [ 793.147119] usb 3-2.1: New USB device found, idVendor=04b3, idProduct=301b kernel: [ 793.147127] usb 3-2.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 kernel: [ 793.147133] usb 3-2.1: Product: USB Productivity Option Keyboard( has the hub in # 1 ) kernel: [ 793.147138] usb 3-2.1: Manufacturer: Lite-On Technology kernel: [ 793.158477] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.0/0003:04B3:301B.0002/input/input11 kernel: [ 793.212422] hid-generic 0003:04B3:301B.0002: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input0 kernel: [ 793.219303] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.1/0003:04B3:301B.0003/input/input12 kernel: [ 793.272414] hid-generic 0003:04B3:301B.0003: input,hidraw2: USB HID v1.10 Device [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input1 mtp-probe: checking bus 3, device 7: "/sys/devices/pci:00/:00:12.0/usb3/3-2/3-2.1" This was working well before last ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: libgusb2 0.2.4-1 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 Date: Wed May 27 15:40:15 2015 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) SourcePackage: libgusb UpgradeStatus: No upgrade log present (probably fresh install) --- ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: thomas 1389 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.10 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) IwConfig: eth0 no wireless extensions. ppp0 no wireless extensions. lono wireless extensions. MachineType: Hewlett-Packard HP Compaq dc5850 Small Form Factor Package: linux (not installed) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=86cbcf84-7604-48e2-9427-0ccff51e53f1 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.144 RfKill: Tags: wily Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2008 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 786F6 v01.09 dmi.board.name: 3029h dmi.board.vendor: Hewlett-Packard dmi.chassis.asset.tag: CZC9252GWM dmi.chassis.type: 4 dmi.chassis.vendor: Hewlett-Packard
[Kernel-packages] [Bug 1459246] WifiSyslog.txt
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1459246/+attachment/4406126/+files/WifiSyslog.txt ** 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/1459246 Title: usb keyboard not recognized at boot time Status in linux package in Ubuntu: Confirmed Bug description: USB keyboard is not initialized at boot time : kernel: [3.228048] usb 3-2: new full-speed USB device number 3 using ohci-pci kernel: [3.368040] usb 3-2: device descriptor read/64, error -62 kernel: [3.612041] usb 3-2: device descriptor read/64, error -62 kernel: [3.852042] usb 3-2: new full-speed USB device number 4 using ohci-pci kernel: [4.260040] usb 3-2: device not accepting address 4, error -62 kernel: [4.396044] usb 3-2: new full-speed USB device number 5 using ohci-pci kernel: [4.804036] usb 3-2: device not accepting address 5, error -62 kernel: [4.804045] usb usb3-port2: unable to enumerate USB device but it's ok after boot and deplug/replug : kernel: [ 792.576075] usb 3-2: new full-speed USB device number 6 using ohci-pci kernel: [ 792.743118] usb 3-2: New USB device found, idVendor=04b3, idProduct=301a kernel: [ 792.743127] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 kernel: [ 792.743133] usb 3-2: Product: USB 1.1 2port downstream low power hub kernel: [ 792.743138] usb 3-2: Manufacturer: Lite-On Technology kernel: [ 792.749217] hub 3-2:1.0: USB hub found kernel: [ 793.037123] usb 3-2.1: new full-speed USB device number 7 using ohci-pci kernel: [ 793.147119] usb 3-2.1: New USB device found, idVendor=04b3, idProduct=301b kernel: [ 793.147127] usb 3-2.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 kernel: [ 793.147133] usb 3-2.1: Product: USB Productivity Option Keyboard( has the hub in # 1 ) kernel: [ 793.147138] usb 3-2.1: Manufacturer: Lite-On Technology kernel: [ 793.158477] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.0/0003:04B3:301B.0002/input/input11 kernel: [ 793.212422] hid-generic 0003:04B3:301B.0002: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input0 kernel: [ 793.219303] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.1/0003:04B3:301B.0003/input/input12 kernel: [ 793.272414] hid-generic 0003:04B3:301B.0003: input,hidraw2: USB HID v1.10 Device [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input1 mtp-probe: checking bus 3, device 7: "/sys/devices/pci:00/:00:12.0/usb3/3-2/3-2.1" This was working well before last ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: libgusb2 0.2.4-1 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 Date: Wed May 27 15:40:15 2015 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) SourcePackage: libgusb UpgradeStatus: No upgrade log present (probably fresh install) --- ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: thomas 1389 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.10 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) IwConfig: eth0 no wireless extensions. ppp0 no wireless extensions. lono wireless extensions. MachineType: Hewlett-Packard HP Compaq dc5850 Small Form Factor Package: linux (not installed) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=86cbcf84-7604-48e2-9427-0ccff51e53f1 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.144 RfKill: Tags: wily Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2008 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 786F6 v01.09 dmi.board.name: 3029h dmi.board.vendor: Hewlett-Packard dmi.chassis.asset.tag: CZC9
[Kernel-packages] [Bug 1459246] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1459246/+attachment/4406117/+files/Lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459246 Title: usb keyboard not recognized at boot time Status in linux package in Ubuntu: Confirmed Bug description: USB keyboard is not initialized at boot time : kernel: [3.228048] usb 3-2: new full-speed USB device number 3 using ohci-pci kernel: [3.368040] usb 3-2: device descriptor read/64, error -62 kernel: [3.612041] usb 3-2: device descriptor read/64, error -62 kernel: [3.852042] usb 3-2: new full-speed USB device number 4 using ohci-pci kernel: [4.260040] usb 3-2: device not accepting address 4, error -62 kernel: [4.396044] usb 3-2: new full-speed USB device number 5 using ohci-pci kernel: [4.804036] usb 3-2: device not accepting address 5, error -62 kernel: [4.804045] usb usb3-port2: unable to enumerate USB device but it's ok after boot and deplug/replug : kernel: [ 792.576075] usb 3-2: new full-speed USB device number 6 using ohci-pci kernel: [ 792.743118] usb 3-2: New USB device found, idVendor=04b3, idProduct=301a kernel: [ 792.743127] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 kernel: [ 792.743133] usb 3-2: Product: USB 1.1 2port downstream low power hub kernel: [ 792.743138] usb 3-2: Manufacturer: Lite-On Technology kernel: [ 792.749217] hub 3-2:1.0: USB hub found kernel: [ 793.037123] usb 3-2.1: new full-speed USB device number 7 using ohci-pci kernel: [ 793.147119] usb 3-2.1: New USB device found, idVendor=04b3, idProduct=301b kernel: [ 793.147127] usb 3-2.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 kernel: [ 793.147133] usb 3-2.1: Product: USB Productivity Option Keyboard( has the hub in # 1 ) kernel: [ 793.147138] usb 3-2.1: Manufacturer: Lite-On Technology kernel: [ 793.158477] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.0/0003:04B3:301B.0002/input/input11 kernel: [ 793.212422] hid-generic 0003:04B3:301B.0002: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input0 kernel: [ 793.219303] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.1/0003:04B3:301B.0003/input/input12 kernel: [ 793.272414] hid-generic 0003:04B3:301B.0003: input,hidraw2: USB HID v1.10 Device [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input1 mtp-probe: checking bus 3, device 7: "/sys/devices/pci:00/:00:12.0/usb3/3-2/3-2.1" This was working well before last ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: libgusb2 0.2.4-1 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 Date: Wed May 27 15:40:15 2015 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) SourcePackage: libgusb UpgradeStatus: No upgrade log present (probably fresh install) --- ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: thomas 1389 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.10 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) IwConfig: eth0 no wireless extensions. ppp0 no wireless extensions. lono wireless extensions. MachineType: Hewlett-Packard HP Compaq dc5850 Small Form Factor Package: linux (not installed) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=86cbcf84-7604-48e2-9427-0ccff51e53f1 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.144 RfKill: Tags: wily Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2008 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 786F6 v01.09 dmi.board.name: 3029h dmi.board.vendor: Hewlett-Packard dmi.chassis.asset.tag: CZC9252GWM dmi.chassis.type: 4 dmi.chassis.vendor: Hewlett-Packard dmi.modalias
[Kernel-packages] [Bug 1459246] JournalErrors.txt
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1459246/+attachment/4406116/+files/JournalErrors.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1459246 Title: usb keyboard not recognized at boot time Status in linux package in Ubuntu: Confirmed Bug description: USB keyboard is not initialized at boot time : kernel: [3.228048] usb 3-2: new full-speed USB device number 3 using ohci-pci kernel: [3.368040] usb 3-2: device descriptor read/64, error -62 kernel: [3.612041] usb 3-2: device descriptor read/64, error -62 kernel: [3.852042] usb 3-2: new full-speed USB device number 4 using ohci-pci kernel: [4.260040] usb 3-2: device not accepting address 4, error -62 kernel: [4.396044] usb 3-2: new full-speed USB device number 5 using ohci-pci kernel: [4.804036] usb 3-2: device not accepting address 5, error -62 kernel: [4.804045] usb usb3-port2: unable to enumerate USB device but it's ok after boot and deplug/replug : kernel: [ 792.576075] usb 3-2: new full-speed USB device number 6 using ohci-pci kernel: [ 792.743118] usb 3-2: New USB device found, idVendor=04b3, idProduct=301a kernel: [ 792.743127] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 kernel: [ 792.743133] usb 3-2: Product: USB 1.1 2port downstream low power hub kernel: [ 792.743138] usb 3-2: Manufacturer: Lite-On Technology kernel: [ 792.749217] hub 3-2:1.0: USB hub found kernel: [ 793.037123] usb 3-2.1: new full-speed USB device number 7 using ohci-pci kernel: [ 793.147119] usb 3-2.1: New USB device found, idVendor=04b3, idProduct=301b kernel: [ 793.147127] usb 3-2.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 kernel: [ 793.147133] usb 3-2.1: Product: USB Productivity Option Keyboard( has the hub in # 1 ) kernel: [ 793.147138] usb 3-2.1: Manufacturer: Lite-On Technology kernel: [ 793.158477] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.0/0003:04B3:301B.0002/input/input11 kernel: [ 793.212422] hid-generic 0003:04B3:301B.0002: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input0 kernel: [ 793.219303] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.1/0003:04B3:301B.0003/input/input12 kernel: [ 793.272414] hid-generic 0003:04B3:301B.0003: input,hidraw2: USB HID v1.10 Device [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input1 mtp-probe: checking bus 3, device 7: "/sys/devices/pci:00/:00:12.0/usb3/3-2/3-2.1" This was working well before last ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: libgusb2 0.2.4-1 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 Date: Wed May 27 15:40:15 2015 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) SourcePackage: libgusb UpgradeStatus: No upgrade log present (probably fresh install) --- ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: thomas 1389 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.10 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) IwConfig: eth0 no wireless extensions. ppp0 no wireless extensions. lono wireless extensions. MachineType: Hewlett-Packard HP Compaq dc5850 Small Form Factor Package: linux (not installed) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=86cbcf84-7604-48e2-9427-0ccff51e53f1 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.144 RfKill: Tags: wily Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/09/2008 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 786F6 v01.09 dmi.board.name: 3029h dmi.board.vendor: Hewlett-Packard dmi.chassis.asset.tag: CZC9252GWM dmi.chassis.type: 4 dmi.chassis.vendor: Hewlett-Packa
[Kernel-packages] [Bug 1348890] Re: Asus UX32LN: Brightness keys Fn+F5 and Fn+F6 don't generate evdev event
Here is this bug reported upstream by me: https://bugzilla.kernel.org/show_bug.cgi?id=92391 It was closed as duplicate with a reference to this one: https://bugs.freedesktop.org/show_bug.cgi?id=81762 It is not a problem with device initialization, it is rather a problem with device driver not initializing some fields in device op.region with a values expected by ACPI code. There was an experimental kernel branch which is expected to fix this bug but I'm not certain what is current status on this. Looks like there is next to none activity in DRM/Intel bugzilla report #81762 so chances seem to be low that we would get a proper fix anytime soon. ** Bug watch added: Linux Kernel Bug Tracker #92391 http://bugzilla.kernel.org/show_bug.cgi?id=92391 ** Bug watch added: freedesktop.org Bugzilla #81762 https://bugs.freedesktop.org/show_bug.cgi?id=81762 -- 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 1459167] Re: Intel 3165 NGW needs new firmware
Retasked to linux-firmware rather than linux. I declined the vivid task since the max ucode API supported in 3.19 is -12. This also won't be needed in trusty until after 15.10 releases. ** Package changed: linux (Ubuntu) => linux-firmware (Ubuntu) ** Changed in: linux-firmware (Ubuntu) Status: Triaged => Confirmed ** Changed in: linux-firmware (Ubuntu) Assignee: (unassigned) => Seth Forshee (sforshee) ** Also affects: linux-firmware (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: linux-firmware (Ubuntu Wily) Importance: High Assignee: Seth Forshee (sforshee) Status: Confirmed ** Changed in: linux-firmware (Ubuntu Trusty) Status: New => Confirmed ** Changed in: linux-firmware (Ubuntu Trusty) Importance: Undecided => Medium ** Changed in: linux-firmware (Ubuntu Trusty) Assignee: (unassigned) => Seth Forshee (sforshee) ** Changed in: linux-firmware (Ubuntu Wily) Importance: High => Medium -- 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/1459167 Title: Intel 3165 NGW needs new firmware Status in HWE Next Project: Triaged Status in linux-firmware package in Ubuntu: Confirmed Status in linux-firmware source package in Trusty: Confirmed Status in linux-firmware source package in Wily: Confirmed Bug description: Intel 3165 NGW needs new firmware iwlwifi-7265D-13.ucode, which is not in linux-firmware repo yet. We need to backport it after it merged. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1459167/+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 1457369] Re: kernel 3.19.0-18 breaks HDMI audio for snd_hda_intel
** Tags added: patch -- 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/1457369 Title: kernel 3.19.0-18 breaks HDMI audio for snd_hda_intel Status in System76: Triaged Status in linux package in Ubuntu: Triaged Bug description: Problem appears on multiple computers with exact same kernel update, so clearly the problem is within the kernel. 3.19.0-16 did work without any problems. Before sound worked great via HDMI, now the HDMI output is not visible in neither alsamixer nor pulseaudio. Audio via the headphone jack still works. The computers are Intel-NUC-Kit-D54250WYK: 00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a26] (rev 09) Subsystem: Intel Corporation Device [8086:2054] Kernel driver in use: i915 00:03.0 Audio device [0403]: Intel Corporation Haswell-ULT HD Audio Controller [8086:0a0c] (rev 09) Subsystem: Intel Corporation Device [8086:2054] Kernel driver in use: snd_hda_inte dmesg gives: [3.178745] sound hdaudioC1D0: autoconfig: line_outs=1 (0x21/0x0/0x0/0x0/0x0) type:hp [3.178750] sound hdaudioC1D0:speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [3.178753] sound hdaudioC1D0:hp_outs=0 (0x0/0x0/0x0/0x0/0x0) [3.178754] sound hdaudioC1D0:mono: mono_out=0x0 [3.178756] sound hdaudioC1D0:inputs: [3.178759] sound hdaudioC1D0: Mic=0x19 ... [3.215371] snd_hda_intel :00:03.0: Cannot turn on display power on i915 ... [3.297561] [drm] Initialized i915 1.6.0 20141121 for :00:02.0 on minor 0 ... [3.304357] i915 :00:02.0: fb0: inteldrmfb frame buffer device [3.304360] i915 :00:02.0: registered panic notifier --- ApportVersion: 2.17.2-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: maarten1669 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.04 Lsusb: Bus 001 Device 008: ID 8087:07dc Intel Corp. Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 001 Device 002: ID 8087:8000 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=6c65d9ee-31fe-4832-8907-f47ac02d6f83 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev' Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip fuse lp lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/10/2015 dmi.bios.vendor: Intel Corp. dmi.bios.version: WYLPT10H.86A.0038.2015.0410.1634 dmi.board.name: D54250WYK dmi.board.vendor: Intel Corporation dmi.board.version: H13922-302 dmi.chassis.type: 3 dmi.modalias: dmi:bvnIntelCorp.:bvrWYLPT10H.86A.0038.2015.0410.1634:bd04/10/2015:svn:pn:pvr:rvnIntelCorporation:rnD54250WYK:rvrH13922-302:cvn:ct3:cvr: --- ApportVersion: 2.17.2-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: maarten1669 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.04 Lsusb: Bus 001 Device 008: ID 8087:07dc Intel Corp. Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 001 Device 002: ID 8087:8000 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=6c65d9ee-31fe-4832-8907-f47ac02d6f83 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev' Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip fuse lp lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/10/2015 dmi.bios.vendor: Intel Corp. dmi.bios.version: WYLPT10H.86A.0038.2015.0410.1634 dmi.board.name: D54250WYK dmi.board.vendor: Intel Corporation dmi.board.version: H13922-302 dmi.chassis.type: 3 dmi.modalias: dmi:bvnIntelCorp.:bvrWYLPT10H.86A.0038.2015.0410.1634:bd04/10/2015:svn:pn:pvr:rvnIntelCorporation:rnD54250WYK:rvrH13922-302:cvn:ct3:cvr: T
[Kernel-packages] [Bug 1459651] [NEW] package linux-image-3.19.0-18-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1
Public bug reported: I have A DEll Inspiron 9200 each time i try installing Ubuntu 15:04 i can not update or connect to WIFI ProblemType: Package DistroRelease: Ubuntu 15.04 Package: linux-image-3.19.0-18-generic (not installed) ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3 Uname: Linux 3.19.0-15-generic i686 ApportVersion: 2.17.2-0ubuntu1 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: victor 1813 F pulseaudio Date: Thu May 28 22:14:58 2015 DuplicateSignature: package:linux-image-3.19.0-18-generic:(not installed):subprocess new pre-installation script returned error exit status 1 ErrorMessage: subprocess new pre-installation script returned error exit status 1 HibernationDevice: RESUME=UUID=aad990c1-4dcb-49bc-b5ac-18ce19f80c89 InstallationDate: Installed on 2015-05-28 (0 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release i386 (20150422) IwConfig: lono wireless extensions. eth0 no wireless extensions. MachineType: Dell Inc. Inspiron 9200 PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash 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-22ubuntu1 RfKill: 0: hci0: Bluetooth Soft blocked: no Hard blocked: no SourcePackage: linux Title: package linux-image-3.19.0-18-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1 UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev' UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 02/01/2005 dmi.bios.vendor: Dell Inc. dmi.bios.version: A01 dmi.board.vendor: Dell Inc. dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA01:bd02/01/2005:svnDellInc.:pnInspiron9200:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr: dmi.product.name: Inspiron 9200 dmi.sys.vendor: Dell Inc. ** Affects: linux (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: apport-package i386 vivid -- 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/1459651 Title: package linux-image-3.19.0-18-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1 Status in linux package in Ubuntu: Confirmed Bug description: I have A DEll Inspiron 9200 each time i try installing Ubuntu 15:04 i can not update or connect to WIFI ProblemType: Package DistroRelease: Ubuntu 15.04 Package: linux-image-3.19.0-18-generic (not installed) ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3 Uname: Linux 3.19.0-15-generic i686 ApportVersion: 2.17.2-0ubuntu1 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: victor 1813 F pulseaudio Date: Thu May 28 22:14:58 2015 DuplicateSignature: package:linux-image-3.19.0-18-generic:(not installed):subprocess new pre-installation script returned error exit status 1 ErrorMessage: subprocess new pre-installation script returned error exit status 1 HibernationDevice: RESUME=UUID=aad990c1-4dcb-49bc-b5ac-18ce19f80c89 InstallationDate: Installed on 2015-05-28 (0 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release i386 (20150422) IwConfig: lono wireless extensions. eth0 no wireless extensions. MachineType: Dell Inc. Inspiron 9200 PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash 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-22ubuntu1 RfKill: 0: hci0: Bluetooth Soft blocked: no Hard blocked: no SourcePackage: linux Title: package linux-image-3.19.0-18-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1 UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev' UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 02/01/2005 dmi.bios.vendor: Dell Inc. dmi.bios.version: A01 dmi.board.vendor: Dell Inc. dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA01:bd02/01/2005:svnDellInc.:pnInspiron9200:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr: dmi.product.name: Inspiron 9200 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go
[Kernel-packages] [Bug 1459651] Re: package linux-image-3.19.0-18-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1
** 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/1459651 Title: package linux-image-3.19.0-18-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1 Status in linux package in Ubuntu: Confirmed Bug description: I have A DEll Inspiron 9200 each time i try installing Ubuntu 15:04 i can not update or connect to WIFI ProblemType: Package DistroRelease: Ubuntu 15.04 Package: linux-image-3.19.0-18-generic (not installed) ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3 Uname: Linux 3.19.0-15-generic i686 ApportVersion: 2.17.2-0ubuntu1 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: victor 1813 F pulseaudio Date: Thu May 28 22:14:58 2015 DuplicateSignature: package:linux-image-3.19.0-18-generic:(not installed):subprocess new pre-installation script returned error exit status 1 ErrorMessage: subprocess new pre-installation script returned error exit status 1 HibernationDevice: RESUME=UUID=aad990c1-4dcb-49bc-b5ac-18ce19f80c89 InstallationDate: Installed on 2015-05-28 (0 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release i386 (20150422) IwConfig: lono wireless extensions. eth0 no wireless extensions. MachineType: Dell Inc. Inspiron 9200 PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash 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-22ubuntu1 RfKill: 0: hci0: Bluetooth Soft blocked: no Hard blocked: no SourcePackage: linux Title: package linux-image-3.19.0-18-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1 UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev' UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 02/01/2005 dmi.bios.vendor: Dell Inc. dmi.bios.version: A01 dmi.board.vendor: Dell Inc. dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA01:bd02/01/2005:svnDellInc.:pnInspiron9200:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr: dmi.product.name: Inspiron 9200 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459651/+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 1459651] Re: package linux-image-3.19.0-18-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1
Status changed to 'Confirmed' because the bug affects multiple users. ** 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/1459651 Title: package linux-image-3.19.0-18-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1 Status in linux package in Ubuntu: Confirmed Bug description: I have A DEll Inspiron 9200 each time i try installing Ubuntu 15:04 i can not update or connect to WIFI ProblemType: Package DistroRelease: Ubuntu 15.04 Package: linux-image-3.19.0-18-generic (not installed) ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3 Uname: Linux 3.19.0-15-generic i686 ApportVersion: 2.17.2-0ubuntu1 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: victor 1813 F pulseaudio Date: Thu May 28 22:14:58 2015 DuplicateSignature: package:linux-image-3.19.0-18-generic:(not installed):subprocess new pre-installation script returned error exit status 1 ErrorMessage: subprocess new pre-installation script returned error exit status 1 HibernationDevice: RESUME=UUID=aad990c1-4dcb-49bc-b5ac-18ce19f80c89 InstallationDate: Installed on 2015-05-28 (0 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release i386 (20150422) IwConfig: lono wireless extensions. eth0 no wireless extensions. MachineType: Dell Inc. Inspiron 9200 PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash 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-22ubuntu1 RfKill: 0: hci0: Bluetooth Soft blocked: no Hard blocked: no SourcePackage: linux Title: package linux-image-3.19.0-18-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1 UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev' UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 02/01/2005 dmi.bios.vendor: Dell Inc. dmi.bios.version: A01 dmi.board.vendor: Dell Inc. dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA01:bd02/01/2005:svnDellInc.:pnInspiron9200:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr: dmi.product.name: Inspiron 9200 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459651/+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 1458839] Re: Poor Wi-Fi connectivity when connecting USB dock
@penalvch, thanks. Flashing A10 seems to have solved it. sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date A10 08/28/2013 ** Changed in: linux (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1458839 Title: Poor Wi-Fi connectivity when connecting USB dock Status in linux package in Ubuntu: Invalid Bug description: Reproduce: Insert USB dock (Kensington with usb sound card, ethernet card) cable into any USB port What happens: Wi-Fi connectivity worsens and eventually disconnects. Pinging an online target gives me [1432638474.615293] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=11 ttl=54 time=1172 ms [1432638474.636669] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=12 ttl=54 time=185 ms [1432638475.496000] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=13 ttl=54 time=44.3 ms [1432638477.638814] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=14 ttl=54 time=1185 ms [1432638477.644744] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=15 ttl=54 time=192 ms [1432638478.498248] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=16 ttl=54 time=44.4 ms [1432638479.662460] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=17 ttl=54 time=207 ms [1432638480.547434] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=18 ttl=54 time=90.9 ms [1432638482.597835] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=19 ttl=54 time=1140 ms [1432638482.601590] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=20 ttl=54 time=144 ms [1432638484.648946] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=21 ttl=54 time=1191 ms [1432638484.649794] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=22 ttl=54 time=193 ms [1432638485.502967] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=23 ttl=54 time=45.1 ms [1432638487.301295] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=24 ttl=54 time=842 ms [1432638488.649794] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=25 ttl=54 time=1191 ms [1432638488.662959] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=26 ttl=54 time=196 ms [1432638489.514683] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=27 ttl=54 time=46.7 ms [1432638491.653511] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=28 ttl=54 time=1183 ms [1432638491.655011] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=29 ttl=54 time=176 ms [1432638493.659119] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=30 ttl=54 time=1179 ms [1432638493.664250] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=31 ttl=54 time=177 ms [1432638494.534200] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=32 ttl=54 time=45.9 ms … Disconnecting the USB cable restores the connectivity: [1432638514.584374] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=52 ttl=54 time=48.5 ms [1432638515.577822] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=53 ttl=54 time=40.1 ms [1432638516.579000] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=54 ttl=54 time=39.9 ms [1432638517.580760] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=55 ttl=54 time=40.5 ms [1432638518.583465] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=56 ttl=54 time=41.4 ms [1432638519.583923] 64 bytes from fra07s30-in-f5.1e100.net (173.194.112.101): icmp_seq=57 ttl=54 time=40.1 ms … What should have happened: Connectivity should not be affected by a connected USB dock Steps taken to debug: * I've told NetworkManager not to manage the USB network card so that it appears unmanaged. This makes no difference. * I've tried older kernels, e.g. 3.14 with no luck * It does not matter what is connected to the dock ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: linux-image-3.19.0-18-generic 3.19.0-18.18 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: jonas 1514 F pulseaudio CurrentDesktop: Unity Date: Tue May 26 13:08:44 2015 DistributionChannelDescriptor: # This is a distribution channel descriptor # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor canonical-oem-somerville-precise-amd64-20120703-2 EcryptfsInUse: Yes HibernationDevice: RESUME=UUID=7b9cb658-95dd-4e13-a587-d6
[Kernel-packages] [Bug 1459367] Re: Realtek RTL8723BE wireless card drops connection in Linux kernel 3.19.0-18
Hi, Bios-updating (Bios version : F.36 / Bios release date : 12/18/2014) didn't change anything. But I had a look on dmesg's outputs, and it gives two informations : 1) dmesg's output is always the same on reconnection wlan0: deauthenticated from f4:ca:e5:f0:33:98 (Reason: 2=PREV_AUTH_NOT_VALID) cfg80211: Calling CRDA to update world regulatory domain cfg80211: World regulatory domain updated: cfg80211: DFS Master region: unset cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) cfg80211: (2402000 KHz - 2472000 KHz @ 4 KHz), (300 mBi, 2000 mBm), (N/A) cfg80211: (2457000 KHz - 2482000 KHz @ 4 KHz), (300 mBi, 2000 mBm), (N/A) cfg80211: (2474000 KHz - 2494000 KHz @ 2 KHz), (300 mBi, 2000 mBm), (N/A) cfg80211: (517 KHz - 525 KHz @ 4 KHz), (300 mBi, 2000 mBm), (N/A) cfg80211: (5735000 KHz - 5835000 KHz @ 4 KHz), (300 mBi, 2000 mBm), (N/A) wlan0: authenticate with f4:ca:e5:f0:33:98 wlan0: send auth to f4:ca:e5:f0:33:98 (try 1/3) wlan0: authenticated wlan0: associate with f4:ca:e5:f0:33:98 (try 1/3) wlan0: RX AssocResp from f4:ca:e5:f0:33:98 (capab=0x411 status=0 aid=2) wlan0: associated 2) those "groups of dmesgs" appear periodically (time between two reconnections, in fact) : 600 sec 1200 sec 600 sec 600 sec 1200 sec I hope it will be useful... Best regards, ** 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/1459367 Title: Realtek RTL8723BE wireless card drops connection in Linux kernel 3.19.0-18 Status in linux package in Ubuntu: Confirmed Bug description: Hi, I loose my connection randomly (HP laptop, model 15-r207nf) with Realtek RTL8723BE wireless card. Linux 3.19.0-18-generic on Xubuntu 15.04 ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: linux-image-3.19.0-18-generic 3.19.0-18.18 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/pcmC0D0p: arnaud 1415 F...m pulseaudio /dev/snd/controlC0: arnaud 1409 F panel-17-mixer arnaud 1415 F pulseaudio CurrentDesktop: XFCE Date: Wed May 27 19:46:19 2015 HibernationDevice: RESUME=UUID=677c116e-29ca-4442-a248-9302170fbb6b InstallationDate: Installed on 2015-04-18 (38 days ago) InstallationMedia: Xubuntu 15.04 "Vivid Vervet" - Beta amd64 (20150326) MachineType: Hewlett-Packard HP 15 Notebook PC ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=3c2695c5-1341-4096-966f-ad24d315f451 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 SourcePackage: linux UdevLog: Error: [Errno 2] Aucun fichier ou dossier de ce type: '/var/log/udev' UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 10/28/2014 dmi.bios.vendor: Insyde dmi.bios.version: F.32 dmi.board.asset.tag: Type2 - Board Asset Tag dmi.board.name: 2213 dmi.board.vendor: Hewlett-Packard dmi.board.version: 57.47 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.32:bd10/28/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr097412405F0620180:rvnHewlett-Packard:rn2213:rvr57.47:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP 15 Notebook PC dmi.product.version: 097412405F0620180 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459367/+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 1451233] Re: Realtek RTL8723BE drops connection until reboot
The problem has been reported to the linux-wireless mailing list. If anyone is interested, here you can watch discussion: http://thread.gmane.org/gmane.linux.kernel.wireless.general/138215 By the way, it's my first time using mailing lists and I'm not sure if I've done everything correctly. So if something is wrong with my report, please let me know. -- 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/1451233 Title: Realtek RTL8723BE drops connection until reboot Status in linux package in Ubuntu: Triaged Bug description: I have a Lenovo B5400 laptop with RTL8723BE wireless module. The internet connection constantly getting lost after a random duration (usually after 20-30 minutes). The NetworkManager applet does not recognize it (still looks like i have a connection), but when I try do disconnect and connect again, there is only one useful information I can find in dmesg: "wlan0: deauthenticating from [ap mac address] by local choice (Reason: 3=DEAUTH_LEAVING)" Reinserting the driver (modprobe -r rtl8723be and modprobe rtl8723) used to be my only workaround, but it does not work anymore and now I have to reboot. The following improves performance, but I am still encountering some minor performance issues while playing online games (random lag spikes): sudo nano /etc/modprobe.d/rtl8723be.conf options rtl8723be ips=0 fwlps=0 --- ApportVersion: 2.14.1-0ubuntu3.11 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: pk 1907 F pulseaudio /dev/snd/controlC0: pk 1907 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 HibernationDevice: RESUME=UUID=4ce160f4-029c-4fd5-ba3f-254c6e3e33dd InstallationDate: Installed on 2015-05-24 (0 days ago) InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1) MachineType: LENOVO 20278 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-38-generic root=UUID=a9da170f-b86b-434f-910b-00929ceb8420 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.16.0-38.52~14.04.1-generic 3.16.7-ckt10 RelatedPackageVersions: linux-restricted-modules-3.16.0-38-generic N/A linux-backports-modules-3.16.0-38-generic N/A linux-firmware 1.127.12 Tags: trusty Uname: Linux 3.16.0-38-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 03/03/2014 dmi.bios.vendor: LENOVO dmi.bios.version: J7ET61WW (2.06 ) dmi.board.asset.tag: Not Available dmi.board.name: 20278 QB0 dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrJ7ET61WW(2.06):bd03/03/2014:svnLENOVO:pn20278:pvrB5400:rvnLENOVO:rn20278QB0:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 20278 dmi.product.version: B5400 dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1451233/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported
@Xin https://codeload.github.com/kvalo/ath/zip/master -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1383184 Title: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported Status in linux package in Ubuntu: Triaged Bug description: Card detail: Qualcomm Atheros Device [168c:003e] (rev 20) Subsystem: Bigfoot Networks, Inc. Device [1a56:1525] This is on a fully updated Ubuntu Server 14.04 installation, with the ubuntu-desktop environment installed. This happened in order to get the md raid drivers for raid0 on my system, as the desktop version doesn't support them. --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: matanis2333 F pulseaudio /dev/snd/controlC0: matanis2333 F pulseaudio CRDA: Error: [Errno 2] No such file or directory CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 HibernationDevice: RESUME=UUID=1b192ee3-f592-43e9-bdcf-08b91c0aa9b6 InstallationDate: Installed on 2014-10-16 (3 days ago) InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.3) IwConfig: p2p1 no wireless extensions. lono wireless extensions. MachineType: Micro-Star International Co., Ltd. GT72 2QE NonfreeKernelModules: nvidia Package: linux (not installed) ProcFB: 0 EFI VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic.efi.signed root=UUID=80998dbb-1f89-4eda-be90-25e35e1c0a90 ro ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 RfKill: Tags: trusty Uname: Linux 3.13.0-37-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 09/15/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: E1781IMS.10D dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: MS-1781 dmi.board.vendor: Micro-Star International Co., Ltd. dmi.board.version: REV:0.C dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: To Be Filled By O.E.M. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrE1781IMS.10D:bd09/15/2014:svnMicro-StarInternationalCo.,Ltd.:pnGT722QE:pvrREV0.C:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1781:rvrREV0.C:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: GT72 2QE dmi.product.version: REV:0.C dmi.sys.vendor: Micro-Star International Co., Ltd. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1383184/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1338706] Re: Samsung SSD 840 failed to get NCQ Send/Recv Log Emask 0x1 failed to set xfermode (err_mask=0x40) on upstream kernels >= 3.12
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Dave Chiluk (chiluk) -- 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/1338706 Title: Samsung SSD 840 failed to get NCQ Send/Recv Log Emask 0x1 failed to set xfermode (err_mask=0x40) on upstream kernels >= 3.12 Status in linux package in Ubuntu: Incomplete Bug description: Samsung SSD 840 Series failed to get NCQ Send/Recv Log Emask 0x1. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-30-generic 3.13.0-30.55 ProcVersionSignature: Ubuntu 3.13.0-30.55-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/controlC0: user 2131 F pulseaudio CurrentDesktop: Unity Date: Mon Jul 7 20:01:28 2014 HibernationDevice: RESUME=UUID=685afcb7-7aa6-4048-af15-091d3bcd3b35 InstallationDate: Installed on 2014-06-22 (14 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) IwConfig: eth0 no wireless extensions. lono wireless extensions. MachineType: System manufacturer System Product Name ProcFB: 0 nouveaufb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-30-generic root=UUID=d7c2e1cb-d046-460c-83b8-0cfbb330d095 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) dmi.bios.date: 09/10/2010 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 0901 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: M3N78-EM dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: Rev X.0x dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0901:bd09/10/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM3N78-EM:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1338706/+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 1458964] Re: linux: 3.19.0-19.19 -proposed tracker
** Changed in: kernel-sru-workflow/promote-to-proposed Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Chris J Arges (arges) -- 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/1458964 Title: linux: 3.19.0-19.19 -proposed tracker Status in Kernel SRU Workflow: In Progress Status in Kernel SRU Workflow certification-testing series: New Status in Kernel SRU Workflow package-testing series: Confirmed Status in Kernel SRU Workflow prepare-package series: Fix Released Status in Kernel SRU Workflow prepare-package-meta series: Fix Released Status in Kernel SRU Workflow prepare-package-signed series: Fix Released Status in Kernel SRU Workflow promote-to-proposed series: Confirmed Status in Kernel SRU Workflow promote-to-security series: New Status in Kernel SRU Workflow promote-to-updates series: New Status in Kernel SRU Workflow regression-testing series: New Status in Kernel SRU Workflow security-signoff series: New Status in Kernel SRU Workflow verification-testing series: New Status in linux package in Ubuntu: Invalid Status in linux source package in Vivid: New Bug description: This bug is for tracking the 3.19.0-19.19 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-stable-Prepare-package-start:Tuesday, 26. May 2015 18:22 UTC kernel-stable-phase:CopyToProposed kernel-stable-Prepare-package-end:Wednesday, 27. May 2015 07:02 UTC kernel-stable-Promote-to-proposed-start:Wednesday, 27. May 2015 07:02 UTC kernel-stable-phase-changed:Wednesday, 27. May 2015 07:02 UTC To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1458964/+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 1338706] Re: Samsung SSD 840 failed to get NCQ Send/Recv Log Emask 0x1 failed to set xfermode (err_mask=0x40) on upstream kernels >= 3.12
So after some additional testing it looks like NCQ Trim on the Samsung 8** drives still has "issues". It looks like it mostly works, but once the drive gets saturated with a large trim *(i.e. deleting 5 kernel trees, and then fstrimming), the kernel starts to hit timeouts. Increasing the timeouts to 200 seconds or more appears to alleviate these errors, but upstream has already blacklisted the drive altogether for NCQ trim. https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=9a9324d396967 -- 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/1338706 Title: Samsung SSD 840 failed to get NCQ Send/Recv Log Emask 0x1 failed to set xfermode (err_mask=0x40) on upstream kernels >= 3.12 Status in linux package in Ubuntu: Incomplete Bug description: Samsung SSD 840 Series failed to get NCQ Send/Recv Log Emask 0x1. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-30-generic 3.13.0-30.55 ProcVersionSignature: Ubuntu 3.13.0-30.55-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/controlC0: user 2131 F pulseaudio CurrentDesktop: Unity Date: Mon Jul 7 20:01:28 2014 HibernationDevice: RESUME=UUID=685afcb7-7aa6-4048-af15-091d3bcd3b35 InstallationDate: Installed on 2014-06-22 (14 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) IwConfig: eth0 no wireless extensions. lono wireless extensions. MachineType: System manufacturer System Product Name ProcFB: 0 nouveaufb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-30-generic root=UUID=d7c2e1cb-d046-460c-83b8-0cfbb330d095 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) dmi.bios.date: 09/10/2010 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 0901 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: M3N78-EM dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: Rev X.0x dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0901:bd09/10/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM3N78-EM:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1338706/+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 1459651] Re: package linux-image-3.19.0-18-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1
Would it be possible for you to test the latest upstream kernel? Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v4.1 kernel[0]. If this bug is fixed in the mainline kernel, please add the following tag 'kernel-fixed-upstream'. If the mainline kernel does not fix this bug, please add the tag: 'kernel-bug-exists-upstream'. If you are unable to test the mainline kernel, for example it will not boot, please add the tag: 'kernel-unable-to-test-upstream'. Once testing of the upstream kernel is complete, please mark this bug as "Confirmed". Thanks in advance. [0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc5-unstable/ ** 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/1459651 Title: package linux-image-3.19.0-18-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1 Status in linux package in Ubuntu: Incomplete Bug description: I have A DEll Inspiron 9200 each time i try installing Ubuntu 15:04 i can not update or connect to WIFI ProblemType: Package DistroRelease: Ubuntu 15.04 Package: linux-image-3.19.0-18-generic (not installed) ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3 Uname: Linux 3.19.0-15-generic i686 ApportVersion: 2.17.2-0ubuntu1 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: victor 1813 F pulseaudio Date: Thu May 28 22:14:58 2015 DuplicateSignature: package:linux-image-3.19.0-18-generic:(not installed):subprocess new pre-installation script returned error exit status 1 ErrorMessage: subprocess new pre-installation script returned error exit status 1 HibernationDevice: RESUME=UUID=aad990c1-4dcb-49bc-b5ac-18ce19f80c89 InstallationDate: Installed on 2015-05-28 (0 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release i386 (20150422) IwConfig: lono wireless extensions. eth0 no wireless extensions. MachineType: Dell Inc. Inspiron 9200 PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-15-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash 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-22ubuntu1 RfKill: 0: hci0: Bluetooth Soft blocked: no Hard blocked: no SourcePackage: linux Title: package linux-image-3.19.0-18-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1 UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev' UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 02/01/2005 dmi.bios.vendor: Dell Inc. dmi.bios.version: A01 dmi.board.vendor: Dell Inc. dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA01:bd02/01/2005:svnDellInc.:pnInspiron9200:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr: dmi.product.name: Inspiron 9200 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459651/+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 1458478] Re: No HDMI audio output on newer kernel (3.19.0-18).
I had this problem with 3.19.0-18-generic, and reading this bug prompted me to reboot and select instead 3.19.0-16-generic, and now I see hdmi audio as an option again, and it works fine. -- 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/1458478 Title: No HDMI audio output on newer kernel (3.19.0-18). Status in linux package in Ubuntu: Incomplete Bug description: No HDMI audio source on newer kernel (3.19.0-18). Ubuntu 3.19.0-18.18-generic 3.19.6 ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: linux-image-3.19.0-18-generic 3.19.0-18.18 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/pcmC1D0p: jeremie2472 F...m pulseaudio /dev/snd/controlC1: jeremie2472 F pulseaudio CurrentDesktop: Unity Date: Mon May 25 16:46:02 2015 HibernationDevice: RESUME=UUID=5779ea79-4b37-4599-bd15-e752ed9df0f5 InstallationDate: Installed on 2015-03-26 (59 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Dell Inc. Inspiron 7737 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=d36a6066-c2e5-4657-a02a-bd725006eccc ro quiet splash RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 RfKill: 1: phy0: Wireless LAN Soft blocked: no Hard blocked: yes SourcePackage: linux UpgradeStatus: Upgraded to vivid on 2015-05-03 (21 days ago) dmi.bios.date: 10/31/2013 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: 09MYRM dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA05:bd10/31/2013:svnDellInc.:pnInspiron7737:pvr:rvnDellInc.:rn09MYRM:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: Inspiron 7737 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1458478/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported
I'm running kernel 4.0.0-wl-ath without major issue, almost fully stable for me. However i tested 4.1.0-rc2-wl-ath or rc3, i don't remember exactly and noticed the disconnection issue on devices near my laptop radius regardless of which AP was connected, even applying the promisc patch. Now there is version rc5, if someone test please report if it's working better, anyway i will wait for stable release of 4.1 @Xin, after you unpack ath-master.zip change directory where you unpacked it. for example: cd /home/your_username/Desktop/ath-master and better than doing a copy of the current kernel config (cp /boot/config-`uname -r`* .config) skip that command and do this instead: make localmodconfig it will make .config file according to your actual running modules/drivers and avoid compilation of unused ones. It's also good if you guys enable ath10k debug mode to help developers better identify the problems. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1383184 Title: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] not supported Status in linux package in Ubuntu: Triaged Bug description: Card detail: Qualcomm Atheros Device [168c:003e] (rev 20) Subsystem: Bigfoot Networks, Inc. Device [1a56:1525] This is on a fully updated Ubuntu Server 14.04 installation, with the ubuntu-desktop environment installed. This happened in order to get the md raid drivers for raid0 on my system, as the desktop version doesn't support them. --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: matanis2333 F pulseaudio /dev/snd/controlC0: matanis2333 F pulseaudio CRDA: Error: [Errno 2] No such file or directory CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 HibernationDevice: RESUME=UUID=1b192ee3-f592-43e9-bdcf-08b91c0aa9b6 InstallationDate: Installed on 2014-10-16 (3 days ago) InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.3) IwConfig: p2p1 no wireless extensions. lono wireless extensions. MachineType: Micro-Star International Co., Ltd. GT72 2QE NonfreeKernelModules: nvidia Package: linux (not installed) ProcFB: 0 EFI VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic.efi.signed root=UUID=80998dbb-1f89-4eda-be90-25e35e1c0a90 ro ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 RfKill: Tags: trusty Uname: Linux 3.13.0-37-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 09/15/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: E1781IMS.10D dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: MS-1781 dmi.board.vendor: Micro-Star International Co., Ltd. dmi.board.version: REV:0.C dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: To Be Filled By O.E.M. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrE1781IMS.10D:bd09/15/2014:svnMicro-StarInternationalCo.,Ltd.:pnGT722QE:pvrREV0.C:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1781:rvrREV0.C:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: GT72 2QE dmi.product.version: REV:0.C dmi.sys.vendor: Micro-Star International Co., Ltd. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1383184/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1457369] Re: kernel 3.19.0-18 breaks HDMI audio for snd_hda_intel
** Tags added: kernel-da-key -- 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/1457369 Title: kernel 3.19.0-18 breaks HDMI audio for snd_hda_intel Status in System76: Triaged Status in linux package in Ubuntu: Triaged Bug description: Problem appears on multiple computers with exact same kernel update, so clearly the problem is within the kernel. 3.19.0-16 did work without any problems. Before sound worked great via HDMI, now the HDMI output is not visible in neither alsamixer nor pulseaudio. Audio via the headphone jack still works. The computers are Intel-NUC-Kit-D54250WYK: 00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a26] (rev 09) Subsystem: Intel Corporation Device [8086:2054] Kernel driver in use: i915 00:03.0 Audio device [0403]: Intel Corporation Haswell-ULT HD Audio Controller [8086:0a0c] (rev 09) Subsystem: Intel Corporation Device [8086:2054] Kernel driver in use: snd_hda_inte dmesg gives: [3.178745] sound hdaudioC1D0: autoconfig: line_outs=1 (0x21/0x0/0x0/0x0/0x0) type:hp [3.178750] sound hdaudioC1D0:speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [3.178753] sound hdaudioC1D0:hp_outs=0 (0x0/0x0/0x0/0x0/0x0) [3.178754] sound hdaudioC1D0:mono: mono_out=0x0 [3.178756] sound hdaudioC1D0:inputs: [3.178759] sound hdaudioC1D0: Mic=0x19 ... [3.215371] snd_hda_intel :00:03.0: Cannot turn on display power on i915 ... [3.297561] [drm] Initialized i915 1.6.0 20141121 for :00:02.0 on minor 0 ... [3.304357] i915 :00:02.0: fb0: inteldrmfb frame buffer device [3.304360] i915 :00:02.0: registered panic notifier --- ApportVersion: 2.17.2-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: maarten1669 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.04 Lsusb: Bus 001 Device 008: ID 8087:07dc Intel Corp. Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 001 Device 002: ID 8087:8000 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=6c65d9ee-31fe-4832-8907-f47ac02d6f83 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev' Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip fuse lp lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/10/2015 dmi.bios.vendor: Intel Corp. dmi.bios.version: WYLPT10H.86A.0038.2015.0410.1634 dmi.board.name: D54250WYK dmi.board.vendor: Intel Corporation dmi.board.version: H13922-302 dmi.chassis.type: 3 dmi.modalias: dmi:bvnIntelCorp.:bvrWYLPT10H.86A.0038.2015.0410.1634:bd04/10/2015:svn:pn:pvr:rvnIntelCorporation:rnD54250WYK:rvrH13922-302:cvn:ct3:cvr: --- ApportVersion: 2.17.2-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: maarten1669 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.04 Lsusb: Bus 001 Device 008: ID 8087:07dc Intel Corp. Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 001 Device 002: ID 8087:8000 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=6c65d9ee-31fe-4832-8907-f47ac02d6f83 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev' Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip fuse lp lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/10/2015 dmi.bios.vendor: Intel Corp. dmi.bios.version: WYLPT10H.86A.0038.2015.0410.1634 dmi.board.name: D54250WYK dmi.board.vendor: Intel Corporation dmi.board.version: H13922-302 dmi.chassis.type: 3 dmi.modalias: dmi:bvnIntelCorp.:bvrWYLPT10H.86A.0038.2015.0410.1634:bd04/10/2015:svn:pn:pvr:rvnIntelCorporation:rnD54250WYK:rvrH13922-302:cvn:ct3
[Kernel-packages] [Bug 1445195] Re: [Hyper-V] Kernel patches for storvsc
1st Night Backups Ran okay, with no strange SCSI errors. The following was logged into syslog: May 28 00:01:22 test Hyper-V VSS: VSS: op=FREEZE: succeeded May 28 00:01:21 test kernel: [22188.912452] sd 0:0:0:0: [storvsc] Sense Key : Unit Attention [current] May 28 00:01:21 test kernel: [22188.912465] sd 0:0:0:0: [storvsc] Add. Sense: Changed operating definition May 28 00:01:21 test kernel: [22188.912596] sd 0:0:0:0: Warning! Received an indication that the operating parameters on this target have changed. The Linux SCSI layer does not automatically adjust these parameters. May 28 00:01:21 test Hyper-V VSS: VSS: op=THAW: succeeded May 28 00:17:01 test CRON[1323]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) May 28 01:17:01 test CRON[1329]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) May 28 01:36:17 test kernel: [27884.812212] sd 0:0:0:0: [storvsc] Sense Key : Unit Attention [current] May 28 01:36:17 test kernel: [27884.812229] sd 0:0:0:0: [storvsc] Add. Sense: Changed operating definition May 28 01:36:17 test kernel: [27884.812361] sd 0:0:0:0: Warning! Received an indication that the operating parameters on this target have changed. The Linux SCSI layer does not automatically adjust these parameters. So we're still getting the messages about, hey, something changed on the Disk, but I can live with that for the price of a proper VSS snapshot. Again, this is with the 3.19 -39 kernel on 14.04.2 LTS. I'll keep an eye on it. I guess I'll wait for production changes, but it's so tempting :-) -- 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/1445195 Title: [Hyper-V] Kernel patches for storvsc Status in linux package in Ubuntu: Triaged Status in linux source package in Precise: Triaged Status in linux source package in Trusty: Triaged Status in linux source package in Utopic: Triaged Status in linux source package in Vivid: Triaged Status in linux source package in Wily: Triaged Bug description: Storage driver performance updates for vivid K. Y. Srinivasan (7): scsi: storvsc: Increase the ring buffer size scsi: storvsc: Size the queue depth based on the ringbuffer size scsi: storvsc: Always send on the selected outgoing channel scsi: storvsc: Retrieve information about the capability of the target scsi: storvsc: Fix a bug in copy_from_bounce_buffer() scsi: storvsc: Don't assume that the scatterlist is not chained scsi: storvsc: Set the tablesize based on the information given by the host To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1445195/+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 1458922] Re: No sound output via HDMI/DisplayPort available on kernel 3.19.0-18
*** This bug is a duplicate of bug 1457369 *** https://bugs.launchpad.net/bugs/1457369 ** This bug has been marked a duplicate of bug 1457369 kernel 3.19.0-18 breaks HDMI audio for snd_hda_intel -- 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/1458922 Title: No sound output via HDMI/DisplayPort available on kernel 3.19.0-18 Status in linux package in Ubuntu: Incomplete Bug description: Using the latest kernel 3.19.0-18 on vivid no sound output via HDMI/DP is available in the sound settings dialog, which is/was available with the previous kernel version 3.19.0-16 . ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: linux-image-3.19.0-18-generic 3.19.0-18.18 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: oc 2596 F pulseaudio CurrentDesktop: Unity Date: Tue May 26 17:41:08 2015 HibernationDevice: RESUME=UUID=152a3be6-b096-40db-911e-8459e7b93e8c InstallationDate: Installed on 2014-09-01 (267 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: LENOVO 20BE00B8GE ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-18-generic root=UUID=9fbb762e-9015-479c-8f43-8d9750487156 ro quiet splash nomdmonddf nomdmonisw nomdmonddf nomdmonisw vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 SourcePackage: linux UpgradeStatus: Upgraded to vivid on 2015-05-13 (12 days ago) dmi.bios.date: 05/15/2014 dmi.bios.vendor: LENOVO dmi.bios.version: GMET65WW (2.13 ) dmi.board.asset.tag: Not Available dmi.board.name: 20BE00B8GE dmi.board.vendor: LENOVO dmi.board.version: SDK0E50510 Pro dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrGMET65WW(2.13):bd05/15/2014:svnLENOVO:pn20BE00B8GE:pvrThinkPadT540p:rvnLENOVO:rn20BE00B8GE:rvrSDK0E50510Pro:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 20BE00B8GE dmi.product.version: ThinkPad T540p dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1458922/+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 1457369] Re: kernel 3.19.0-18 breaks HDMI audio for snd_hda_intel
** Changed in: linux (Ubuntu) Importance: Medium => Critical ** Tags added: kernel-key -- 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/1457369 Title: kernel 3.19.0-18 breaks HDMI audio for snd_hda_intel Status in System76: Triaged Status in linux package in Ubuntu: Triaged Bug description: Problem appears on multiple computers with exact same kernel update, so clearly the problem is within the kernel. 3.19.0-16 did work without any problems. Before sound worked great via HDMI, now the HDMI output is not visible in neither alsamixer nor pulseaudio. Audio via the headphone jack still works. The computers are Intel-NUC-Kit-D54250WYK: 00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a26] (rev 09) Subsystem: Intel Corporation Device [8086:2054] Kernel driver in use: i915 00:03.0 Audio device [0403]: Intel Corporation Haswell-ULT HD Audio Controller [8086:0a0c] (rev 09) Subsystem: Intel Corporation Device [8086:2054] Kernel driver in use: snd_hda_inte dmesg gives: [3.178745] sound hdaudioC1D0: autoconfig: line_outs=1 (0x21/0x0/0x0/0x0/0x0) type:hp [3.178750] sound hdaudioC1D0:speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [3.178753] sound hdaudioC1D0:hp_outs=0 (0x0/0x0/0x0/0x0/0x0) [3.178754] sound hdaudioC1D0:mono: mono_out=0x0 [3.178756] sound hdaudioC1D0:inputs: [3.178759] sound hdaudioC1D0: Mic=0x19 ... [3.215371] snd_hda_intel :00:03.0: Cannot turn on display power on i915 ... [3.297561] [drm] Initialized i915 1.6.0 20141121 for :00:02.0 on minor 0 ... [3.304357] i915 :00:02.0: fb0: inteldrmfb frame buffer device [3.304360] i915 :00:02.0: registered panic notifier --- ApportVersion: 2.17.2-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: maarten1669 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.04 Lsusb: Bus 001 Device 008: ID 8087:07dc Intel Corp. Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 001 Device 002: ID 8087:8000 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=6c65d9ee-31fe-4832-8907-f47ac02d6f83 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev' Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip fuse lp lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/10/2015 dmi.bios.vendor: Intel Corp. dmi.bios.version: WYLPT10H.86A.0038.2015.0410.1634 dmi.board.name: D54250WYK dmi.board.vendor: Intel Corporation dmi.board.version: H13922-302 dmi.chassis.type: 3 dmi.modalias: dmi:bvnIntelCorp.:bvrWYLPT10H.86A.0038.2015.0410.1634:bd04/10/2015:svn:pn:pvr:rvnIntelCorporation:rnD54250WYK:rvrH13922-302:cvn:ct3:cvr: --- ApportVersion: 2.17.2-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: maarten1669 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.04 Lsusb: Bus 001 Device 008: ID 8087:07dc Intel Corp. Bus 001 Device 007: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 001 Device 002: ID 8087:8000 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=6c65d9ee-31fe-4832-8907-f47ac02d6f83 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev' Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip fuse lp lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 04/10/2015 dmi.bios.vendor: Intel Corp. dmi.bios.version: WYLPT10H.86A.0038.2015.0410.1634 dmi.board.name: D54250WYK dmi.board.vendor: Intel Corporation dmi.board.version: H13922-302 dmi.chassis.type: 3 dmi.modalias: dmi:bvnIntelCorp.:bvrWYLPT10H.86A.0038.2015.0410.1634:bd04/10/2015:sv
[Kernel-packages] [Bug 1457672] Re: Wireless stops working when upgrading from -16 to -18 kernel on macbook air 2013
** Tags added: kernel-da-key -- 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/1457672 Title: Wireless stops working when upgrading from -16 to -18 kernel on macbook air 2013 Status in bcmwl package in Ubuntu: Confirmed Status in linux package in Ubuntu: Incomplete Bug description: Today's upgrade from the -16 to the -18 kernel completely disables wireless on my 15.04 ubuntu install on a macbook air 2013. Reverting to the -16 kernel fixes the issue. ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: linux-image-3.19.0-18-generic:amd64 3.19.0-18.18 ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3 Uname: Linux 3.19.0-16-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: roland 1630 F pulseaudio CurrentDesktop: Unity Date: Thu May 21 14:33:31 2015 HibernationDevice: RESUME=UUID=9e12a810-bfd8-43e5-a06f-c236be42f8b9 InstallationDate: Installed on 2014-11-09 (193 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Apple Inc. MacBookAir4,2 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic.efi.signed root=UUID=58091989-ee9b-4c99-afa8-fffa56a1f3af ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.19.0-16-generic N/A linux-backports-modules-3.19.0-16-generic N/A linux-firmware 1.143 SourcePackage: linux UpgradeStatus: Upgraded to vivid on 2015-04-23 (27 days ago) dmi.bios.date: 10/09/2013 dmi.bios.vendor: Apple Inc. dmi.bios.version: MBA41.88Z.0077.B11.1310091428 dmi.board.asset.tag: Base Board Asset Tag# dmi.board.name: Mac-742912EFDBEE19B3 dmi.board.vendor: Apple Inc. dmi.board.version: MacBookAir4,2 dmi.chassis.type: 10 dmi.chassis.vendor: Apple Inc. dmi.chassis.version: Mac-742912EFDBEE19B3 dmi.modalias: dmi:bvnAppleInc.:bvrMBA41.88Z.0077.B11.1310091428:bd10/09/2013:svnAppleInc.:pnMacBookAir4,2:pvr1.0:rvnAppleInc.:rnMac-742912EFDBEE19B3:rvrMacBookAir4,2:cvnAppleInc.:ct10:cvrMac-742912EFDBEE19B3: dmi.product.name: MacBookAir4,2 dmi.product.version: 1.0 dmi.sys.vendor: Apple Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1457672/+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 1457446] Re: No HDMI Audio Source on Newer Kernels
*** This bug is a duplicate of bug 1457369 *** https://bugs.launchpad.net/bugs/1457369 ** This bug has been marked a duplicate of bug 1457369 kernel 3.19.0-18 breaks HDMI audio for snd_hda_intel -- 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/1457446 Title: No HDMI Audio Source on Newer Kernels Status in linux package in Ubuntu: Incomplete Bug description: I am also experiencing this problem. Ubuntu 15.04 TV plugged in HDMI port Problem happens with Kernel versions 3.19.0-17 and 3.19.0-18 HDMI audio worked before upgrading from 14.10 to 15.04 HDMI audio works if I select an older kernel (3.16.0-38) No hdmi source seen on newer kernels, not on pavc either. ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: linux-image-3.19.0-18-generic 3.19.0-18.18 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.2-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: steve 2506 F pulseaudio CurrentDesktop: Unity Date: Thu May 21 06:52:36 2015 HibernationDevice: RESUME=UUID=0cc21abb-9611-459b-a2f3-d72b38316190 InstallationDate: Installed on 2014-09-29 (233 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: Acer Aspire S7-392 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=9c0dd135-4539-4895-be0d-25ecc94a9bea ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 SourcePackage: linux UpgradeStatus: Upgraded to vivid on 2015-04-27 (23 days ago) dmi.bios.date: 05/20/2014 dmi.bios.vendor: Insyde Corp. dmi.bios.version: V2.12 dmi.board.asset.tag: No Asset Tag dmi.board.name: Storm2 dmi.board.vendor: Acer dmi.board.version: V2.12 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Acer dmi.chassis.version: V2.12 dmi.modalias: dmi:bvnInsydeCorp.:bvrV2.12:bd05/20/2014:svnAcer:pnAspireS7-392:pvrV2.12:rvnAcer:rnStorm2:rvrV2.12:cvnAcer:ct10:cvrV2.12: dmi.product.name: Aspire S7-392 dmi.product.version: V2.12 dmi.sys.vendor: Acer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1457446/+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 1458478] Re: No HDMI audio output on newer kernel (3.19.0-18).
*** This bug is a duplicate of bug 1457369 *** https://bugs.launchpad.net/bugs/1457369 ** This bug has been marked a duplicate of bug 1457369 kernel 3.19.0-18 breaks HDMI audio for snd_hda_intel -- 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/1458478 Title: No HDMI audio output on newer kernel (3.19.0-18). Status in linux package in Ubuntu: Incomplete Bug description: No HDMI audio source on newer kernel (3.19.0-18). Ubuntu 3.19.0-18.18-generic 3.19.6 ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: linux-image-3.19.0-18-generic 3.19.0-18.18 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/pcmC1D0p: jeremie2472 F...m pulseaudio /dev/snd/controlC1: jeremie2472 F pulseaudio CurrentDesktop: Unity Date: Mon May 25 16:46:02 2015 HibernationDevice: RESUME=UUID=5779ea79-4b37-4599-bd15-e752ed9df0f5 InstallationDate: Installed on 2015-03-26 (59 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Dell Inc. Inspiron 7737 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=d36a6066-c2e5-4657-a02a-bd725006eccc ro quiet splash RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 RfKill: 1: phy0: Wireless LAN Soft blocked: no Hard blocked: yes SourcePackage: linux UpgradeStatus: Upgraded to vivid on 2015-05-03 (21 days ago) dmi.bios.date: 10/31/2013 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: 09MYRM dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA05:bd10/31/2013:svnDellInc.:pnInspiron7737:pvr:rvnDellInc.:rn09MYRM:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: Inspiron 7737 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1458478/+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 1459365] Re: Can't resume after hibernation
Would it be possible for you to test the latest upstream kernel? Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v4.1 kernel[0]. If this bug is fixed in the mainline kernel, please add the following tag 'kernel-fixed-upstream'. If the mainline kernel does not fix this bug, please add the tag: 'kernel-bug-exists-upstream'. If you are unable to test the mainline kernel, for example it will not boot, please add the tag: 'kernel-unable-to-test-upstream'. Once testing of the upstream kernel is complete, please mark this bug as "Confirmed". Thanks in advance. [0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc5-unstable/ ** Changed in: linux (Ubuntu) Importance: Undecided => 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/1459365 Title: Can't resume after hibernation Status in linux package in Ubuntu: Incomplete Bug description: Hi, Since I upgraded from 14.10 to 15.04 I can no longer resume after hibernation. Upon resuming all I see is a blank screen with a blinking underscore at the top left corner, which later freezes. Also I'm using Ubuntu Gnome. Description: Ubuntu 15.04 Release: 15.04 Regards, Arvin --- ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: arvin 1308 F pulseaudio CurrentDesktop: GNOME DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=bd928b77-1bbc-4835-8697-26d8d6e0b76e InstallationDate: Installed on 2014-11-07 (201 days ago) InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) MachineType: Dell Inc. XPS13 9333 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=9284c4b7-1cf2-44d1-b438-059d349f5193 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 Tags: vivid Uname: Linux 3.19.0-18-generic x86_64 UpgradeStatus: Upgraded to vivid on 2015-05-18 (9 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 03/19/2014 dmi.bios.vendor: Dell Inc. dmi.bios.version: A04 dmi.board.name: 0GFTRT dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA04:bd03/19/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn0GFTRT:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: XPS13 9333 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1459365/+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 1445195] Re: [Hyper-V] Kernel patches for storvsc
@brainv We are seeing exactly the same. Backups are not crashing while we are still creating backups every half an hour. Our perception is that the bug is fixed, but we are going to add more boxes to see what happens then. -- 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/1445195 Title: [Hyper-V] Kernel patches for storvsc Status in linux package in Ubuntu: Triaged Status in linux source package in Precise: Triaged Status in linux source package in Trusty: Triaged Status in linux source package in Utopic: Triaged Status in linux source package in Vivid: Triaged Status in linux source package in Wily: Triaged Bug description: Storage driver performance updates for vivid K. Y. Srinivasan (7): scsi: storvsc: Increase the ring buffer size scsi: storvsc: Size the queue depth based on the ringbuffer size scsi: storvsc: Always send on the selected outgoing channel scsi: storvsc: Retrieve information about the capability of the target scsi: storvsc: Fix a bug in copy_from_bounce_buffer() scsi: storvsc: Don't assume that the scatterlist is not chained scsi: storvsc: Set the tablesize based on the information given by the host To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1445195/+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 1457884] Re: Can't boot with kernel 3.19
** Also affects: bcmwl (Ubuntu Vivid) Importance: Undecided Status: New ** Changed in: bcmwl (Ubuntu Vivid) Status: New => Triaged ** Changed in: bcmwl (Ubuntu Vivid) Importance: Undecided => High ** Tags added: kernel-da-key -- 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/1457884 Title: Can't boot with kernel 3.19 Status in Broadcom 802.11 Linux STA driver: New Status in bcmwl package in Ubuntu: Triaged Status in bcmwl source package in Vivid: Triaged Bug description: After upgrading Ubuntu to the last release, I can't use the last kernel branch. [ 31.310188] [ cut here ] [ 31.310211] WARNING: CPU: 2 PID: 225 at /build/buildd/linux-3.19.0/net/wireless/reg.c:422 restore_regulatory_settings+0x9a/0x410 [cfg80211]() [ 31.310213] Unexpected user alpha2: #A [ 31.310214] Modules linked in: xt_recent nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack nf_log_ipv4 nf_log_common xt_LOG xt_tcpudp xt_limit ipt_REJECT nf_reject_ipv4 iptable_filter ip_tables x_tables nvidia(POE) snd_hda_codec_hdmi snd_hda_codec_realtek drm snd_hda_codec_generic mxm_wmi snd_hda_intel snd_hda_controller cuse snd_hda_codec snd_hwdep snd_pcm parport_pc ppdev snd_seq_midi it87 snd_seq_midi_event hwmon_vid snd_rawmidi coretemp snd_seq snd_seq_device snd_timer serio_raw snd mac_hid i7core_edac wmi kvm_intel lp shpchp kvm edac_core soundcore parport binfmt_misc xfs libcrc32c pata_acpi hid_generic usbhid hid wl(POE) cfg80211 psmouse pata_jmicron ahci libahci [ 31.310239] CPU: 2 PID: 225 Comm: kworker/u32:15 Tainted: P OE 3.19.0-16-generic #16-Ubuntu [ 31.310240] Hardware name: Gigabyte Technology Co., Ltd. X58A-UD3R/X58A-UD3R, BIOS F8b 10/07/2011 [ 31.310249] Workqueue: events_power_efficient reg_timeout_work [cfg80211] [ 31.310250] c01eb360 88030b02fcf8 817c2235 0007 [ 31.310252] 88030b02fd48 88030b02fd38 8107595a 88030b02fd28 [ 31.310254] 0023 88030b02fdb8 880313091c00 0001 [ 31.310256] Call Trace: [ 31.310262] [] dump_stack+0x45/0x57 [ 31.310265] [] warn_slowpath_common+0x8a/0xc0 [ 31.310266] [] warn_slowpath_fmt+0x46/0x50 [ 31.310275] [] ? reg_free_last_request+0x25/0x30 [cfg80211] [ 31.310282] [] restore_regulatory_settings+0x9a/0x410 [cfg80211] [ 31.310290] [] reg_timeout_work+0x18/0x20 [cfg80211] [ 31.310293] [] process_one_work+0x158/0x430 [ 31.310295] [] worker_thread+0x5b/0x530 [ 31.310297] [] ? rescuer_thread+0x3a0/0x3a0 [ 31.310299] [] kthread+0xc9/0xe0 [ 31.310301] [] ? kthread_create_on_node+0x1c0/0x1c0 [ 31.310305] [] ret_from_fork+0x58/0x90 [ 31.310307] [] ? kthread_create_on_node+0x1c0/0x1c0 [ 31.310308] ---[ end trace 52673ae20be92f4f ]--- [ 31.310315] cfg80211: Calling CRDA for country: #A [ 32.165580] [ cut here ] ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: linux-image-3.19.0-18-generic 3.19.0-18.18 ProcVersionSignature: Ubuntu 3.16.0-37.51-generic 3.16.7-ckt9 Uname: Linux 3.16.0-37-generic x86_64 NonfreeKernelModules: nvidia wl ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', '/dev/snd/hwC1D3', '/dev/snd/hwC1D2', '/dev/snd/hwC1D1', '/dev/snd/hwC1D0', '/dev/snd/pcmC1D9p', '/dev/snd/pcmC1D8p', '/dev/snd/pcmC1D7p', '/dev/snd/pcmC1D3p', '/dev/snd/controlC1', '/dev/snd/by-path', '/dev/snd/hwC0D2', '/dev/snd/pcmC0D2c', '/dev/snd/pcmC0D1c', '/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/controlC0', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: CurrentDesktop: GNOME Date: Fri May 22 15:08:45 2015 HibernationDevice: RESUME=UUID=8c728597-f27b-4e83-a813-c25f6b076b7d InstallationDate: Installed on 2012-03-01 (1176 days ago) InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111011) MachineType: Gigabyte Technology Co., Ltd. X58A-UD3R ProcFB: 0 VESA VGA ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-37-generic root=/dev/mapper/jupiter-root ro quiet splash nomodeset ipv6.disable=1 acpi_enforce_resources=lax crashkernel=384M-:128M 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-37-generic N/A linux-backports-modules-3.16.0-37-generic N/A linux-firmware 1.143.1 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 10/07/2011 dmi.bios.vendor: Award Software International, Inc. dmi.bios.version: F8b dmi.board.name: X58A-UD3R dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.ty
[Kernel-packages] [Bug 1458045] Re: KVM and CFS bandwidth control causes kernel crashes (oops)
Chris, There's been a few other proposed patches, but my biggest issue now is trying to replicate it over here before trying to look at patches, or else there's no way for me to say "this works". I'm working on something to try and replicate it today and I'll keep this bug updated.. I hope it goes through well. Thanks Mohammed -- 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/1458045 Title: KVM and CFS bandwidth control causes kernel crashes (oops) Status in linux package in Ubuntu: Confirmed Bug description: We've seen this crash at least 3 times when we start setting CPU limits using `cgroups`. It makes using CPU limits impossible, causing instabilities in the operating system. Finally, after installing linux-crashdump, we got a full copy of the crash message. [146055.357476] BUG: unable to handle kernel NULL pointer dereference at 0038 [146055.359620] IP: [] set_next_entity+0x11/0xb0 [146055.361890] PGD 0 [146055.364131] Oops: [#1] SMP [146055.366475] Modules linked in: vhost_net vhost macvtap macvlan act_police cls_u32 sch_ingress ipmi_si xt_multiport nf_conntrack_ipv6 nf_defrag_ipv6 xt_mac xt_physdev xt_set iptable_raw ip_set_hash_ip ip_set nfnetlink mpt3sas mpt2sas raid_class scsi_transport_sas mptctl mptbase veth xt_CHECKSUM iptable_mangle ipt_MASQUERADE iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT xt_tcpudp dell_rbu bridge stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter ip_tables x_tables nbd openvswitch gre vxlan libcrc32c ib_iser rdma_cm iw_cm ib_cm ib_sa ib_mad ib_core ib_addr iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ipmi_devintf intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel dcdbas kvm crct10dif_pclmul crc32_pclmul [146055.39] ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul dm_multipath glue_helper ablk_helper scsi_dh cryptd mei_me mei lpc_ich ipmi_msghandler shpchp wmi acpi_power_meter mac_hid lp parport nls_iso8859_1 igb ixgbe i2c_algo_bit dca ptp ahci pps_core megaraid_sas libahci mdio [last unloaded: ipmi_si] [146055.404208] CPU: 31 PID: 67922 Comm: qemu-system-x86 Not tainted 3.16.0-37-generic #51~14.04.1-Ubuntu [146055.409906] Hardware name: Dell Inc. PowerEdge R630/0CNCJW, BIOS 1.0.4 08/28/2014 [146055.415754] task: 883fcab69e90 ti: 883a1c168000 task.ti: 883a1c168000 [146055.421817] RIP: 0010:[] [] set_next_entity+0x11/0xb0 [146055.428079] RSP: 0018:883a1c16bce8 EFLAGS: 00010092 [146055.434377] RAX: RBX: RCX: 044aa200 [146055.440913] RDX: RSI: RDI: 883ffedf3140 [146055.447474] RBP: 883a1c16bd00 R08: R09: 0001 [146055.454181] R10: 0004 R11: 0206 R12: 883ffedf3140 [146055.460968] R13: 001f R14: 0001 R15: 883ffedf30c0 [146055.467722] FS: 7f404919d700() GS:883ffede() knlGS:88000238 [146055.474756] CS: 0010 DS: ES: CR0: 80050033 [146055.481830] CR2: 0038 CR3: 003a1c45b000 CR4: 001427e0 [146055.489134] Stack: [146055.496412] 883ffedf3140 001f 883a1c16bd68 [146055.504053] 810af2f8 883ffedf3140 000130c0 883fcab69e90 [146055.511786] 8101c3b9 883a1c16bd50 810a4895 883fcab6a3c8 [146055.519551] Call Trace: [146055.527330] [] pick_next_task_fair+0x78/0x880 [146055.535292] [] ? sched_clock+0x9/0x10 [146055.543379] [] ? sched_clock_cpu+0x85/0xc0 [146055.551519] [] __schedule+0x11b/0x7a0 [146055.559722] [] _cond_resched+0x29/0x40 [146055.568020] [] kvm_arch_vcpu_ioctl_run+0x3e9/0x460 [kvm] [146055.576509] [] kvm_vcpu_ioctl+0x2a2/0x5e0 [kvm] [146055.585045] [] ? perf_event_context_sched_in+0xa2/0xc0 [146055.593771] [] do_vfs_ioctl+0x2e0/0x4c0 [146055.602531] [] ? finish_task_switch+0x108/0x180 [146055.611413] [] ? kvm_on_user_return+0x74/0x80 [kvm] [146055.620339] [] SyS_ioctl+0x81/0xa0 [146055.629396] [] system_call_fastpath+0x1a/0x1f [146055.638500] Code: 83 c4 10 4c 89 f2 4c 89 ee ff d0 49 8b 04 24 48 85 c0 75 e6 eb 99 0f 1f 40 00 0f 1f 44 00 00 55 48 89 e5 41 55 41 54 49 89 fc 53 <8b> 46 38 48 89 f3 85 c0 75 5d 49 8b 84 24 b0 00 00 00 48 8b 80 [146055.657833] RIP [] set_next_entity+0x11/0xb0 [146055.667524] RSP [146055.677082] CR2: 0038 I've found the following "potential" fix that doesn't seem to have every made it through: https://lkml.org/lkml/2015/4/7/611 In addition, I have a 12GB dump file generated by linux-crashdump,
[Kernel-packages] [Bug 1439780] Re: [Hyper-V] Fiber Channel critical target error
I started a kernel reverse bisect between v4.1-rc4 and v4.1-rc5. The kernel bisect will require testing of about 7-10 test kernels. I built the first test kernel, up to the following commit: 1d82b0baf9abd59ae6f53f3102f4e442043763a4 The test kernel can be downloaded from: http://kernel.ubuntu.com/~jsalisbury/lp1439780 Can you test that kernel and report back if it has the bug or not? I will build the next test kernel based on your test results. Thanks in advance -- 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/1439780 Title: [Hyper-V] Fiber Channel critical target error Status in linux package in Ubuntu: Confirmed Bug description: System details: Linux version 3.19.0-11-generic (apw@gloin) (gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu12) ) #11~lp1423343v201503311833 SMP Tue Mar 31 17:40:01 UTC 2015 (Ubuntu 3.19.0-11.11~lp1423343v201503311833-generic 3.19.3) Ubuntu 3.19.0-11 Ubuntu Vivid 15.04 64bit custom kernel Platform: WS2012R2 Using a fiber channel disk partition ( dev/sde1 in this example) outputs the following error: [ 1307.744496] blk_update_request: critical target error, dev sde, sector 0 [ 1396.052488] blk_update_request: critical target error, dev sde, sector 0 [ 1456.216570] blk_update_request: critical target error, dev sde, sector 0 Creating a partition works, reading too, but first time writing it hangs for around 20 seconds and after a couple more writes the partition goes into read-only mode: #echo "test1" > test1.txt *hangs for 30 seconds* blk_update_request: critical target error, dev sde, sector 0 # echo "test2" > test2.txt blk_update_request: critical target error, dev sde, sector 289671192 Aborting journal on device sde1-8. EXT4-fs error (device sde1): ext4_journal_check_start:56: Detected aborted journal EXT4-fs (sde1): Remounting filesystem read-only # echo "test string" > sample.txt -bash: sample.txt: Read-only file system Dmesg log: [ 461.284362] blk_update_request: critical target error, dev sde, sector 0 [ 484.845659] EXT4-fs (sde1): mounted filesystem with ordered data mode. Opts: (null) [ 548.988377] blk_update_request: critical target error, dev sde, sector 0 [ 609.216340] blk_update_request: critical target error, dev sde, sector 289671192 [ 609.221812] Aborting journal on device sde1-8. [ 612.237503] EXT4-fs error (device sde1): ext4_journal_check_start:56: Detected aborted journal [ 612.249529] EXT4-fs (sde1): Remounting filesystem read-only Additional info: cat /proc/version_signature Ubuntu 3.19.0-11.11~lp1423343v201503311833-generic 3.19.3 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1439780/+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 1371634] Re: block devices appear twice
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: curtin (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/1371634 Title: block devices appear twice Status in curtin package in Ubuntu: Confirmed Status in linux package in Ubuntu: Invalid Status in multipath-tools package in Ubuntu: Confirmed Bug description: $ sudo blkid /dev/sr0: LABEL="Ubuntu-Server 14.04 LTS ppc64el" TYPE="iso9660" /dev/sda2: UUID="795a6e14-ea4e-4718-9e98-c6df3696920c" TYPE="ext4" /dev/sda3: UUID="0a91d81f-6a16-4b96-a92c-11ca8bdc4bf4" TYPE="swap" /dev/sdb2: UUID="1d14c1f3-716f-4fb8-9070-d321b39ffcb3" TYPE="ext4" /dev/sdb3: UUID="9c228177-d65c-4d19-a462-db1891e9781e" TYPE="swap" /dev/sdg2: UUID="795a6e14-ea4e-4718-9e98-c6df3696920c" TYPE="ext4" /dev/sdg3: UUID="0a91d81f-6a16-4b96-a92c-11ca8bdc4bf4" TYPE="swap" /dev/sdh2: UUID="1d14c1f3-716f-4fb8-9070-d321b39ffcb3" TYPE="ext4" /dev/sdh3: UUID="9c228177-d65c-4d19-a462-db1891e9781e" TYPE="swap" I'm not sure what exactly those block devices are (as in if they're raided in hardware or they actually represent physical spinning disks). But I do know that writing data to sda causes that data to be readable from sdg. The same is true: sda -> sdg sdb -> sdh That is what causes those UUIDs to be similar. Everything is functional, you just have to know that if your root device is /dev/sdg that you should probably not write data to /dev/sda thinking you can use it as a disk. 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 ppc64le AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 2: ls: cannot access /dev/snd/: No such file or directory AplayDevices: Error: [Errno 2] No such file or directory: 'aplay' ApportVersion: 2.14.1-0ubuntu3.4 Architecture: ppc64el ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord' CRDA: Error: [Errno 2] No such file or directory: 'iw' CurrentDmesg: [ 88.736220] init: plymouth-upstart-bridge main process ended, respawning Date: Fri Sep 19 14:31:20 2014 HibernationDevice: RESUME=UUID=9c228177-d65c-4d19-a462-db1891e9781e Lsusb: Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub ProcEnviron: TERM=screen PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 radeondrmfb ProcKernelCmdLine: root=UUID=1d14c1f3-716f-4fb8-9070-d321b39ffcb3 ro console=hvc0 BOOTIF=01-6c-ae-8b-6a-a0-88 quiet RelatedPackageVersions: linux-restricted-modules-3.13.0-35-generic N/A linux-backports-modules-3.13.0-35-generic N/A linux-firmware 1.127.6 RfKill: Error: [Errno 2] No such file or directory: 'rfkill' SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/curtin/+bug/1371634/+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 1371634] Re: block devices appear twice
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: multipath-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/1371634 Title: block devices appear twice Status in curtin package in Ubuntu: Confirmed Status in linux package in Ubuntu: Invalid Status in multipath-tools package in Ubuntu: Confirmed Bug description: $ sudo blkid /dev/sr0: LABEL="Ubuntu-Server 14.04 LTS ppc64el" TYPE="iso9660" /dev/sda2: UUID="795a6e14-ea4e-4718-9e98-c6df3696920c" TYPE="ext4" /dev/sda3: UUID="0a91d81f-6a16-4b96-a92c-11ca8bdc4bf4" TYPE="swap" /dev/sdb2: UUID="1d14c1f3-716f-4fb8-9070-d321b39ffcb3" TYPE="ext4" /dev/sdb3: UUID="9c228177-d65c-4d19-a462-db1891e9781e" TYPE="swap" /dev/sdg2: UUID="795a6e14-ea4e-4718-9e98-c6df3696920c" TYPE="ext4" /dev/sdg3: UUID="0a91d81f-6a16-4b96-a92c-11ca8bdc4bf4" TYPE="swap" /dev/sdh2: UUID="1d14c1f3-716f-4fb8-9070-d321b39ffcb3" TYPE="ext4" /dev/sdh3: UUID="9c228177-d65c-4d19-a462-db1891e9781e" TYPE="swap" I'm not sure what exactly those block devices are (as in if they're raided in hardware or they actually represent physical spinning disks). But I do know that writing data to sda causes that data to be readable from sdg. The same is true: sda -> sdg sdb -> sdh That is what causes those UUIDs to be similar. Everything is functional, you just have to know that if your root device is /dev/sdg that you should probably not write data to /dev/sda thinking you can use it as a disk. 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 ppc64le AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 2: ls: cannot access /dev/snd/: No such file or directory AplayDevices: Error: [Errno 2] No such file or directory: 'aplay' ApportVersion: 2.14.1-0ubuntu3.4 Architecture: ppc64el ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord' CRDA: Error: [Errno 2] No such file or directory: 'iw' CurrentDmesg: [ 88.736220] init: plymouth-upstart-bridge main process ended, respawning Date: Fri Sep 19 14:31:20 2014 HibernationDevice: RESUME=UUID=9c228177-d65c-4d19-a462-db1891e9781e Lsusb: Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub ProcEnviron: TERM=screen PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 radeondrmfb ProcKernelCmdLine: root=UUID=1d14c1f3-716f-4fb8-9070-d321b39ffcb3 ro console=hvc0 BOOTIF=01-6c-ae-8b-6a-a0-88 quiet RelatedPackageVersions: linux-restricted-modules-3.13.0-35-generic N/A linux-backports-modules-3.13.0-35-generic N/A linux-firmware 1.127.6 RfKill: Error: [Errno 2] No such file or directory: 'rfkill' SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/curtin/+bug/1371634/+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 1457697] Re: [Vivid] kernel 3.19.0-17 fails to find HDMI sound output
*** This bug is a duplicate of bug 1457369 *** https://bugs.launchpad.net/bugs/1457369 ** This bug has been marked a duplicate of bug 1457369 kernel 3.19.0-18 breaks HDMI audio for snd_hda_intel -- 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/1457697 Title: [Vivid] kernel 3.19.0-17 fails to find HDMI sound output Status in linux package in Ubuntu: Incomplete Bug description: After upgrading to 15.04, HDMI is not listed in the audio playback devices. Audio works normally if I select an older kernel version. Kernel versions that cause problem : 3.19.0-17 and 3.19.0-18 Kernel version not causing the problem : 3.16.0-38 Here is the output when listing audio playback devices on 3.19.0-18 antoine@Salon:~$ aplay -l Liste des Périphériques Matériels PLAYBACK carte 1: PCH [HDA Intel PCH], périphérique 0: ALC887-VD Analog [ALC887-VD Analog] Sous-périphériques: 1/1 Sous-périphérique #0: subdevice #0 antoine@Salon:~$ uname -a Linux Salon 3.19.0-18-generic #18-Ubuntu SMP Tue May 19 18:31:35 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: linux-image-3.19.0-18-generic 3.19.0-18.18 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.2-0ubuntu1 Architecture: amd64 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/hwC1D0', '/dev/snd/pcmC1D0c', '/dev/snd/pcmC1D0p', '/dev/snd/by-path', '/dev/snd/controlC1', '/dev/snd/timer', '/dev/snd/seq'] failed with exit code 1: CurrentDesktop: Unity Date: Thu May 21 19:25:32 2015 HibernationDevice: RESUME=UUID=a8a7a46c-693f-4d19-86e4-f3f23054d7a4 InstallationDate: Installed on 2013-11-23 (544 days ago) InstallationMedia: This JournalErrors: Error: command ['journalctl', '-b', '--priority', 'warning'] failed with exit code 1: No journal files were found. MachineType: MSI MS-7799 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=e9c33ba8-b3de-4e30-9cce-3094bd5d1d96 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.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 SourcePackage: linux UpgradeStatus: Upgraded to vivid on 2015-05-19 (2 days ago) WifiSyslog: dmi.bios.date: 03/25/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: V10.0B19 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: H81TI (MS-7799) dmi.board.vendor: MSI dmi.board.version: 2.1 dmi.chassis.asset.tag: To be filled by O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: MSI dmi.chassis.version: 2.1 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrV10.0B19:bd03/25/2014:svnMSI:pnMS-7799:pvr2.1:rvnMSI:rnH81TI(MS-7799):rvr2.1:cvnMSI:ct3:cvr2.1: dmi.product.name: MS-7799 dmi.product.version: 2.1 dmi.sys.vendor: MSI To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1457697/+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 1453447] Re: [Vivid] kernel 3.19.0-17 fails to show HDMI sound output
*** This bug is a duplicate of bug 1457369 *** https://bugs.launchpad.net/bugs/1457369 ** This bug has been marked a duplicate of bug 1457369 kernel 3.19.0-18 breaks HDMI audio for snd_hda_intel -- 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/1453447 Title: [Vivid] kernel 3.19.0-17 fails to show HDMI sound output Status in linux package in Ubuntu: Incomplete Bug description: I plug in HDMI through a mini DP adapter. Thus I should see internal speakers and HDMI outputs in Gnome control center but I can only see internal speakers. It's clearly a kernel issue since switching back to 3.19.0-16 solves this bug. I did no kernel tweaks. TLP is installed though. --- ApportVersion: 2.17.2-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: ft 1770 F pulseaudio CurrentDesktop: GNOME DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=54b265b9-4433-42d4-8d0f-fac028ee7030 InstallationDate: Installed on 2014-03-05 (430 days ago) InstallationMedia: Ubuntu-GNOME 14.04 "Trusty Tahr" - Alpha amd64 (20140226) Lsusb: Bus 003 Device 002: ID 8087:8000 Intel Corp. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: LENOVO 20AQCTO1WW Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-17-generic.efi.signed root=UUID=b1cbc034-b66f-4f6c-9d61-507b8cb23ffe ro quiet ProcVersionSignature: Ubuntu 3.19.0-17.17-generic 3.19.6 RelatedPackageVersions: linux-restricted-modules-3.19.0-17-generic N/A linux-backports-modules-3.19.0-17-generic N/A linux-firmware 1.143 RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no Tags: vivid Uname: Linux 3.19.0-17-generic x86_64 UpgradeStatus: Upgraded to vivid on 2015-01-07 (121 days ago) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 03/09/2015 dmi.bios.vendor: LENOVO dmi.bios.version: GJET83WW (2.33 ) dmi.board.asset.tag: Not Available dmi.board.name: 20AQCTO1WW dmi.board.vendor: LENOVO dmi.board.version: 0B98405 STD dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrGJET83WW(2.33):bd03/09/2015:svnLENOVO:pn20AQCTO1WW:pvrThinkPadT440s:rvnLENOVO:rn20AQCTO1WW:rvr0B98405STD:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 20AQCTO1WW dmi.product.version: ThinkPad T440s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1453447/+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 1458618] Re: linux: 3.13.0-54.91 -proposed tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux (Ubuntu Trusty) 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/1458618 Title: linux: 3.13.0-54.91 -proposed tracker Status in Kernel SRU Workflow: In Progress Status in Kernel SRU Workflow certification-testing series: New Status in Kernel SRU Workflow package-testing series: Confirmed Status in Kernel SRU Workflow prepare-package series: Fix Released Status in Kernel SRU Workflow prepare-package-meta series: Fix Released Status in Kernel SRU Workflow prepare-package-signed series: Fix Released Status in Kernel SRU Workflow promote-to-proposed series: Confirmed Status in Kernel SRU Workflow promote-to-security series: New Status in Kernel SRU Workflow promote-to-updates series: New Status in Kernel SRU Workflow regression-testing series: New Status in Kernel SRU Workflow security-signoff series: New Status in Kernel SRU Workflow verification-testing series: New Status in linux package in Ubuntu: Invalid Status in linux source package in Trusty: Confirmed Bug description: This bug is for tracking the 3.13.0-54.91 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-stable-Prepare-package-start:Monday, 25. May 2015 16:17 UTC kernel-stable-phase:CopyToProposed kernel-stable-Prepare-package-end:Wednesday, 27. May 2015 02:03 UTC kernel-stable-Promote-to-proposed-start:Wednesday, 27. May 2015 02:03 UTC kernel-stable-phase-changed:Wednesday, 27. May 2015 02:03 UTC To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1458618/+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 1445195] Re: [Hyper-V] Kernel patches for storvsc
@Chris Valean, Are you still seeing issues with the Trusty test kernel? @Brian and @Frederick, Did you also test the Trusty and Utopic test kernels, or just Vivid? Thanks again for all the help! -- 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/1445195 Title: [Hyper-V] Kernel patches for storvsc Status in linux package in Ubuntu: Triaged Status in linux source package in Precise: Triaged Status in linux source package in Trusty: Triaged Status in linux source package in Utopic: Triaged Status in linux source package in Vivid: Triaged Status in linux source package in Wily: Triaged Bug description: Storage driver performance updates for vivid K. Y. Srinivasan (7): scsi: storvsc: Increase the ring buffer size scsi: storvsc: Size the queue depth based on the ringbuffer size scsi: storvsc: Always send on the selected outgoing channel scsi: storvsc: Retrieve information about the capability of the target scsi: storvsc: Fix a bug in copy_from_bounce_buffer() scsi: storvsc: Don't assume that the scatterlist is not chained scsi: storvsc: Set the tablesize based on the information given by the host To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1445195/+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 1452421] Re: ubuntu 15.04 overheats
Can you give the latest 3.19 upstream stable kernel a test? It can be downloaded from: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.8-vivid/ -- 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/1452421 Title: ubuntu 15.04 overheats Status in linux package in Ubuntu: Incomplete Bug description: On 2015-04-26 I upgraded to Ubuntu 15.04 (from 14.10). Since then, my notebook (HP envy dv6) fan is nearly always on, and the notebook switched off several times, probably due to overheating. Each time I was working with Firefox; watching the "livestream" of www.tagesschau.de seems to be a good way of reproducing the problem. Going back to the 3.16.0-31 kernel (still offered by grub) seems to circumvent the problem. When I boot 3.16 the fan runs only occasionally. My first 15.04 kernel was 3.19.0-15, today I got -16 but the problem is the same. Before the machine switches off (it does not shut down Linux but just goes out) "top" shows me eight instances of "kidle_inject", obviously desperately but hopelessly trying to keep processor load down. Under the 3.19 kernel the "plugin-container" process goes to loads of more than 100 % (on a four-core box), under 3.16 it never goes beyond 60 %. Note that between the "overheat" and the "normal" scenario I change only the kernel in the boot menu, all other binaries are the same (15.04). Especially, it's the same firefox. I fear that within a couple of weeks more kernel versions will arrive at my system and eventually push the working 3.16 kernel out of my grub menu, and then I shall have no way left of running my system for more than 20 or 30 minutes. ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: kernel-common (not installed) ProcVersionSignature: Ubuntu 3.16.0-34.47-generic 3.16.7-ckt8 Uname: Linux 3.16.0-34-generic x86_64 ApportVersion: 2.17.2-0ubuntu1 Architecture: amd64 CurrentDesktop: Unity Date: Wed May 6 20:57:39 2015 InstallationDate: Installed on 2014-06-09 (331 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) SourcePackage: kernel-package UpgradeStatus: Upgraded to vivid on 2015-04-24 (12 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1452421/+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 1256630] Re: 14e4:4365 [Lenovo ThinkPad Edge E531] Bluetooth finds no device [BCM43142]
is there any solution/workaround for this? i just bought a lenovo thinkpad e531, installed ubuntu 15.04 and i have exactly the same problem – bt can be toggle on/off, visibility too, but not a device can see the nb and no device can see the nb. -- 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/1256630 Title: 14e4:4365 [Lenovo ThinkPad Edge E531] Bluetooth finds no device [BCM43142] Status in linux package in Ubuntu: Triaged Bug description: Bluetooth can be turned on and off, the visibility can be turned on and off, but the bluetooth finds no device and cannot be found by any device. bcmwl-kernel-source: Instalat: 6.30.223.141+bdcom-0ubuntu1 Candidează: 6.30.223.141+bdcom-0ubuntu1 Tabela de versiuni: *** 6.30.223.141+bdcom-0ubuntu1 0 500 http://ro.archive.ubuntu.com/ubuntu/ saucy/restricted amd64 Packages 100 /var/lib/dpkg/status Direct URL to linux-bluetooth e-mail: http://www.spinics.net/lists /linux-bluetooth/msg41859.html ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: linux-image-3.11.0-13-generic 3.11.0-13.20 ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6 Uname: Linux 3.11.0-13-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.12.5-0ubuntu2.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: emil 1649 F pulseaudio emil 1872 F pulseaudio Date: Sun Dec 1 13:20:07 2013 HibernationDevice: RESUME=UUID=244aef5b-017a-4999-ba5f-d235e8e85b8f InstallationDate: Installed on 2013-11-22 (8 days ago) InstallationMedia: Xubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016) MachineType: LENOVO 68857TG MarkForUpload: True ProcEnviron: LANGUAGE=ro TERM=xterm PATH=(custom, no user) LANG=ro_RO.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-13-generic root=UUID=ae0cf3b3-431b-4a64-91e0-584f693d9e43 ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not accessible: Permission denied No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.11.0-13-generic N/A linux-backports-modules-3.11.0-13-generic N/A linux-firmware 1.116 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/23/2013 dmi.bios.vendor: LENOVO dmi.bios.version: HEET31WW (1.12 ) dmi.board.asset.tag: Not Available dmi.board.name: 68857TG dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrHEET31WW(1.12):bd04/23/2013:svnLENOVO:pn68857TG:pvrThinkPadEdgeE531:rvnLENOVO:rn68857TG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 68857TG dmi.product.version: ThinkPad Edge E531 dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1256630/+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 1455852] Re: 15.04 will not boot on MacBook 2, 1
Sorry, I copied the test kernel to the wrong location. It is now in http://kernel.ubuntu.com/~jsalisbury/lp1455852/ It's great that this kernel fixes the bug. That means the fix will be in the next kernel release. ** Changed in: linux (Ubuntu) Status: Incomplete => Fix Committed ** Also affects: linux (Ubuntu Vivid) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Vivid) Status: New => Fix Committed ** Changed in: linux (Ubuntu Vivid) Importance: Undecided => High -- 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/1455852 Title: 15.04 will not boot on MacBook 2,1 Status in linux package in Ubuntu: Fix Committed Status in linux source package in Vivid: Fix Committed Bug description: see: http://ubuntuforums.org/showthread.php?t=2274999&p=13286624#post13286624 Lubuntu 15.04 on refit grub dual boot macbook 2,1 linux-image-3.16 will boot, though sometimes hangs but, reboot will work eventually. With linux-image-3.19 never, ? is the GPU hang reported in kern.log relevant here? i915 problem? see kern.log snippet attached see error attached from GPU crash dump saved to /sys/class/drm/card0/error This seems to be a BUG as suggested by the log: "... Please file a _new_ bug report on bugs.freedesktop.org against DRI -> DRM/Intel from: /sys/class/drm/card0/error: GPU HANG: ecode -1:0x, reason: Command parser error, iir 0x8000, action: continue Time: 1431810790 s 799079 us Kernel: 3.16.0-25-generic Reset count: 0 Suspend count: 0 PCI ID: 0x27a2 EIR: 0x0010 IER: 0x00028053 PGTBL_ER: 0x0102 FORCEWAKE: 0x DERRMR: 0x CCID: 0x Missed interrupts: 0x fence[0] = fence[1] = fence[2] = fence[3] = fence[4] = fence[5] = fence[6] = fence[7] = fence[8] = fence[9] = fence[10] = fence[11] = fence[12] = fence[13] = fence[14] = fence[15] = INSTDONE_0: 0x7fc0 INSTDONE_1: 0x INSTDONE_2: 0x INSTDONE_3: 0x render command stream: bsd command stream: blt command stream: vebox command stream: bsd2 command stream: Active [0]: Pinned [0]: Num Pipes: 2 Pipe [0]: Power: on SRC: 027f01df STAT: 9a03 Plane [0]: CNTR: STRIDE: SIZE: POS: ADDR: Cursor [0]: CNTR: POS: BASE: Pipe [1]: Power: on SRC: 03ff02ff STAT: 1202 Plane [1]: CNTR: 9900 STRIDE: 1000 SIZE: 02ff03ff POS: ADDR: Cursor [1]: CNTR: POS: BASE: CPU transcoder: A Power: on CONF: HTOTAL: 031f027f HBLANK: 03170287 HSYNC: 02ef028f VTOTAL: 020c01df VBLANK: 020401e7 VSYNC: 01eb01e9 CPU transcoder: B Power: on CONF: 8000 HTOTAL: 059f04ff HBLANK: 059f04ff HSYNC: 054f052f VTOTAL: 0336031f VBLANK: 0336031f VSYNC: 03280322 --- ApportVersion: 2.17.2-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: bryan 1188 F pulseaudio CurrentDesktop: LXDE DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=921b491d-af65-4a9e-a51d-47d3c6dcbac2 InstallationDate: Installed on 2012-10-27 (932 days ago) InstallationMedia: Lubuntu 12.10 "Quantal Quetzal" - Release amd64+mac (20121017.1) MachineType: Apple Inc. MacBook2,1 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-25-generic root=UUID=37fab4ad-d609-4d2a-ab4b-5c1a41d2f9fc ro init=/bin/systemd ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7 RelatedPackageVersions: linux-restricted-modules-3.16.0-25-generic N/A linux-backports-modules-3.16.0-25-generic N/A linux-firmware 1.143 Tags: vivid UdevLog: Uname: Linux 3.16.0-25-generic x86_64 UpgradeStatus: Upgraded to vivid on 2015-04-26 (20 days ago) UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 06/27/07 dmi.bios.vendor: Apple Inc. dmi.bios.version: MB21.88Z.00A5.B07.0706270922 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: Mac-F4208CAA dmi.board.vendor: Apple Inc. dmi.board.version: PVT dmi.chassis.asset.tag: Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Apple Inc. dmi.chassis.version: Mac-F4208CAA dmi.modalias: dmi:bvnAppleInc.:bvrMB21.88Z.00A5.B07.0706270922:bd06/27/07:svnAppleInc.:pnMacBook2,1:pvr1.0:rvnAppleInc.:rnMac-F4208CAA:rvrPVT:cvnAppleInc.:ct10:cvrMac-F4208
[Kernel-packages] [Bug 1400319] Re: [Hyper-V] Kernel panic not functional on 32bit Ubuntu 14.10 and 15.04
Another good test would be to see if the bug exists while booting the 3.13.0-24-generic or other Trusty kernel on a Utopic or Vivid install. This will tell us if the bug is in the kernel or kexec-tools package. You could also test a Vivid or Utopic kernel on a Trusty installation. ** Tags removed: performing-bisect ** Tags added: vivid -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to kexec-tools in Ubuntu. https://bugs.launchpad.net/bugs/1400319 Title: [Hyper-V] Kernel panic not functional on 32bit Ubuntu 14.10 and 15.04 Status in kexec-tools package in Ubuntu: New Status in linux package in Ubuntu: Confirmed Status in kexec-tools source package in Utopic: New Status in linux source package in Utopic: Confirmed Status in kexec-tools source package in Vivid: New Status in linux source package in Vivid: Confirmed Bug description: While testing the final build of 14.10 32bit we found that kernel panic cannot be activated for an installation on a Hyper-V VM. Repro rate: 100% Repro details: Hyper-V: Server 2012 R2 VM: Ubuntu 14.10 32bit Kdump is enabled in the config file at /etc/default/kdump-tools Different crashkernel values used in grub.cfg – 128M-:64M | 256M-:128m | 384M-:256M VM settings: 2 cores, various RAM sizes attempted: 1, 2 or 4 GB – this in combination with the values for crashkernel. Trying to start the kdump service: root@ubuntu1410i386:~# /etc/init.d/kdump-tools start Starting kdump-tools: Could not find a free area of memory of 0x9f000 bytes... locate_hole failed * failed to load kdump kernel --- root@ubuntu1410i386:~# cat /sys/kernel/kexec_crash_loaded 0 If the conversion from hex to dec is right, the mentioned memory mapping of 0x9f000 bytes is equal to 651264 (bytes), so under 1MB. This is not then related to the RAM allocation nor the crashkernel value used. --- AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 2: ls: cannot access /dev/snd/: No such file or directory AplayDevices: Error: [Errno 2] No such file or directory ApportVersion: 2.14.7-0ubuntu8 Architecture: i386 ArecordDevices: Error: [Errno 2] No such file or directory CRDA: Error: [Errno 2] No such file or directory DistroRelease: Ubuntu 14.10 HibernationDevice: RESUME=UUID=5a5d0aa4-b8ee-4bf7-b1b9-761b7d1550b6 InstallationDate: Installed on 2014-10-31 (37 days ago) InstallationMedia: Ubuntu-Server 14.10 "Utopic Unicorn" - Release i386 (20141022.2) IwConfig: lono wireless extensions. eth0 no wireless extensions. Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize libusb: -99 MachineType: Microsoft Corporation Virtual Machine Package: linux (not installed) PciMultimedia: ProcEnviron: TERM=xterm PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 hyperv_fb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-24-generic root=UUID=83fb481a-8898-4adc-bf31-4e160f5f0ce8 ro crashkernel=128M-:64M ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4 RelatedPackageVersions: linux-restricted-modules-3.16.0-24-generic N/A linux-backports-modules-3.16.0-24-generic N/A linux-firmware 1.138 RfKill: Error: [Errno 2] No such file or directory Tags: utopic Uname: Linux 3.16.0-24-generic i686 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: WifiSyslog: Dec 8 08:16:46 ubuntu1410i386 dhclient: DHCPREQUEST of 10.226.59.102 on eth0 to 10.184.232.100 port 67 (xid=0x4b67ffa3) Dec 8 08:16:46 ubuntu1410i386 dhclient: DHCPACK of 10.226.59.102 from 10.184.232.100 Dec 8 08:16:47 ubuntu1410i386 dhclient: bound to 10.226.59.102 -- renewal in 13914 seconds. Dec 8 10:10:47 ubuntu1410i386 kernel: [1840786.031060] init: tty1 main process ended, respawning _MarkForUpload: True dmi.bios.date: 05/23/2012 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 090006 dmi.board.name: Virtual Machine dmi.board.vendor: Microsoft Corporation dmi.board.version: 7.0 dmi.chassis.asset.tag: 7176-0455-3377-8479-3268-6677-66 dmi.chassis.type: 3 dmi.chassis.vendor: Microsoft Corporation dmi.chassis.version: 7.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr090006:bd05/23/2012:svnMicrosoftCorporation:pnVirtualMachine:pvr7.0:rvnMicrosoftCorporation:rnVirtualMachine:rvr7.0:cvnMicrosoftCorporation:ct3:cvr7.0: dmi.product.name: Virtual Machine dmi.product.version: 7.0 dmi.sys.vendor: Microsoft Corporation To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kexec-tools/+bug/1400319/+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 1400319] Re: [Hyper-V] Kernel panic not functional on 32bit Ubuntu 14.10 and 15.04
Would it be possible for you to test the latest upstream kernel? Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v4.1 kernel[0]. If this bug is fixed in the mainline kernel, please add the following tag 'kernel-fixed-upstream'. If the mainline kernel does not fix this bug, please add the tag: 'kernel-bug-exists-upstream'. If you are unable to test the mainline kernel, for example it will not boot, please add the tag: 'kernel-unable-to-test-upstream'. Once testing of the upstream kernel is complete, please mark this bug as "Confirmed". Thanks in advance. [0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc5-unstable/ ** Tags added: performing-bisect ** Also affects: linux (Ubuntu Utopic) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Vivid) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Utopic) Status: New => Confirmed ** Changed in: linux (Ubuntu Vivid) Status: New => Confirmed ** Changed in: linux (Ubuntu Utopic) Importance: Undecided => High ** Changed in: linux (Ubuntu Vivid) Importance: Undecided => High ** Also affects: kexec-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1400319 Title: [Hyper-V] Kernel panic not functional on 32bit Ubuntu 14.10 and 15.04 Status in kexec-tools package in Ubuntu: New Status in linux package in Ubuntu: Confirmed Status in kexec-tools source package in Utopic: New Status in linux source package in Utopic: Confirmed Status in kexec-tools source package in Vivid: New Status in linux source package in Vivid: Confirmed Bug description: While testing the final build of 14.10 32bit we found that kernel panic cannot be activated for an installation on a Hyper-V VM. Repro rate: 100% Repro details: Hyper-V: Server 2012 R2 VM: Ubuntu 14.10 32bit Kdump is enabled in the config file at /etc/default/kdump-tools Different crashkernel values used in grub.cfg – 128M-:64M | 256M-:128m | 384M-:256M VM settings: 2 cores, various RAM sizes attempted: 1, 2 or 4 GB – this in combination with the values for crashkernel. Trying to start the kdump service: root@ubuntu1410i386:~# /etc/init.d/kdump-tools start Starting kdump-tools: Could not find a free area of memory of 0x9f000 bytes... locate_hole failed * failed to load kdump kernel --- root@ubuntu1410i386:~# cat /sys/kernel/kexec_crash_loaded 0 If the conversion from hex to dec is right, the mentioned memory mapping of 0x9f000 bytes is equal to 651264 (bytes), so under 1MB. This is not then related to the RAM allocation nor the crashkernel value used. --- AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 2: ls: cannot access /dev/snd/: No such file or directory AplayDevices: Error: [Errno 2] No such file or directory ApportVersion: 2.14.7-0ubuntu8 Architecture: i386 ArecordDevices: Error: [Errno 2] No such file or directory CRDA: Error: [Errno 2] No such file or directory DistroRelease: Ubuntu 14.10 HibernationDevice: RESUME=UUID=5a5d0aa4-b8ee-4bf7-b1b9-761b7d1550b6 InstallationDate: Installed on 2014-10-31 (37 days ago) InstallationMedia: Ubuntu-Server 14.10 "Utopic Unicorn" - Release i386 (20141022.2) IwConfig: lono wireless extensions. eth0 no wireless extensions. Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize libusb: -99 MachineType: Microsoft Corporation Virtual Machine Package: linux (not installed) PciMultimedia: ProcEnviron: TERM=xterm PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 hyperv_fb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-24-generic root=UUID=83fb481a-8898-4adc-bf31-4e160f5f0ce8 ro crashkernel=128M-:64M ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4 RelatedPackageVersions: linux-restricted-modules-3.16.0-24-generic N/A linux-backports-modules-3.16.0-24-generic N/A linux-firmware 1.138 RfKill: Error: [Errno 2] No such file or directory Tags: utopic Uname: Linux 3.16.0-24-generic i686 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: WifiSyslog: Dec 8 08:16:46 ubuntu1410i386 dhclient: DHCPREQUEST of 10.226.59.102 on eth0 to 10.184.232.100 port 67 (xid=0x4b67ffa3) Dec 8 08:16:46 ubuntu1410i386 dhclient: DHCPACK of 10.226.59.102 from 10.184.232.100 Dec 8 08:16:47 ubuntu1410i386 dhclient: bound to 10.226.59.102 -- renewal in 13914 seconds. Dec 8 10:10:47 ubuntu1410i386 kernel: [1840786.031060] init: tty1 main process ended, respawning _MarkForUpload: True dmi.bios.date: 05/23/2012 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 090006 dmi.board.name: Virtu
[Kernel-packages] [Bug 1443370] Re: fn key not working on Macbook Pro 12, 1
Thank you for providing a patch, and making Ubuntu better. Can you provide some information on the status of the patch with regards to getting it merged upstream? Has it been sent upstream, what sort of feedback has it received, is it getting applied to a subsystem maintainer's tree, etc? People affected by this bug are probably wondering why the kernel team doesn't just apply the patch and fix it. The reason is that the kernel team is reluctant (not opposed) to apply any patch to a stable kernel that is not from upstream. Applying patches that don't come from upstream add greatly to the support of the kernel as other upstream patches may touch the same area as the non-upstream patch and may prevent them from applying cleanly. To submit your patch, send your patch with the detailed description/changelog and your Signoff (ending with Signed-off-by: your name ), to the emails listed from ./scripts/get_maintainer.pl drivers/SUBSYSTEM-DETAILS (the get_maintainer.pl is from the kernel sources). Once you have sent the patch upstream and it's accepted, please drop a note here so that we can cherry-pick/include the patch into Ubuntu kernel. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1443370 Title: fn key not working on Macbook Pro 12,1 Status in linux package in Ubuntu: Triaged Bug description: The 'fn' key on the Macbook Pro 12,1 (Early 2015) is not working. The modifier is not captured by xev and the combination with any key reports the original key. More users are reporting the same issue on the forums: http://ubuntuforums.org/showthread.php?t=2270831&p=13252628#post13252628 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1443370/+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 1458422] Re: Touchpad doesn't work after suspend Xubuntu 15.04
** Tags removed: amd64 apport-bug latest-bios-215 vivid ** Tags added: kernel-bug-exists-upstream kernel-bug-exists-upstream-4.1-rc5 ** 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/1458422 Title: Touchpad doesn't work after suspend Xubuntu 15.04 Status in linux package in Ubuntu: Confirmed Bug description: Elanctech touchpad is not recognized after resume for suspend in my xubuntu 15.05. ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: linux-image-3.19.0-18-generic 3.19.0-18.18 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: nss1305 F pulseaudio CurrentDesktop: XFCE Date: Sun May 24 22:07:28 2015 HibernationDevice: RESUME=UUID=9d0f88c6-e092-4121-af11-4f9951c989a9 InstallationDate: Installed on 2015-05-24 (0 days ago) InstallationMedia: Xubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422.1) Lsusb: Bus 003 Device 002: ID 8087:8000 Intel Corp. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 002: ID 04f2:b40a Chicony Electronics Co., Ltd Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: ASUSTeK COMPUTER INC. X450LA ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=afd4c60d-8baf-4999-bed6-b694ebc7b9c6 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 SourcePackage: linux UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev' UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 11/11/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: X450LA.215 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: X450LA 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.:bvrX450LA.215:bd11/11/2014:svnASUSTeKCOMPUTERINC.:pnX450LA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX450LA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0: dmi.product.name: X450LA 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/1458422/+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 1445195] Re: [Hyper-V] Kernel patches for storvsc
@jsalisbury: I only tested the Vivid build. -- 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/1445195 Title: [Hyper-V] Kernel patches for storvsc Status in linux package in Ubuntu: Triaged Status in linux source package in Precise: Triaged Status in linux source package in Trusty: Triaged Status in linux source package in Utopic: Triaged Status in linux source package in Vivid: Triaged Status in linux source package in Wily: Triaged Bug description: Storage driver performance updates for vivid K. Y. Srinivasan (7): scsi: storvsc: Increase the ring buffer size scsi: storvsc: Size the queue depth based on the ringbuffer size scsi: storvsc: Always send on the selected outgoing channel scsi: storvsc: Retrieve information about the capability of the target scsi: storvsc: Fix a bug in copy_from_bounce_buffer() scsi: storvsc: Don't assume that the scatterlist is not chained scsi: storvsc: Set the tablesize based on the information given by the host To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1445195/+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 1201528] Re: [INTEL DP55WG, Realtek ALC889] - Audio Playback Unavailable
We should also test some of the 3.8 release candidates to know which exact one introduced the regression. Once we know that, we can start the bisect. Can you test the following kernels and post back? We are looking for the first kernel version that exhibits this bug: v3.8-rc4: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.8-rc4-raring/ If v3.8-rc4 does not exhibit the bug then test v3.8-rc6: v3.8-rc6: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.8-rc6-raring/ If v3.8-rc4 does exhibit the bug then test v3.8-rc2: v3.8-rc2: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.8-rc2-raring/ Thanks in advance! -- 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/1201528 Title: [INTEL DP55WG,Realtek ALC889] - Audio Playback Unavailable Status in alsa-driver package in Ubuntu: Confirmed Status in linux package in Ubuntu: Confirmed Status in alsa-driver source package in Vivid: Confirmed Status in linux source package in Vivid: Confirmed Bug description: This is a fresh upgrade to raring. During the weekend, I updated from precise to quantal, and from there to raring. I did not use sound while the system was in quantal, so no idea if the bug was present there as well. The symptom is: * after some period of sound usage, playback stops working What I mean with sound usage is: I tried having a meeting with: mumble, skype, and google hangout, and in all three cases, audio input/outout will work just fine for ~5 minutes, and the playback just dies (people tell me they keep listening to me, so mic works fine). The only way to solve this is by rebooting. After one of the reboots, I was able to play a 20 minute video with mplayer with no further issue. Then opened skype and after ~3-5 minute talk, audio playback died again. ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: alsa-base 1.0.25+dfsg-0ubuntu4 ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2 Uname: Linux 3.8.0-26-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.9.2-0ubuntu8.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: nessita2627 F pulseaudio Date: Mon Jul 15 14:40:20 2013 InstallationDate: Installed on 2011-12-20 (572 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 (2029.1) 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 Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed Symptom_AlsaPlaybackTestStderr: W r i t e e r r o r : - 5 , I n p u t / o u t p u t e r r o r x r u n _ r e c o v e r y f a i l e d : - 5 , I n p u t / o u t p u t e r r o r T r a n s f e r f a i l e d : O p e r a t i o n n o t p e r m i t t e d Symptom_Card: Built-in Audio - HDA Intel MID Symptom_Jack: Green Headphone Out, Front Symptom_Type: None of the above Title: [, Realtek ALC889, Green Headphone Out, Front] Playback problem UpgradeStatus: Upgraded to raring on 2013-07-13 (2 days ago) dmi.bios.date: 08/05/2009 dmi.bios.vendor: Intel Corp. dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: DP55WG dmi.board.vendor: Intel Corporation dmi.board.version: AAE57269-404 dmi.chassis.type: 2 dmi.modalias: dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr: --- ApportVersion: 2.17.2-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: nessita 13188 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.04 HibernationDevice: RESUME=UUID=bd987ac2-eb4b-43e7-881b-4cf2b5078e4b InstallationDate: Installed on 2014-05-11 (366 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) Package: linux (not installed) ProcFB: 0 nouveaufb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic root=UUID=e91bd3a4-787b-404b-9f19-aa6dcbe707b0 ro quiet splash ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3 RelatedPackageVersions: linux-restricted-modules-3.19.0-16-generic N/A linux-backports-modules-3.19.0-16-generic N/A linux-firmware 1.143 RfKill: Tags: vivid vivid vivid vivid Uname: Linux 3.19.0-16-generic x86_64 UpgradeStatus: Upgraded to vivid on 2015-03-11 (61 days ago) UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 08/05/2009 dmi.bios.vendor: Intel Corp. dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: DP55W
[Kernel-packages] [Bug 1400319] Re: [Hyper-V] Kernel panic not functional on 32bit Ubuntu 14.10 and 15.04
Thanks for the suggestions Joseph! I'll give these a try and update the thread in the next few hours. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to kexec-tools in Ubuntu. https://bugs.launchpad.net/bugs/1400319 Title: [Hyper-V] Kernel panic not functional on 32bit Ubuntu 14.10 and 15.04 Status in kexec-tools package in Ubuntu: New Status in linux package in Ubuntu: Confirmed Status in kexec-tools source package in Utopic: New Status in linux source package in Utopic: Confirmed Status in kexec-tools source package in Vivid: New Status in linux source package in Vivid: Confirmed Bug description: While testing the final build of 14.10 32bit we found that kernel panic cannot be activated for an installation on a Hyper-V VM. Repro rate: 100% Repro details: Hyper-V: Server 2012 R2 VM: Ubuntu 14.10 32bit Kdump is enabled in the config file at /etc/default/kdump-tools Different crashkernel values used in grub.cfg – 128M-:64M | 256M-:128m | 384M-:256M VM settings: 2 cores, various RAM sizes attempted: 1, 2 or 4 GB – this in combination with the values for crashkernel. Trying to start the kdump service: root@ubuntu1410i386:~# /etc/init.d/kdump-tools start Starting kdump-tools: Could not find a free area of memory of 0x9f000 bytes... locate_hole failed * failed to load kdump kernel --- root@ubuntu1410i386:~# cat /sys/kernel/kexec_crash_loaded 0 If the conversion from hex to dec is right, the mentioned memory mapping of 0x9f000 bytes is equal to 651264 (bytes), so under 1MB. This is not then related to the RAM allocation nor the crashkernel value used. --- AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 2: ls: cannot access /dev/snd/: No such file or directory AplayDevices: Error: [Errno 2] No such file or directory ApportVersion: 2.14.7-0ubuntu8 Architecture: i386 ArecordDevices: Error: [Errno 2] No such file or directory CRDA: Error: [Errno 2] No such file or directory DistroRelease: Ubuntu 14.10 HibernationDevice: RESUME=UUID=5a5d0aa4-b8ee-4bf7-b1b9-761b7d1550b6 InstallationDate: Installed on 2014-10-31 (37 days ago) InstallationMedia: Ubuntu-Server 14.10 "Utopic Unicorn" - Release i386 (20141022.2) IwConfig: lono wireless extensions. eth0 no wireless extensions. Lsusb: Error: command ['lsusb'] failed with exit code 1: unable to initialize libusb: -99 MachineType: Microsoft Corporation Virtual Machine Package: linux (not installed) PciMultimedia: ProcEnviron: TERM=xterm PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 hyperv_fb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-24-generic root=UUID=83fb481a-8898-4adc-bf31-4e160f5f0ce8 ro crashkernel=128M-:64M ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4 RelatedPackageVersions: linux-restricted-modules-3.16.0-24-generic N/A linux-backports-modules-3.16.0-24-generic N/A linux-firmware 1.138 RfKill: Error: [Errno 2] No such file or directory Tags: utopic Uname: Linux 3.16.0-24-generic i686 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: WifiSyslog: Dec 8 08:16:46 ubuntu1410i386 dhclient: DHCPREQUEST of 10.226.59.102 on eth0 to 10.184.232.100 port 67 (xid=0x4b67ffa3) Dec 8 08:16:46 ubuntu1410i386 dhclient: DHCPACK of 10.226.59.102 from 10.184.232.100 Dec 8 08:16:47 ubuntu1410i386 dhclient: bound to 10.226.59.102 -- renewal in 13914 seconds. Dec 8 10:10:47 ubuntu1410i386 kernel: [1840786.031060] init: tty1 main process ended, respawning _MarkForUpload: True dmi.bios.date: 05/23/2012 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 090006 dmi.board.name: Virtual Machine dmi.board.vendor: Microsoft Corporation dmi.board.version: 7.0 dmi.chassis.asset.tag: 7176-0455-3377-8479-3268-6677-66 dmi.chassis.type: 3 dmi.chassis.vendor: Microsoft Corporation dmi.chassis.version: 7.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr090006:bd05/23/2012:svnMicrosoftCorporation:pnVirtualMachine:pvr7.0:rvnMicrosoftCorporation:rnVirtualMachine:rvr7.0:cvnMicrosoftCorporation:ct3:cvr7.0: dmi.product.name: Virtual Machine dmi.product.version: 7.0 dmi.sys.vendor: Microsoft Corporation To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kexec-tools/+bug/1400319/+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 1457447] Re: Ubuntu freezes when suspending (to RAM)
This is the problem I've been having: https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1415880 -- 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/1457447 Title: Ubuntu freezes when suspending (to RAM) Status in linux package in Ubuntu: Incomplete Bug description: I installed Ubuntu 15.04 on a DELL XPS 13 notebook (2015 edition, model 9343, bios A03, dual boot w/ Windows). I am having an annoying problem. Oftentimes Ubuntu crashes/freezes when I try to suspend (to RAM). I have already reinstalled Ubuntu (fresh reinstall) but the problem persists. I ran the bios diagnostic check (even the extended one) and no hardware problems were detected. I also ran a memory check via Windows and again no memory problems were detected. The problem: Sometimes when I try to suspend the computer freezes: the screen turns blank and the CAPS LOCK key indicator blinks. I am unable to ssh into the machine. The problem also happened with previous kernels. ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: linux-image-3.19.0-18-generic 3.19.0-18.18 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.17.2-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: cribari1698 F pulseaudio CurrentDesktop: Unity Date: Thu May 21 08:49:19 2015 HibernationDevice: RESUME=UUID=cd3c9665-089d-424b-8ebb-991b8698fbcd InstallationDate: Installed on 2015-05-19 (2 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) MachineType: Dell Inc. XPS 13 9343 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic.efi.signed root=UUID=f64987a0-2ebc-4767-a391-6c3deae6c764 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 SourcePackage: linux UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev' UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/25/2015 dmi.bios.vendor: Dell Inc. dmi.bios.version: A03 dmi.board.name: 0310JH dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 9 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA03:bd03/25/2015:svnDellInc.:pnXPS139343:pvr01:rvnDellInc.:rn0310JH:rvrA00:cvnDellInc.:ct9:cvr: dmi.product.name: XPS 13 9343 dmi.product.version: 01 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1457447/+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 1458599] Re: Lenovo E330 Wifi is disabled by hardware switch Ubuntu 14.04
** Also affects: linux-wlan-ng (Ubuntu) Importance: Undecided Status: New ** Also affects: atmelwlandriver (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-wlan-ng in Ubuntu. https://bugs.launchpad.net/bugs/1458599 Title: Lenovo E330 Wifi is disabled by hardware switch Ubuntu 14.04 Status in Ubuntu Friendly: Invalid Status in atmelwlandriver package in Ubuntu: New Status in b43-fwcutter package in Ubuntu: New Status in linux-wlan-ng package in Ubuntu: New Bug description: I have Lenovo ThinkPad Edge E330. I run on Ubuntu 14.04. Laptop was connected to thw Wifi and was on AC without battery. When I put battery in, unpluged AC and opend laptop, my wifi stoped working. It says: Wifi is disabled by hardware switch. The trouble is that this model does not have any hardware switch on its body. I have tried many things: - Loaded default settings in BIOS - reinstall Ubuntu completely - rfkill unblock all does not have efect Thank You for help To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-friendly/+bug/1458599/+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 1459246] Re: usb keyboard not recognized at boot time
Would it be possible for you to test the latest upstream kernel? Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v4.1 kernel[0]. If this bug is fixed in the mainline kernel, please add the following tag 'kernel-fixed-upstream'. If the mainline kernel does not fix this bug, please add the tag: 'kernel-bug-exists-upstream'. If you are unable to test the mainline kernel, for example it will not boot, please add the tag: 'kernel-unable-to-test-upstream'. Once testing of the upstream kernel is complete, please mark this bug as "Confirmed". Thanks in advance. [0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc5-unstable/ ** 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/1459246 Title: usb keyboard not recognized at boot time Status in linux package in Ubuntu: Incomplete Bug description: USB keyboard is not initialized at boot time : kernel: [3.228048] usb 3-2: new full-speed USB device number 3 using ohci-pci kernel: [3.368040] usb 3-2: device descriptor read/64, error -62 kernel: [3.612041] usb 3-2: device descriptor read/64, error -62 kernel: [3.852042] usb 3-2: new full-speed USB device number 4 using ohci-pci kernel: [4.260040] usb 3-2: device not accepting address 4, error -62 kernel: [4.396044] usb 3-2: new full-speed USB device number 5 using ohci-pci kernel: [4.804036] usb 3-2: device not accepting address 5, error -62 kernel: [4.804045] usb usb3-port2: unable to enumerate USB device but it's ok after boot and deplug/replug : kernel: [ 792.576075] usb 3-2: new full-speed USB device number 6 using ohci-pci kernel: [ 792.743118] usb 3-2: New USB device found, idVendor=04b3, idProduct=301a kernel: [ 792.743127] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 kernel: [ 792.743133] usb 3-2: Product: USB 1.1 2port downstream low power hub kernel: [ 792.743138] usb 3-2: Manufacturer: Lite-On Technology kernel: [ 792.749217] hub 3-2:1.0: USB hub found kernel: [ 793.037123] usb 3-2.1: new full-speed USB device number 7 using ohci-pci kernel: [ 793.147119] usb 3-2.1: New USB device found, idVendor=04b3, idProduct=301b kernel: [ 793.147127] usb 3-2.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 kernel: [ 793.147133] usb 3-2.1: Product: USB Productivity Option Keyboard( has the hub in # 1 ) kernel: [ 793.147138] usb 3-2.1: Manufacturer: Lite-On Technology kernel: [ 793.158477] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.0/0003:04B3:301B.0002/input/input11 kernel: [ 793.212422] hid-generic 0003:04B3:301B.0002: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input0 kernel: [ 793.219303] input: Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 ) as /devices/pci:00/:00:12.0/usb3/3-2/3-2.1/3-2.1:1.1/0003:04B3:301B.0003/input/input12 kernel: [ 793.272414] hid-generic 0003:04B3:301B.0003: input,hidraw2: USB HID v1.10 Device [Lite-On Technology USB Productivity Option Keyboard( has the hub in # 1 )] on usb-:00:12.0-2.1/input1 mtp-probe: checking bus 3, device 7: "/sys/devices/pci:00/:00:12.0/usb3/3-2/3-2.1" This was working well before last ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: libgusb2 0.2.4-1 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 Date: Wed May 27 15:40:15 2015 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) SourcePackage: libgusb UpgradeStatus: No upgrade log present (probably fresh install) --- ApportVersion: 2.17.3-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: thomas 1389 F pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 15.10 EcryptfsInUse: Yes InstallationDate: Installed on 2015-01-27 (120 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) IwConfig: eth0 no wireless extensions. ppp0 no wireless extensions. lono wireless extensions. MachineType: Hewlett-Packard HP Compaq dc5850 Small Form Factor Package: linux (not installed) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=86cbcf84-7604-48e2-9427-0ccff51e53f1 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.19.0-18.18-gen
[Kernel-packages] [Bug 1458373] Re: Updating to kernel 3.13.0.53 causes kernel panic on login
** Tags added: kernel-da-key -- 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/1458373 Title: Updating to kernel 3.13.0.53 causes kernel panic on login Status in linux package in Ubuntu: Incomplete Bug description: Updating from kernel 3.13.0.49 to 3.13.0.53 causes system to crash after successful login. Mem test ran with no errors. Reverting to old kernel fixes bug. kern.log attached - crash occured after system restart on 24 May at approximately 10:30. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-49-generic 3.13.0-49.83 ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17 Uname: Linux 3.13.0-49-generic x86_64 NonfreeKernelModules: fglrx ApportVersion: 2.14.1-0ubuntu3.10 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: dillon 2973 F pulseaudio /dev/snd/controlC0: dillon 2973 F pulseaudio /dev/snd/controlC1: dillon 2973 F pulseaudio CurrentDesktop: Unity Date: Sun May 24 12:19:29 2015 EcryptfsInUse: Yes InstallationDate: Installed on 2014-07-16 (311 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: HP-Pavilion BN399AV-ABA p6350z ProcFB: 0 VESA VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-49-generic root=UUID=aee745b7-5d9c-4a02-a985-4a2da905f54e ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-49-generic N/A linux-backports-modules-3.13.0-49-generic N/A linux-firmware 1.127.12 RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/26/2010 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 5.11 dmi.board.name: ALOE dmi.board.vendor: FOXCONN dmi.board.version: 1.01 dmi.chassis.type: 3 dmi.chassis.vendor: Hewlett-Packard dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr5.11:bd03/26/2010:svnHP-Pavilion:pnBN399AV-ABAp6350z:pvr:rvnFOXCONN:rnALOE:rvr1.01:cvnHewlett-Packard:ct3:cvr: dmi.product.name: BN399AV-ABA p6350z dmi.sys.vendor: HP-Pavilion To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1458373/+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 1458208] Re: AR8161 ethernet stopped working after upgrade from 3.19.0-16 to 3.19.0-18
** Tags added: kernel-da-key regression-update -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1458208 Title: AR8161 ethernet stopped working after upgrade from 3.19.0-16 to 3.19.0-18 Status in linux package in Ubuntu: Incomplete Bug description: Partial lshw output: *-network description: Ethernet interface product: AR8161 Gigabit Ethernet vendor: Qualcomm Atheros physical id: 0 bus info: pci@:04:00.0 logical name: eth0 version: 08 serial: 70:54:d2:97:05:11 size: 1Gbit/s capacity: 1Gbit/s width: 64 bits clock: 33MHz capabilities: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=alx duplex=full latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s resources: irq:30 memory:f710-f713 ioport:d000(size=128) Partial ifconfig output: eth0 Link encap:Ethernet HWaddr 70:54:d2:97:05:11 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1276 errors:609 dropped:0 overruns:609 frame:0 TX packets:1215 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:230131 (230.1 KB) TX bytes:142978 (142.9 KB) Interrupt:17 The ethernet adapter stopped working on upgrade from linux 3.19.0-16-generic to 3.19.0-18-generic. Upon inital system start, I can successfully ping a remote server, but once I try any TCP connection, even ping fails. If I fallback to 3.19.0-16, everything is working OK. ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: linux-image-3.19.0-18-generic 3.19.0-18.18 ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6 Uname: Linux 3.19.0-18-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.17.2-0ubuntu1.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: mark 2611 F pulseaudio /dev/snd/controlC1: mark 2611 F pulseaudio /dev/snd/controlC0: mark 2611 F pulseaudio CurrentDesktop: Unity Date: Sat May 23 10:21:44 2015 HibernationDevice: RESUME=UUID=b4733b71-2c28-4a85-8450-6f330135cfe4 InstallationDate: Installed on 2013-04-24 (758 days ago) InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 (20130213) MachineType: Hewlett-Packard h8-1360t ProcFB: 0 EFI VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic root=UUID=578349d7-ca6f-4750-b977-7674ad95c763 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.19.0-18-generic N/A linux-backports-modules-3.19.0-18-generic N/A linux-firmware 1.143.1 RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no SourcePackage: linux UpgradeStatus: Upgraded to vivid on 2015-05-20 (3 days ago) dmi.bios.date: 07/02/2012 dmi.bios.vendor: AMI dmi.bios.version: 7.15 dmi.board.name: 2AD5 dmi.board.vendor: PEGATRON CORPORATION dmi.board.version: 1.03 dmi.chassis.asset.tag: 2MD3140FD9 dmi.chassis.type: 3 dmi.chassis.vendor: Hewlett-Packard dmi.modalias: dmi:bvnAMI:bvr7.15:bd07/02/2012:svnHewlett-Packard:pnh8-1360t:pvr1.00:rvnPEGATRONCORPORATION:rn2AD5:rvr1.03:cvnHewlett-Packard:ct3:cvr: dmi.product.name: h8-1360t dmi.product.version: 1.00 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1458208/+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 1458186] Re: package linux-image-2.6.32-73-generic 2.6.32-73.141 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17
You may need to run the following from a terminal: sudo apt-get install -f sudo apt-get clean sudo apt-get update Then re-install the package. If that does not resolve your issue, please mark the bug as "Confirmed" ** Changed in: linux (Ubuntu) Importance: Undecided => Low ** 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/1458186 Title: package linux-image-2.6.32-73-generic 2.6.32-73.141 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17 Status in linux package in Ubuntu: Incomplete Bug description: cannot update ProblemType: Package DistroRelease: Ubuntu 10.04 Package: linux-image-2.6.32-73-generic 2.6.32-73.141 Regression: Yes Reproducible: Yes ProcVersionSignature: Ubuntu 2.6.32-74.142-generic 2.6.32.63+drm33.26 Uname: Linux 2.6.32-74-generic i686 AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21. Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: kc 1493 F pulseaudio CRDA: Error: [Errno 2] No such file or directory Card0.Amixer.info: Card hw:0 'SB'/'HDA ATI SB at 0xfe5f8000 irq 16' Mixer name : 'Realtek ALC889' Components : 'HDA:10ec0889,14627642,0014' Controls : 38 Simple ctrls : 22 Card1.Amixer.info: Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfe7e8000 irq 19' Mixer name : 'ATI RS690/780 HDMI' Components : 'HDA:1002791a,00791a00,0010' Controls : 4 Simple ctrls : 1 Card1.Amixer.values: Simple mixer control 'IEC958',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] Date: Sat May 23 19:13:54 2015 ErrorMessage: subprocess installed post-installation script returned error exit status 17 HibernationDevice: RESUME=UUID=68d54a34-1f0b-4052-b872-81e2ae6780a3 InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429) IwConfig: lono wireless extensions. eth0 no wireless extensions. MachineType: MSI MS-7642 ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-74-generic root=UUID=56f6a056-bbf2-4b1f-87c8-e621fa48178b ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-firmware 1.34.14 RfKill: SourcePackage: linux Title: package linux-image-2.6.32-73-generic 2.6.32-73.141 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17 dmi.bios.date: 04/30/2010 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: V1.6 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: 890GXM-G65 (MS-7642) dmi.board.vendor: MSI dmi.board.version: 1.0 dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: MSI dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrV1.6:bd04/30/2010:svnMSI:pnMS-7642:pvr1.0:rvnMSI:rn890GXM-G65(MS-7642):rvr1.0:cvnMSI:ct3:cvr1.0: dmi.product.name: MS-7642 dmi.product.version: 1.0 dmi.sys.vendor: MSI To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1458186/+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 1458045] Re: KVM and CFS bandwidth control causes kernel crashes (oops)
** Changed in: linux (Ubuntu) Importance: Undecided => High -- 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/1458045 Title: KVM and CFS bandwidth control causes kernel crashes (oops) Status in linux package in Ubuntu: Confirmed Bug description: We've seen this crash at least 3 times when we start setting CPU limits using `cgroups`. It makes using CPU limits impossible, causing instabilities in the operating system. Finally, after installing linux-crashdump, we got a full copy of the crash message. [146055.357476] BUG: unable to handle kernel NULL pointer dereference at 0038 [146055.359620] IP: [] set_next_entity+0x11/0xb0 [146055.361890] PGD 0 [146055.364131] Oops: [#1] SMP [146055.366475] Modules linked in: vhost_net vhost macvtap macvlan act_police cls_u32 sch_ingress ipmi_si xt_multiport nf_conntrack_ipv6 nf_defrag_ipv6 xt_mac xt_physdev xt_set iptable_raw ip_set_hash_ip ip_set nfnetlink mpt3sas mpt2sas raid_class scsi_transport_sas mptctl mptbase veth xt_CHECKSUM iptable_mangle ipt_MASQUERADE iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT xt_tcpudp dell_rbu bridge stp llc ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter ip_tables x_tables nbd openvswitch gre vxlan libcrc32c ib_iser rdma_cm iw_cm ib_cm ib_sa ib_mad ib_core ib_addr iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi ipmi_devintf intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel dcdbas kvm crct10dif_pclmul crc32_pclmul [146055.39] ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul dm_multipath glue_helper ablk_helper scsi_dh cryptd mei_me mei lpc_ich ipmi_msghandler shpchp wmi acpi_power_meter mac_hid lp parport nls_iso8859_1 igb ixgbe i2c_algo_bit dca ptp ahci pps_core megaraid_sas libahci mdio [last unloaded: ipmi_si] [146055.404208] CPU: 31 PID: 67922 Comm: qemu-system-x86 Not tainted 3.16.0-37-generic #51~14.04.1-Ubuntu [146055.409906] Hardware name: Dell Inc. PowerEdge R630/0CNCJW, BIOS 1.0.4 08/28/2014 [146055.415754] task: 883fcab69e90 ti: 883a1c168000 task.ti: 883a1c168000 [146055.421817] RIP: 0010:[] [] set_next_entity+0x11/0xb0 [146055.428079] RSP: 0018:883a1c16bce8 EFLAGS: 00010092 [146055.434377] RAX: RBX: RCX: 044aa200 [146055.440913] RDX: RSI: RDI: 883ffedf3140 [146055.447474] RBP: 883a1c16bd00 R08: R09: 0001 [146055.454181] R10: 0004 R11: 0206 R12: 883ffedf3140 [146055.460968] R13: 001f R14: 0001 R15: 883ffedf30c0 [146055.467722] FS: 7f404919d700() GS:883ffede() knlGS:88000238 [146055.474756] CS: 0010 DS: ES: CR0: 80050033 [146055.481830] CR2: 0038 CR3: 003a1c45b000 CR4: 001427e0 [146055.489134] Stack: [146055.496412] 883ffedf3140 001f 883a1c16bd68 [146055.504053] 810af2f8 883ffedf3140 000130c0 883fcab69e90 [146055.511786] 8101c3b9 883a1c16bd50 810a4895 883fcab6a3c8 [146055.519551] Call Trace: [146055.527330] [] pick_next_task_fair+0x78/0x880 [146055.535292] [] ? sched_clock+0x9/0x10 [146055.543379] [] ? sched_clock_cpu+0x85/0xc0 [146055.551519] [] __schedule+0x11b/0x7a0 [146055.559722] [] _cond_resched+0x29/0x40 [146055.568020] [] kvm_arch_vcpu_ioctl_run+0x3e9/0x460 [kvm] [146055.576509] [] kvm_vcpu_ioctl+0x2a2/0x5e0 [kvm] [146055.585045] [] ? perf_event_context_sched_in+0xa2/0xc0 [146055.593771] [] do_vfs_ioctl+0x2e0/0x4c0 [146055.602531] [] ? finish_task_switch+0x108/0x180 [146055.611413] [] ? kvm_on_user_return+0x74/0x80 [kvm] [146055.620339] [] SyS_ioctl+0x81/0xa0 [146055.629396] [] system_call_fastpath+0x1a/0x1f [146055.638500] Code: 83 c4 10 4c 89 f2 4c 89 ee ff d0 49 8b 04 24 48 85 c0 75 e6 eb 99 0f 1f 40 00 0f 1f 44 00 00 55 48 89 e5 41 55 41 54 49 89 fc 53 <8b> 46 38 48 89 f3 85 c0 75 5d 49 8b 84 24 b0 00 00 00 48 8b 80 [146055.657833] RIP [] set_next_entity+0x11/0xb0 [146055.667524] RSP [146055.677082] CR2: 0038 I've found the following "potential" fix that doesn't seem to have every made it through: https://lkml.org/lkml/2015/4/7/611 In addition, I have a 12GB dump file generated by linux-crashdump, please let me know if there's anything I can do with it which can help troubleshoot this issue. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1458045/+subscriptions -- Mailing list: https://launchpad.net/~kerne