[Kernel-packages] [Bug 1309860] [NEW] missing ipmi module

2014-04-19 Thread Anthony Caiafa
Public bug reported:

Currently upgraded from 12.04 to 14.04 and am experiencing issues with
start openipmi via the init.d script. I did some digging around and it
appears that the package

 linux-image-extra-3.13.0-24-generic

is missing the ipmi_msghandler.ko. It provides all other IPMI libraries
but this one. for the 3.2.0 image the library and all of the others are
provided in linux-image-3.2.0-60-generic. Please advise.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: precise

-- 
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/1309860

Title:
  missing ipmi module

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Currently upgraded from 12.04 to 14.04 and am experiencing issues with
  start openipmi via the init.d script. I did some digging around and it
  appears that the package

   linux-image-extra-3.13.0-24-generic

  is missing the ipmi_msghandler.ko. It provides all other IPMI
  libraries but this one. for the 3.2.0 image the library and all of the
  others are provided in linux-image-3.2.0-60-generic. Please advise.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309860/+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 1309860] Missing required logs.

2014-04-19 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1309860

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

** Tags added: precise

-- 
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/1309860

Title:
  missing ipmi module

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Currently upgraded from 12.04 to 14.04 and am experiencing issues with
  start openipmi via the init.d script. I did some digging around and it
  appears that the package

   linux-image-extra-3.13.0-24-generic

  is missing the ipmi_msghandler.ko. It provides all other IPMI
  libraries but this one. for the 3.2.0 image the library and all of the
  others are provided in linux-image-3.2.0-60-generic. Please advise.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309860/+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 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2014-04-19 Thread Alex Cabal
So after some more digging it turns out that the 3.14 kernel line has
sources for the jme drivers, updated just 20 days ago, that can be
compiled on 14.04:
https://github.com/torvalds/linux/blob/master/drivers/net/ethernet/jme.c

These sources apply the fixes in #24 (weirdly committed over a year ago)
and my own stab-in-the-dark in #34 along with many other differences.

So I downloaded the new jme.c and jme.h from there and was able to
successfully compile and install the driver on Ubuntu 14.04.  But it
still doesn't work, eth0 still shows as disconnected.

Not sure what to do next.

-- 
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/880316

Title:
  Ubuntu installer can't setup network on Shuttle XS35GTV2

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I'm trying to install Ubuntu on a Shuttle XS35GTV2.

  The installer can't set up the network connection.
  I've tried Ubuntu 10.04 32 and 64 bit netinstall, minimal and server, Ubuntu 
11.10 32 bit netinstall.
  The Debian Squeeze 64 bit netinstall installer has no problem.
  (I've now installed openELEC which has no problems too)

  I was able to install Ubuntu 10.04 64 bit server but only without network 
connection. I then could load the jme module:
  # modprobe jme
  # depmod -a
  without errors.

  But I can't get eth0 running.

  The output of lspci is:
  02:00.5 Ethernet controller: JMicron Technology Corp. JMC250 PCI Express 
Gigabit Ethernet Controller (rev 03)
  03:00.0 Network controller: Realtek Semiconductor C., Ltd Device 8176 (rev 01)

  # lshw -C network
    *-network DISABLED
     description: Ethernet interface
     product: JMC250 PCI Express Gigabit Ethernet Controller
     vendor: JMicron Technology Corp.
     physical id: 0.5
     bus info: pci@:02:00.5
     logical name: eth0
     version: 03
     serial: 80:ee:73:1f:ef:df
     size: 10MB/s
     capacity: 1GB/s
     width: 32 bits
     clock: 33MHz
     capabilities: pm pciexpress msix msi bus_master cap_list ethernet 
physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
     configuration: autonegotiation=off broadcast=yes driver=jme 
driverversion=1.0.5 duplex=half latency=0 link=no multicast=yes port=MII 
speed=10MB/s
     resources: irq:17 memory:feaf4000-feaf7fff ioport:dc00(size=128) 
ioport:d800(size=256)
    *-network UNCLAIMED
     description: Network controller
     product: Realtek Semiconductor Co., Ltd.
     vendor: Realtek Semiconductor Co., Ltd.
     physical id: 0
     bus info: pci@:03:00.0
     version: 01
     width: 64 bits
     clock: 33MHz
     capabilities: pm msi pciexpress bus_master cap_list
     configuration: latency=0
     resources: ioport:e800(size=256) memory:febfc000-febf

  I've posted my problem at the Ubuntu users mailing list:
  
http://www.linux-archive.org/ubuntu-user/588603-jme-module-missing-netboot-installation.html

  Edit: Unfortunately I couldn't reassign it as it has nothing to do
  with gnome-nettools (see post #1).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/880316/+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 1309860] Re: missing ipmi module

2014-04-19 Thread Anthony Caiafa
apport information

** Tags added: apport-collected trusty

** Description changed:

  Currently upgraded from 12.04 to 14.04 and am experiencing issues with
  start openipmi via the init.d script. I did some digging around and it
  appears that the package
  
   linux-image-extra-3.13.0-24-generic
  
- is missing the ipmi_msghandler.ko. It provides all other IPMI libraries
- but this one. for the 3.2.0 image the library and all of the others are
- provided in linux-image-3.2.0-60-generic. Please advise.
+ is missing the ipmi_msghandler.ko. It provides all other IPMI libraries but 
this one. for the 3.2.0 image the library and all of the others are provided in 
linux-image-3.2.0-60-generic. Please advise.
+ --- 
+ AlsaDevices:
+  total 0
+  crw-rw 1 root audio 116,  1 Apr 18 11:02 seq
+  crw-rw 1 root audio 116, 33 Apr 18 11:02 timer
+ AplayDevices: Error: [Errno 2] No such file or directory
+ ApportVersion: 2.14.1-0ubuntu3
+ Architecture: amd64
+ ArecordDevices: Error: [Errno 2] No such file or directory
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ CRDA: Error: [Errno 2] No such file or directory
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=22d5a085-fb47-4b25-acdc-61ad74a01746
+ IwConfig: Error: [Errno 2] No such file or directory
+ Lsusb:
+  Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
+  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 001 Device 003: ID 0557:2221 ATEN International Co., Ltd Winbond Hermon
+  Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: Supermicro X9SRW-F
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=83bbf6cb-5dd5-40bd-a89c-d4ad56112985 ro console=ttyS0,115200n8 
biosdevname=0 nomdmonddf nomdmonisw
+ ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
+ RelatedPackageVersions:
+  linux-restricted-modules-3.13.0-24-generic N/A
+  linux-backports-modules-3.13.0-24-generic  N/A
+  linux-firmware 1.127
+ RfKill: Error: [Errno 2] No such file or directory
+ Tags:  trusty
+ Uname: Linux 3.13.0-24-generic x86_64
+ UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
+ UserGroups:
+  
+ WifiSyslog:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 07/05/2013
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 3.00
+ dmi.board.asset.tag: To be filled by O.E.M.
+ dmi.board.name: X9SRW-F
+ dmi.board.vendor: Supermicro
+ dmi.board.version: 0123456789
+ dmi.chassis.asset.tag: To Be Filled By O.E.M.
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Supermicro
+ dmi.chassis.version: 0123456789
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3.00:bd07/05/2013:svnSupermicro:pnX9SRW-F:pvr0123456789:rvnSupermicro:rnX9SRW-F:rvr0123456789:cvnSupermicro:ct3:cvr0123456789:
+ dmi.product.name: X9SRW-F
+ dmi.product.version: 0123456789
+ dmi.sys.vendor: Supermicro

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1309860/+attachment/4088458/+files/BootDmesg.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/1309860

Title:
  missing ipmi module

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Currently upgraded from 12.04 to 14.04 and am experiencing issues with
  start openipmi via the init.d script. I did some digging around and it
  appears that the package

   linux-image-extra-3.13.0-24-generic

  is missing the ipmi_msghandler.ko. It provides all other IPMI libraries but 
this one. for the 3.2.0 image the library and all of the others are provided in 
linux-image-3.2.0-60-generic. Please advise.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Apr 18 11:02 seq
   crw-rw 1 root audio 116, 33 Apr 18 11:02 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=22d5a085-fb47-4b25-acdc-61ad74a01746
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0557:2221 ATEN International Co., Ltd Winbond Hermon
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Supermicro X9SRW-F
  Package: linux (not installed)
  PciMultimedia:
   

[Kernel-packages] [Bug 1309860] ProcCpuinfo.txt

2014-04-19 Thread Anthony Caiafa
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1309860/+attachment/4088461/+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/1309860

Title:
  missing ipmi module

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Currently upgraded from 12.04 to 14.04 and am experiencing issues with
  start openipmi via the init.d script. I did some digging around and it
  appears that the package

   linux-image-extra-3.13.0-24-generic

  is missing the ipmi_msghandler.ko. It provides all other IPMI libraries but 
this one. for the 3.2.0 image the library and all of the others are provided in 
linux-image-3.2.0-60-generic. Please advise.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Apr 18 11:02 seq
   crw-rw 1 root audio 116, 33 Apr 18 11:02 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=22d5a085-fb47-4b25-acdc-61ad74a01746
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0557:2221 ATEN International Co., Ltd Winbond Hermon
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Supermicro X9SRW-F
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=83bbf6cb-5dd5-40bd-a89c-d4ad56112985 ro console=ttyS0,115200n8 
biosdevname=0 nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 07/05/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3.00
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X9SRW-F
  dmi.board.vendor: Supermicro
  dmi.board.version: 0123456789
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 0123456789
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3.00:bd07/05/2013:svnSupermicro:pnX9SRW-F:pvr0123456789:rvnSupermicro:rnX9SRW-F:rvr0123456789:cvnSupermicro:ct3:cvr0123456789:
  dmi.product.name: X9SRW-F
  dmi.product.version: 0123456789
  dmi.sys.vendor: Supermicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309860/+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 1309860] Lspci.txt

2014-04-19 Thread Anthony Caiafa
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1309860/+attachment/4088460/+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/1309860

Title:
  missing ipmi module

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Currently upgraded from 12.04 to 14.04 and am experiencing issues with
  start openipmi via the init.d script. I did some digging around and it
  appears that the package

   linux-image-extra-3.13.0-24-generic

  is missing the ipmi_msghandler.ko. It provides all other IPMI libraries but 
this one. for the 3.2.0 image the library and all of the others are provided in 
linux-image-3.2.0-60-generic. Please advise.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Apr 18 11:02 seq
   crw-rw 1 root audio 116, 33 Apr 18 11:02 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=22d5a085-fb47-4b25-acdc-61ad74a01746
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0557:2221 ATEN International Co., Ltd Winbond Hermon
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Supermicro X9SRW-F
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=83bbf6cb-5dd5-40bd-a89c-d4ad56112985 ro console=ttyS0,115200n8 
biosdevname=0 nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 07/05/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3.00
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X9SRW-F
  dmi.board.vendor: Supermicro
  dmi.board.version: 0123456789
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 0123456789
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3.00:bd07/05/2013:svnSupermicro:pnX9SRW-F:pvr0123456789:rvnSupermicro:rnX9SRW-F:rvr0123456789:cvnSupermicro:ct3:cvr0123456789:
  dmi.product.name: X9SRW-F
  dmi.product.version: 0123456789
  dmi.sys.vendor: Supermicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309860/+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 1309860] UdevDb.txt

2014-04-19 Thread Anthony Caiafa
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1309860/+attachment/4088465/+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/1309860

Title:
  missing ipmi module

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Currently upgraded from 12.04 to 14.04 and am experiencing issues with
  start openipmi via the init.d script. I did some digging around and it
  appears that the package

   linux-image-extra-3.13.0-24-generic

  is missing the ipmi_msghandler.ko. It provides all other IPMI libraries but 
this one. for the 3.2.0 image the library and all of the others are provided in 
linux-image-3.2.0-60-generic. Please advise.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Apr 18 11:02 seq
   crw-rw 1 root audio 116, 33 Apr 18 11:02 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=22d5a085-fb47-4b25-acdc-61ad74a01746
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0557:2221 ATEN International Co., Ltd Winbond Hermon
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Supermicro X9SRW-F
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=83bbf6cb-5dd5-40bd-a89c-d4ad56112985 ro console=ttyS0,115200n8 
biosdevname=0 nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 07/05/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3.00
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X9SRW-F
  dmi.board.vendor: Supermicro
  dmi.board.version: 0123456789
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 0123456789
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3.00:bd07/05/2013:svnSupermicro:pnX9SRW-F:pvr0123456789:rvnSupermicro:rnX9SRW-F:rvr0123456789:cvnSupermicro:ct3:cvr0123456789:
  dmi.product.name: X9SRW-F
  dmi.product.version: 0123456789
  dmi.sys.vendor: Supermicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309860/+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 1309860] ProcInterrupts.txt

2014-04-19 Thread Anthony Caiafa
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1309860/+attachment/4088463/+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/1309860

Title:
  missing ipmi module

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Currently upgraded from 12.04 to 14.04 and am experiencing issues with
  start openipmi via the init.d script. I did some digging around and it
  appears that the package

   linux-image-extra-3.13.0-24-generic

  is missing the ipmi_msghandler.ko. It provides all other IPMI libraries but 
this one. for the 3.2.0 image the library and all of the others are provided in 
linux-image-3.2.0-60-generic. Please advise.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Apr 18 11:02 seq
   crw-rw 1 root audio 116, 33 Apr 18 11:02 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=22d5a085-fb47-4b25-acdc-61ad74a01746
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0557:2221 ATEN International Co., Ltd Winbond Hermon
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Supermicro X9SRW-F
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=83bbf6cb-5dd5-40bd-a89c-d4ad56112985 ro console=ttyS0,115200n8 
biosdevname=0 nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 07/05/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3.00
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X9SRW-F
  dmi.board.vendor: Supermicro
  dmi.board.version: 0123456789
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 0123456789
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3.00:bd07/05/2013:svnSupermicro:pnX9SRW-F:pvr0123456789:rvnSupermicro:rnX9SRW-F:rvr0123456789:cvnSupermicro:ct3:cvr0123456789:
  dmi.product.name: X9SRW-F
  dmi.product.version: 0123456789
  dmi.sys.vendor: Supermicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309860/+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 1309860] CurrentDmesg.txt

2014-04-19 Thread Anthony Caiafa
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1309860/+attachment/4088459/+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/1309860

Title:
  missing ipmi module

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Currently upgraded from 12.04 to 14.04 and am experiencing issues with
  start openipmi via the init.d script. I did some digging around and it
  appears that the package

   linux-image-extra-3.13.0-24-generic

  is missing the ipmi_msghandler.ko. It provides all other IPMI libraries but 
this one. for the 3.2.0 image the library and all of the others are provided in 
linux-image-3.2.0-60-generic. Please advise.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Apr 18 11:02 seq
   crw-rw 1 root audio 116, 33 Apr 18 11:02 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=22d5a085-fb47-4b25-acdc-61ad74a01746
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0557:2221 ATEN International Co., Ltd Winbond Hermon
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Supermicro X9SRW-F
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=83bbf6cb-5dd5-40bd-a89c-d4ad56112985 ro console=ttyS0,115200n8 
biosdevname=0 nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 07/05/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3.00
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X9SRW-F
  dmi.board.vendor: Supermicro
  dmi.board.version: 0123456789
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 0123456789
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3.00:bd07/05/2013:svnSupermicro:pnX9SRW-F:pvr0123456789:rvnSupermicro:rnX9SRW-F:rvr0123456789:cvnSupermicro:ct3:cvr0123456789:
  dmi.product.name: X9SRW-F
  dmi.product.version: 0123456789
  dmi.sys.vendor: Supermicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309860/+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 1309860] ProcEnviron.txt

2014-04-19 Thread Anthony Caiafa
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1309860/+attachment/4088462/+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/1309860

Title:
  missing ipmi module

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Currently upgraded from 12.04 to 14.04 and am experiencing issues with
  start openipmi via the init.d script. I did some digging around and it
  appears that the package

   linux-image-extra-3.13.0-24-generic

  is missing the ipmi_msghandler.ko. It provides all other IPMI libraries but 
this one. for the 3.2.0 image the library and all of the others are provided in 
linux-image-3.2.0-60-generic. Please advise.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Apr 18 11:02 seq
   crw-rw 1 root audio 116, 33 Apr 18 11:02 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=22d5a085-fb47-4b25-acdc-61ad74a01746
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0557:2221 ATEN International Co., Ltd Winbond Hermon
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Supermicro X9SRW-F
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=83bbf6cb-5dd5-40bd-a89c-d4ad56112985 ro console=ttyS0,115200n8 
biosdevname=0 nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 07/05/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3.00
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X9SRW-F
  dmi.board.vendor: Supermicro
  dmi.board.version: 0123456789
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 0123456789
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3.00:bd07/05/2013:svnSupermicro:pnX9SRW-F:pvr0123456789:rvnSupermicro:rnX9SRW-F:rvr0123456789:cvnSupermicro:ct3:cvr0123456789:
  dmi.product.name: X9SRW-F
  dmi.product.version: 0123456789
  dmi.sys.vendor: Supermicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309860/+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 1309860] ProcModules.txt

2014-04-19 Thread Anthony Caiafa
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1309860/+attachment/4088464/+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/1309860

Title:
  missing ipmi module

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Currently upgraded from 12.04 to 14.04 and am experiencing issues with
  start openipmi via the init.d script. I did some digging around and it
  appears that the package

   linux-image-extra-3.13.0-24-generic

  is missing the ipmi_msghandler.ko. It provides all other IPMI libraries but 
this one. for the 3.2.0 image the library and all of the others are provided in 
linux-image-3.2.0-60-generic. Please advise.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Apr 18 11:02 seq
   crw-rw 1 root audio 116, 33 Apr 18 11:02 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=22d5a085-fb47-4b25-acdc-61ad74a01746
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0557:2221 ATEN International Co., Ltd Winbond Hermon
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Supermicro X9SRW-F
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=83bbf6cb-5dd5-40bd-a89c-d4ad56112985 ro console=ttyS0,115200n8 
biosdevname=0 nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 07/05/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3.00
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X9SRW-F
  dmi.board.vendor: Supermicro
  dmi.board.version: 0123456789
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 0123456789
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3.00:bd07/05/2013:svnSupermicro:pnX9SRW-F:pvr0123456789:rvnSupermicro:rnX9SRW-F:rvr0123456789:cvnSupermicro:ct3:cvr0123456789:
  dmi.product.name: X9SRW-F
  dmi.product.version: 0123456789
  dmi.sys.vendor: Supermicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309860/+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 1309860] UdevLog.txt

2014-04-19 Thread Anthony Caiafa
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1309860/+attachment/4088466/+files/UdevLog.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/1309860

Title:
  missing ipmi module

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Currently upgraded from 12.04 to 14.04 and am experiencing issues with
  start openipmi via the init.d script. I did some digging around and it
  appears that the package

   linux-image-extra-3.13.0-24-generic

  is missing the ipmi_msghandler.ko. It provides all other IPMI libraries but 
this one. for the 3.2.0 image the library and all of the others are provided in 
linux-image-3.2.0-60-generic. Please advise.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Apr 18 11:02 seq
   crw-rw 1 root audio 116, 33 Apr 18 11:02 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=22d5a085-fb47-4b25-acdc-61ad74a01746
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0557:2221 ATEN International Co., Ltd Winbond Hermon
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Supermicro X9SRW-F
  Package: linux (not installed)
  PciMultimedia:
   
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=83bbf6cb-5dd5-40bd-a89c-d4ad56112985 ro console=ttyS0,115200n8 
biosdevname=0 nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  WifiSyslog:
   
  _MarkForUpload: True
  dmi.bios.date: 07/05/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3.00
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X9SRW-F
  dmi.board.vendor: Supermicro
  dmi.board.version: 0123456789
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 0123456789
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3.00:bd07/05/2013:svnSupermicro:pnX9SRW-F:pvr0123456789:rvnSupermicro:rnX9SRW-F:rvr0123456789:cvnSupermicro:ct3:cvr0123456789:
  dmi.product.name: X9SRW-F
  dmi.product.version: 0123456789
  dmi.sys.vendor: Supermicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309860/+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 1309875] [NEW] Touchpad not recognized after upgrade 13.10-14.04

2014-04-19 Thread Claus Lensbøl
Public bug reported:

I'm not perfectly sure the problem lies here, but after reading several
arch linux bug repports that points towards a kernel issue, I'm
reporting it here.

After upgrading my HP Folio 9470m from 13.10 to 14.04 I no longer have a 
working touchpad.
As far as I can tell it gets recognized as a generic mouse, from xinput:

⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ PS/2 Generic Mouseid=11   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Video Bus id=7[slave  keyboard (3)]
↳ Sleep Button  id=8[slave  keyboard (3)]
↳ HP HD Webcam [Fixed]  id=9[slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=10   [slave  keyboard (3)]
↳ HP WMI hotkeysid=12   [slave  keyboard (3)]

From dmesg | grep -i touch:
[   12.334048] psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 
00 64

It should be pointed out that i ran a couple of days in prerelease (from
the 12th iirc) with no problems. It is only after the official release I
have had this issue.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-24-generic 3.13.0-24.46
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  cmol   2337 F pulseaudio
 /dev/snd/pcmC0D0p:   cmol   2337 F...m pulseaudio
CurrentDesktop: Unity
Date: Sat Apr 19 09:43:09 2014
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=dcbd44af-70de-4344-ab45-cb692b5a800a
InstallationDate: Installed on 2013-06-29 (293 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MachineType: Hewlett-Packard HP EliteBook Folio 9470m
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=a3739379-faeb-49ab-984e-bbfc76090938 ro quiet splash 
acpi_backlight=vendor vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-24-generic N/A
 linux-backports-modules-3.13.0-24-generic  N/A
 linux-firmware 1.127
SourcePackage: linux
UpgradeStatus: Upgraded to trusty on 2014-04-12 (6 days ago)
dmi.bios.date: 02/01/2013
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68IBD Ver. F.40
dmi.board.name: 18DF
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 62.14
dmi.chassis.asset.tag: CNU3139S0N
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68IBDVer.F.40:bd02/01/2013:svnHewlett-Packard:pnHPEliteBookFolio9470m:pvrA1029D1103:rvnHewlett-Packard:rn18DF:rvrKBCVersion62.14:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook Folio 9470m
dmi.product.version: A1029D1103
dmi.sys.vendor: Hewlett-Packard

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug trusty

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1309875

Title:
  Touchpad not recognized after upgrade 13.10-14.04

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I'm not perfectly sure the problem lies here, but after reading
  several arch linux bug repports that points towards a kernel issue,
  I'm reporting it here.

  After upgrading my HP Folio 9470m from 13.10 to 14.04 I no longer have a 
working touchpad.
  As far as I can tell it gets recognized as a generic mouse, from xinput:

  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ PS/2 Generic Mouse  id=11   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Sleep Buttonid=8[slave  
keyboard (3)]
  ↳ HP HD Webcam [Fixed]id=9[slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=10   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=12   [slave  
keyboard (3)]

  From dmesg | grep -i touch:
  [   12.334048] psmouse serio1: alps: Unknown ALPS 

[Kernel-packages] [Bug 1309875] Status changed to Confirmed

2014-04-19 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1309875

Title:
  Touchpad not recognized after upgrade 13.10-14.04

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I'm not perfectly sure the problem lies here, but after reading
  several arch linux bug repports that points towards a kernel issue,
  I'm reporting it here.

  After upgrading my HP Folio 9470m from 13.10 to 14.04 I no longer have a 
working touchpad.
  As far as I can tell it gets recognized as a generic mouse, from xinput:

  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ PS/2 Generic Mouse  id=11   [slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ Sleep Buttonid=8[slave  
keyboard (3)]
  ↳ HP HD Webcam [Fixed]id=9[slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=10   [slave  
keyboard (3)]
  ↳ HP WMI hotkeys  id=12   [slave  
keyboard (3)]

  From dmesg | grep -i touch:
  [   12.334048] psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, 
EC=10 00 64

  It should be pointed out that i ran a couple of days in prerelease
  (from the 12th iirc) with no problems. It is only after the official
  release I have had this issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  cmol   2337 F pulseaudio
   /dev/snd/pcmC0D0p:   cmol   2337 F...m pulseaudio
  CurrentDesktop: Unity
  Date: Sat Apr 19 09:43:09 2014
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=dcbd44af-70de-4344-ab45-cb692b5a800a
  InstallationDate: Installed on 2013-06-29 (293 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: Hewlett-Packard HP EliteBook Folio 9470m
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=a3739379-faeb-49ab-984e-bbfc76090938 ro quiet splash 
acpi_backlight=vendor vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-04-12 (6 days ago)
  dmi.bios.date: 02/01/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68IBD Ver. F.40
  dmi.board.name: 18DF
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 62.14
  dmi.chassis.asset.tag: CNU3139S0N
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68IBDVer.F.40:bd02/01/2013:svnHewlett-Packard:pnHPEliteBookFolio9470m:pvrA1029D1103:rvnHewlett-Packard:rn18DF:rvrKBCVersion62.14:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook Folio 9470m
  dmi.product.version: A1029D1103
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309875/+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 1309887] [NEW] [ASUSTeK Computer Inc. N53SM] suspend/resume failure

2014-04-19 Thread Bruno Thomsen
Public bug reported:

This happened during resume to login screen.

Ubuntu 3.13.0-23.45-generic 3.13.8

ProblemType: KernelOops
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-23-generic 3.13.0-23.45
ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
Uname: Linux 3.13.0-23-generic x86_64
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.14.1-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  bruno  2234 F pulseaudio
Date: Sat Apr 19 10:41:10 2014
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=c4d4be4d-98e0-40d3-840a-ff58a3b6441f
InstallationDate: Installed on 2012-12-13 (491 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
InterpreterPath: /usr/bin/python3.4
MachineType: ASUSTeK Computer Inc. N53SM
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-23-generic 
root=UUID=48b4caef-2a6c-40cf-b678-c343169c2e2a 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.13.0-23-generic N/A
 linux-backports-modules-3.13.0-23-generic  N/A
 linux-firmware 1.127
SourcePackage: linux
Title: [ASUSTeK Computer Inc. N53SM] suspend/resume failure
UpgradeStatus: Upgraded to trusty on 2014-03-01 (48 days ago)
UserGroups:
 
dmi.bios.date: 11/03/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: N53SM.202
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: N53SM
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.:bvrN53SM.202:bd11/03/2011:svnASUSTeKComputerInc.:pnN53SM:pvr1.0:rvnASUSTeKComputerInc.:rnN53SM:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: N53SM
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-kerneloops resume suspend trusty

** Attachment added: lspci-vnvn.log
   
https://bugs.launchpad.net/bugs/1309887/+attachment/4088565/+files/lspci-vnvn.log

-- 
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/1309887

Title:
  [ASUSTeK Computer Inc. N53SM] suspend/resume failure

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  This happened during resume to login screen.

  Ubuntu 3.13.0-23.45-generic 3.13.8

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-23-generic 3.13.0-23.45
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bruno  2234 F pulseaudio
  Date: Sat Apr 19 10:41:10 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=c4d4be4d-98e0-40d3-840a-ff58a3b6441f
  InstallationDate: Installed on 2012-12-13 (491 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  InterpreterPath: /usr/bin/python3.4
  MachineType: ASUSTeK Computer Inc. N53SM
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-23-generic 
root=UUID=48b4caef-2a6c-40cf-b678-c343169c2e2a 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.13.0-23-generic N/A
   linux-backports-modules-3.13.0-23-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  Title: [ASUSTeK Computer Inc. N53SM] suspend/resume failure
  UpgradeStatus: Upgraded to trusty on 2014-03-01 (48 days ago)
  UserGroups:
   
  dmi.bios.date: 11/03/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N53SM.202
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N53SM
  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: 

[Kernel-packages] [Bug 1309888] [NEW] Wireless mouse is not working after reboot.

2014-04-19 Thread Byoungchan Lee
Public bug reported:

I upgraded Ubuntu from 13.10 to 14.04 64bit yesterday, and I`m using
wireless mouse which has a dedicated transmitter.(Not Bluetooth)

There is no problem with my mouse before reboot my laptop. But, when I
reboot my laptop, my wireless mouse doesn`t recogniged. (Also unusable)

Mouse is worked correctly whenever I reboot or not when I use Ubuntu
12.04 LTS, or 13.10.

Here are more detailed environment. I`m using latest packeges.


Mouse : Microsoft Wiress Mobile Mouse 4000
Laptop : Lenovo S310 with Haswell Pentium 3556U

$ lsb_release -rd
Description:Ubuntu 14.04 LTS
Release:14.04
$ uname -r
3.13.0-24-generic

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-24-generic 3.13.0-24.46
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  leebc  1720 F pulseaudio
 /dev/snd/controlC1:  leebc  1720 F pulseaudio
Date: Sat Apr 19 17:54:32 2014
HibernationDevice: RESUME=UUID=fdb2dfff-b059-4b13-b905-540e8a48f5cf
InstallationDate: Installed on 2014-04-15 (3 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MachineType: LENOVO 20300
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=c7579b53-9b53-400d-900f-4d2ee061214f 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.13.0-24-generic N/A
 linux-backports-modules-3.13.0-24-generic  N/A
 linux-firmware 1.127
SourcePackage: linux
StagingDrivers: rts5139
UpgradeStatus: Upgraded to trusty on 2014-04-18 (1 days ago)
dmi.bios.date: 12/23/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: 8BCN34WW(V3.01)
dmi.board.asset.tag: No Asset Tag
dmi.board.name: INVALID
dmi.board.vendor: LENOVO
dmi.board.version: INVALID
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo IdeaPad S310
dmi.modalias: 
dmi:bvnLENOVO:bvr8BCN34WW(V3.01):bd12/23/2013:svnLENOVO:pn20300:pvrLenovoIdeaPadS310:rvnLENOVO:rnINVALID:rvrINVALID:cvnLENOVO:ct10:cvrLenovoIdeaPadS310:
dmi.product.name: 20300
dmi.product.version: Lenovo IdeaPad S310
dmi.sys.vendor: LENOVO

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug staging trusty

** Attachment added: dmesg after cold boot.
   
https://bugs.launchpad.net/bugs/1309888/+attachment/4088584/+files/dmesg_after_boot.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/1309888

Title:
  Wireless mouse is not working after reboot.

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I upgraded Ubuntu from 13.10 to 14.04 64bit yesterday, and I`m using
  wireless mouse which has a dedicated transmitter.(Not Bluetooth)

  There is no problem with my mouse before reboot my laptop. But, when I
  reboot my laptop, my wireless mouse doesn`t recogniged. (Also
  unusable)

  Mouse is worked correctly whenever I reboot or not when I use Ubuntu
  12.04 LTS, or 13.10.

  Here are more detailed environment. I`m using latest packeges.

  
  Mouse : Microsoft Wiress Mobile Mouse 4000
  Laptop : Lenovo S310 with Haswell Pentium 3556U

  $ lsb_release -rd
  Description:  Ubuntu 14.04 LTS
  Release:  14.04
  $ uname -r
  3.13.0-24-generic

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leebc  1720 F pulseaudio
   /dev/snd/controlC1:  leebc  1720 F pulseaudio
  Date: Sat Apr 19 17:54:32 2014
  HibernationDevice: RESUME=UUID=fdb2dfff-b059-4b13-b905-540e8a48f5cf
  InstallationDate: Installed on 2014-04-15 (3 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: LENOVO 20300
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=c7579b53-9b53-400d-900f-4d2ee061214f 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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  

[Kernel-packages] [Bug 1309887] Status changed to Confirmed

2014-04-19 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1309887

Title:
  [ASUSTeK Computer Inc. N53SM] suspend/resume failure

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  This happened during resume to login screen.

  Ubuntu 3.13.0-23.45-generic 3.13.8

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-23-generic 3.13.0-23.45
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bruno  2234 F pulseaudio
  Date: Sat Apr 19 10:41:10 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=c4d4be4d-98e0-40d3-840a-ff58a3b6441f
  InstallationDate: Installed on 2012-12-13 (491 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  InterpreterPath: /usr/bin/python3.4
  MachineType: ASUSTeK Computer Inc. N53SM
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-23-generic 
root=UUID=48b4caef-2a6c-40cf-b678-c343169c2e2a 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.13.0-23-generic N/A
   linux-backports-modules-3.13.0-23-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  Title: [ASUSTeK Computer Inc. N53SM] suspend/resume failure
  UpgradeStatus: Upgraded to trusty on 2014-03-01 (48 days ago)
  UserGroups:
   
  dmi.bios.date: 11/03/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N53SM.202
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N53SM
  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.:bvrN53SM.202:bd11/03/2011:svnASUSTeKComputerInc.:pnN53SM:pvr1.0:rvnASUSTeKComputerInc.:rnN53SM:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: N53SM
  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/1309887/+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 1309888] Status changed to Confirmed

2014-04-19 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1309888

Title:
  Wireless mouse is not working after reboot.

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I upgraded Ubuntu from 13.10 to 14.04 64bit yesterday, and I`m using
  wireless mouse which has a dedicated transmitter.(Not Bluetooth)

  There is no problem with my mouse before reboot my laptop. But, when I
  reboot my laptop, my wireless mouse doesn`t recogniged. (Also
  unusable)

  Mouse is worked correctly whenever I reboot or not when I use Ubuntu
  12.04 LTS, or 13.10.

  Here are more detailed environment. I`m using latest packeges.

  
  Mouse : Microsoft Wiress Mobile Mouse 4000
  Laptop : Lenovo S310 with Haswell Pentium 3556U

  $ lsb_release -rd
  Description:  Ubuntu 14.04 LTS
  Release:  14.04
  $ uname -r
  3.13.0-24-generic

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leebc  1720 F pulseaudio
   /dev/snd/controlC1:  leebc  1720 F pulseaudio
  Date: Sat Apr 19 17:54:32 2014
  HibernationDevice: RESUME=UUID=fdb2dfff-b059-4b13-b905-540e8a48f5cf
  InstallationDate: Installed on 2014-04-15 (3 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: LENOVO 20300
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=c7579b53-9b53-400d-900f-4d2ee061214f 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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (1 days ago)
  dmi.bios.date: 12/23/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8BCN34WW(V3.01)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: INVALID
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad S310
  dmi.modalias: 
dmi:bvnLENOVO:bvr8BCN34WW(V3.01):bd12/23/2013:svnLENOVO:pn20300:pvrLenovoIdeaPadS310:rvnLENOVO:rnINVALID:rvrINVALID:cvnLENOVO:ct10:cvrLenovoIdeaPadS310:
  dmi.product.name: 20300
  dmi.product.version: Lenovo IdeaPad S310
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309888/+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 1309888] Re: Wireless mouse is not working after reboot.

2014-04-19 Thread Byoungchan Lee
Here is dmesg after cold boot.

** Attachment added: dmesg_after_boot.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309888/+attachment/4088601/+files/dmesg_after_boot.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/1309888

Title:
  Wireless mouse is not working after reboot.

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I upgraded Ubuntu from 13.10 to 14.04 64bit yesterday, and I`m using
  wireless mouse which has a dedicated transmitter.(Not Bluetooth)

  There is no problem with my mouse before reboot my laptop. But, when I
  reboot my laptop, my wireless mouse doesn`t recogniged. (Also
  unusable)

  Mouse is worked correctly whenever I reboot or not when I use Ubuntu
  12.04 LTS, or 13.10.

  Here are more detailed environment. I`m using latest packeges.

  
  Mouse : Microsoft Wiress Mobile Mouse 4000
  Laptop : Lenovo S310 with Haswell Pentium 3556U

  $ lsb_release -rd
  Description:  Ubuntu 14.04 LTS
  Release:  14.04
  $ uname -r
  3.13.0-24-generic

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leebc  1720 F pulseaudio
   /dev/snd/controlC1:  leebc  1720 F pulseaudio
  Date: Sat Apr 19 17:54:32 2014
  HibernationDevice: RESUME=UUID=fdb2dfff-b059-4b13-b905-540e8a48f5cf
  InstallationDate: Installed on 2014-04-15 (3 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: LENOVO 20300
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=c7579b53-9b53-400d-900f-4d2ee061214f 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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (1 days ago)
  dmi.bios.date: 12/23/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8BCN34WW(V3.01)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: INVALID
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad S310
  dmi.modalias: 
dmi:bvnLENOVO:bvr8BCN34WW(V3.01):bd12/23/2013:svnLENOVO:pn20300:pvrLenovoIdeaPadS310:rvnLENOVO:rnINVALID:rvrINVALID:cvnLENOVO:ct10:cvrLenovoIdeaPadS310:
  dmi.product.name: 20300
  dmi.product.version: Lenovo IdeaPad S310
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309888/+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 1309888] Re: Wireless mouse is not working after reboot.

2014-04-19 Thread Byoungchan Lee
Here is lspci after cold boot.

** Attachment added: lspci_after_boot.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309888/+attachment/4088602/+files/lspci_after_boot.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/1309888

Title:
  Wireless mouse is not working after reboot.

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I upgraded Ubuntu from 13.10 to 14.04 64bit yesterday, and I`m using
  wireless mouse which has a dedicated transmitter.(Not Bluetooth)

  There is no problem with my mouse before reboot my laptop. But, when I
  reboot my laptop, my wireless mouse doesn`t recogniged. (Also
  unusable)

  Mouse is worked correctly whenever I reboot or not when I use Ubuntu
  12.04 LTS, or 13.10.

  Here are more detailed environment. I`m using latest packeges.

  
  Mouse : Microsoft Wiress Mobile Mouse 4000
  Laptop : Lenovo S310 with Haswell Pentium 3556U

  $ lsb_release -rd
  Description:  Ubuntu 14.04 LTS
  Release:  14.04
  $ uname -r
  3.13.0-24-generic

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leebc  1720 F pulseaudio
   /dev/snd/controlC1:  leebc  1720 F pulseaudio
  Date: Sat Apr 19 17:54:32 2014
  HibernationDevice: RESUME=UUID=fdb2dfff-b059-4b13-b905-540e8a48f5cf
  InstallationDate: Installed on 2014-04-15 (3 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: LENOVO 20300
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=c7579b53-9b53-400d-900f-4d2ee061214f 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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (1 days ago)
  dmi.bios.date: 12/23/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8BCN34WW(V3.01)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: INVALID
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad S310
  dmi.modalias: 
dmi:bvnLENOVO:bvr8BCN34WW(V3.01):bd12/23/2013:svnLENOVO:pn20300:pvrLenovoIdeaPadS310:rvnLENOVO:rnINVALID:rvrINVALID:cvnLENOVO:ct10:cvrLenovoIdeaPadS310:
  dmi.product.name: 20300
  dmi.product.version: Lenovo IdeaPad S310
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309888/+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 1309888] Re: Wireless mouse is not working after reboot.

2014-04-19 Thread Byoungchan Lee
Here is lsusb after cold boot.

** Attachment added: lsusb_after_boot.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309888/+attachment/4088603/+files/lsusb_after_boot.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/1309888

Title:
  Wireless mouse is not working after reboot.

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I upgraded Ubuntu from 13.10 to 14.04 64bit yesterday, and I`m using
  wireless mouse which has a dedicated transmitter.(Not Bluetooth)

  There is no problem with my mouse before reboot my laptop. But, when I
  reboot my laptop, my wireless mouse doesn`t recogniged. (Also
  unusable)

  Mouse is worked correctly whenever I reboot or not when I use Ubuntu
  12.04 LTS, or 13.10.

  Here are more detailed environment. I`m using latest packeges.

  
  Mouse : Microsoft Wiress Mobile Mouse 4000
  Laptop : Lenovo S310 with Haswell Pentium 3556U

  $ lsb_release -rd
  Description:  Ubuntu 14.04 LTS
  Release:  14.04
  $ uname -r
  3.13.0-24-generic

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leebc  1720 F pulseaudio
   /dev/snd/controlC1:  leebc  1720 F pulseaudio
  Date: Sat Apr 19 17:54:32 2014
  HibernationDevice: RESUME=UUID=fdb2dfff-b059-4b13-b905-540e8a48f5cf
  InstallationDate: Installed on 2014-04-15 (3 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: LENOVO 20300
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=c7579b53-9b53-400d-900f-4d2ee061214f 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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (1 days ago)
  dmi.bios.date: 12/23/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8BCN34WW(V3.01)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: INVALID
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad S310
  dmi.modalias: 
dmi:bvnLENOVO:bvr8BCN34WW(V3.01):bd12/23/2013:svnLENOVO:pn20300:pvrLenovoIdeaPadS310:rvnLENOVO:rnINVALID:rvrINVALID:cvnLENOVO:ct10:cvrLenovoIdeaPadS310:
  dmi.product.name: 20300
  dmi.product.version: Lenovo IdeaPad S310
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309888/+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 1309888] Re: Wireless mouse is not working after reboot.

2014-04-19 Thread Byoungchan Lee
Here is lspci after reboot. (by reboot menu or shutdown -r)

** Attachment added: lspci_after_reboot.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309888/+attachment/4088608/+files/lspci_after_reboot.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/1309888

Title:
  Wireless mouse is not working after reboot.

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I upgraded Ubuntu from 13.10 to 14.04 64bit yesterday, and I`m using
  wireless mouse which has a dedicated transmitter.(Not Bluetooth)

  There is no problem with my mouse before reboot my laptop. But, when I
  reboot my laptop, my wireless mouse doesn`t recogniged. (Also
  unusable)

  Mouse is worked correctly whenever I reboot or not when I use Ubuntu
  12.04 LTS, or 13.10.

  Here are more detailed environment. I`m using latest packeges.

  
  Mouse : Microsoft Wiress Mobile Mouse 4000
  Laptop : Lenovo S310 with Haswell Pentium 3556U

  $ lsb_release -rd
  Description:  Ubuntu 14.04 LTS
  Release:  14.04
  $ uname -r
  3.13.0-24-generic

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leebc  1720 F pulseaudio
   /dev/snd/controlC1:  leebc  1720 F pulseaudio
  Date: Sat Apr 19 17:54:32 2014
  HibernationDevice: RESUME=UUID=fdb2dfff-b059-4b13-b905-540e8a48f5cf
  InstallationDate: Installed on 2014-04-15 (3 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: LENOVO 20300
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=c7579b53-9b53-400d-900f-4d2ee061214f 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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (1 days ago)
  dmi.bios.date: 12/23/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8BCN34WW(V3.01)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: INVALID
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad S310
  dmi.modalias: 
dmi:bvnLENOVO:bvr8BCN34WW(V3.01):bd12/23/2013:svnLENOVO:pn20300:pvrLenovoIdeaPadS310:rvnLENOVO:rnINVALID:rvrINVALID:cvnLENOVO:ct10:cvrLenovoIdeaPadS310:
  dmi.product.name: 20300
  dmi.product.version: Lenovo IdeaPad S310
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309888/+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 1309888] Re: Wireless mouse is not working after reboot.

2014-04-19 Thread Byoungchan Lee
Here is lsusb after reboot. (by reboot menu or shutdown -r)

** Attachment added: lsusb_after_reboot.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309888/+attachment/4088609/+files/lsusb_after_reboot.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/1309888

Title:
  Wireless mouse is not working after reboot.

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I upgraded Ubuntu from 13.10 to 14.04 64bit yesterday, and I`m using
  wireless mouse which has a dedicated transmitter.(Not Bluetooth)

  There is no problem with my mouse before reboot my laptop. But, when I
  reboot my laptop, my wireless mouse doesn`t recogniged. (Also
  unusable)

  Mouse is worked correctly whenever I reboot or not when I use Ubuntu
  12.04 LTS, or 13.10.

  Here are more detailed environment. I`m using latest packeges.

  
  Mouse : Microsoft Wiress Mobile Mouse 4000
  Laptop : Lenovo S310 with Haswell Pentium 3556U

  $ lsb_release -rd
  Description:  Ubuntu 14.04 LTS
  Release:  14.04
  $ uname -r
  3.13.0-24-generic

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leebc  1720 F pulseaudio
   /dev/snd/controlC1:  leebc  1720 F pulseaudio
  Date: Sat Apr 19 17:54:32 2014
  HibernationDevice: RESUME=UUID=fdb2dfff-b059-4b13-b905-540e8a48f5cf
  InstallationDate: Installed on 2014-04-15 (3 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: LENOVO 20300
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=c7579b53-9b53-400d-900f-4d2ee061214f 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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (1 days ago)
  dmi.bios.date: 12/23/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8BCN34WW(V3.01)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: INVALID
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad S310
  dmi.modalias: 
dmi:bvnLENOVO:bvr8BCN34WW(V3.01):bd12/23/2013:svnLENOVO:pn20300:pvrLenovoIdeaPadS310:rvnLENOVO:rnINVALID:rvrINVALID:cvnLENOVO:ct10:cvrLenovoIdeaPadS310:
  dmi.product.name: 20300
  dmi.product.version: Lenovo IdeaPad S310
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309888/+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 1309888] Re: Wireless mouse is not working after reboot.

2014-04-19 Thread Byoungchan Lee
Here is dmesg after reboot. (by reboot menu or shutdown -r)

** Attachment added: dmesg_after_reboot.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309888/+attachment/4088604/+files/dmesg_after_reboot.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/1309888

Title:
  Wireless mouse is not working after reboot.

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  I upgraded Ubuntu from 13.10 to 14.04 64bit yesterday, and I`m using
  wireless mouse which has a dedicated transmitter.(Not Bluetooth)

  There is no problem with my mouse before reboot my laptop. But, when I
  reboot my laptop, my wireless mouse doesn`t recogniged. (Also
  unusable)

  Mouse is worked correctly whenever I reboot or not when I use Ubuntu
  12.04 LTS, or 13.10.

  Here are more detailed environment. I`m using latest packeges.

  
  Mouse : Microsoft Wiress Mobile Mouse 4000
  Laptop : Lenovo S310 with Haswell Pentium 3556U

  $ lsb_release -rd
  Description:  Ubuntu 14.04 LTS
  Release:  14.04
  $ uname -r
  3.13.0-24-generic

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  leebc  1720 F pulseaudio
   /dev/snd/controlC1:  leebc  1720 F pulseaudio
  Date: Sat Apr 19 17:54:32 2014
  HibernationDevice: RESUME=UUID=fdb2dfff-b059-4b13-b905-540e8a48f5cf
  InstallationDate: Installed on 2014-04-15 (3 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: LENOVO 20300
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=c7579b53-9b53-400d-900f-4d2ee061214f 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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (1 days ago)
  dmi.bios.date: 12/23/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8BCN34WW(V3.01)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: INVALID
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad S310
  dmi.modalias: 
dmi:bvnLENOVO:bvr8BCN34WW(V3.01):bd12/23/2013:svnLENOVO:pn20300:pvrLenovoIdeaPadS310:rvnLENOVO:rnINVALID:rvrINVALID:cvnLENOVO:ct10:cvrLenovoIdeaPadS310:
  dmi.product.name: 20300
  dmi.product.version: Lenovo IdeaPad S310
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309888/+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 1300914] Re: External screen undetected after first plug

2014-04-19 Thread Jean-Christophe Baptiste
The simple fact to switch to a TTY reactivate the screen. There are also no 
issues in other windows managers than Gnome (e.g. Openbox), xrandr works well. 
So probably neither an Xorg nor a driver issue.
It seems to be Gnome-related.


** Tags removed: kernel-bug-exists-upstream

-- 
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/1300914

Title:
  External screen undetected after first plug

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  On Ubuntu 14.04, the external screen plugged on VGA is detected and get 
activated correctly.
  However, if I unplug it and then replug it later, it is not detected anymore 
and the screen receives no signal.

  A way to get it back to work is to reboot or simply suspend the
  computer.

  Sorry but I have no idea of what package is handling that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1300914/+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 1163720] Re: Brightness control broken on XPS13 and 3.8.0-16, 3.8.0-22 and 3.11.0-12

2014-04-19 Thread Guillaume PARIS
I have the same problem with the last kernel (3.13.0-24), I can't adjust
the brigthness. When I try to adjust the brigthness, I can see the
animation on the screen but I doesn't change anything, the brigthness
stay at low level. I must use the kernel 3.11.20 to adjust the
brigthness.

-- 
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/1163720

Title:
  Brightness control broken on XPS13 and 3.8.0-16, 3.8.0-22 and
  3.11.0-12

Status in The Linux Kernel:
  Incomplete
Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Released
Status in “linux” source package in Quantal:
  Fix Released
Status in “linux” source package in Raring:
  Fix Released
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  Since 3.8.0-16, the brightness control doesn’t work anymore.
  The popup is displayed, so the shortcut keys do work correctly, but it has no 
effect on the actual brightness of the screen.

  Switching back to 3.8.0-15 solves the issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-16-generic 3.8.0-16.26
  ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
  Uname: Linux 3.8.0-16-generic x86_64
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  coucouf1837 F pulseaudio
  Date: Wed Apr  3 08:29:58 2013
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20120703-2
  HibernationDevice: RESUME=UUID=e49e9eae-f16f-45bb-ad2c-b6da5c0c6f6d
  InstallationDate: Installed on 2013-03-23 (10 days ago)
  InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20120703-15:08
  MachineType: Dell Inc. Dell System XPS L322X
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-16-generic 
root=UUID=3f6858e1-d8f5-44c4-b8e9-5ab8b9639ba7 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-16-generic N/A
   linux-backports-modules-3.8.0-16-generic  N/A
   linux-firmware1.104
  SourcePackage: linux
  UpgradeStatus: Upgraded to raring on 2013-04-02 (0 days ago)
  dmi.bios.date: 01/22/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0PJHXN
  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.:bvrA07:bd01/22/2013:svnDellInc.:pnDellSystemXPSL322X:pvr:rvnDellInc.:rn0PJHXN:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L322X
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1163720/+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 1301097] Re: [Apple Inc. MacBookAir5, 2] suspend/resume failure [non-free: wl]

2014-04-19 Thread Brian Harkness
Still an issue as of Friday April 18 even running 3.14 kernel from ppa
and I tried to remove problematic programs like docky (never survives
a resume, even when 14.04 w 3.14 kernel does resume), and tried to run a
more fresh install but issue still exists.

Temporarily offloaded my 14.04 install to USB drive from MBA internal
drive and replaced with more stable Precise with Saucy hardware stack
(12.04.4): suspend and resumes 100% of the time.

Still able to test Trusty; suspending from USB has worked with 12.04.4
from this machine, 14.04 is no less reliable suspending from external
drive than it was from internal drive.

-- 
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/1301097

Title:
  [Apple Inc. MacBookAir5,2] suspend/resume failure [non-free: wl]

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Just failed to suspend completely (keyboard lights still on) and would
  not resume.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-20-generic 3.13.0-20.42
  ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
  Uname: Linux 3.13.0-20-generic x86_64
  NonfreeKernelModules: wl
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lightdm2673 F pulseaudio
ubuntu 3334 F pulseaudio
  Date: Tue Apr  1 21:37:48 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  InterpreterPath: /usr/bin/python3.4
  MachineType: Apple Inc. MacBookAir5,2
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-20-generic.efi.signed 
root=UUID=8513d1f9-5ad4-42d9-8353-3cd1e0295ddf ro quiet splash 
i915.i915_enable_rc6=1 vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-20-generic N/A
   linux-backports-modules-3.13.0-20-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  StagingDrivers: zram
  Title: [Apple Inc. MacBookAir5,2] suspend/resume failure [non-free: wl]
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 11/27/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBA51.88Z.00EF.B02.1211271028
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-2E6FAB96566FE58C
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookAir5,2
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-2E6FAB96566FE58C
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBA51.88Z.00EF.B02.1211271028:bd11/27/2012:svnAppleInc.:pnMacBookAir5,2:pvr1.0:rvnAppleInc.:rnMac-2E6FAB96566FE58C:rvrMacBookAir5,2:cvnAppleInc.:ct10:cvrMac-2E6FAB96566FE58C:
  dmi.product.name: MacBookAir5,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/linux/+bug/1301097/+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 1296887] Re: Boot-time vlan network setup fails

2014-04-19 Thread Tom
Problem was solved over here by installing vlan_1.9-3ubuntu10, which got
removed by the upgrade from 13.10 to 14.04.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1296887

Title:
  Boot-time vlan network setup fails

Status in “linux” package in Ubuntu:
  Invalid
Status in “network-manager” package in Ubuntu:
  Invalid

Bug description:
  It seems that vlan network setup fails at boot-time (but all works
  well after boot).

  This regression was introduced several (2-3) day ago.

  My /etc/network/interfaces
  $ cat /etc/network/interfaces
  # interfaces(5) file used by ifup(8) and ifdown(8)
  auto lo
  iface lo inet loopback

  auto eth0
  iface eth0 inet manual

  auto eth0.10
  iface eth0.10 inet dhcp

  auto eth0.20
  iface eth0.20 inet manual

  auto dsl-provider
  iface dsl-provider inet ppp
  pre-up /sbin/ifconfig eth0.20 up # line maintained by pppoeconf
  provider dsl-provider

  During boot I see Waiting for network configuration..., after boot
  in ifconfig -a output I does NOT see eht0.10 and eth0.20 interfaces.

  But, if I run manually these commands AFTER boot
  ip link add link eth0 name eth0.10 type vlan id 10
  ip link add link eth0 name eth0.20 type vlan id 20
  pon dsl-provider

  all works perfectly.

  Also I tried to add 8021q in /etc/modules but it did not help.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-19-generic 3.13.0-19.39
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  dimanne2784 F pulseaudio
   /dev/snd/controlC0:  dimanne2784 F pulseaudio
  CurrentDesktop: KDE
  Date: Mon Mar 24 22:29:13 2014
  HibernationDevice: RESUME=UUID=e70873bf-d62f-4b4c-9f3c-823f35acb596
  InstallationDate: Installed on 2013-11-11 (133 days ago)
  InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MachineType: System manufacturer System Product Name
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-19-generic 
root=UUID=b5fff7d9-81c4-43c5-94b6-902286582c80 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-19-generic N/A
   linux-backports-modules-3.13.0-19-generic  N/A
   linux-firmware 1.126
  RfKill:

  SourcePackage: linux
  UpgradeStatus: Upgraded to trusty on 2014-02-21 (31 days ago)
  dmi.bios.date: 12/04/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0202
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: P6T
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0202:bd12/04/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP6T:rvrRev1.xx: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/1296887/+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 1242079] Re: 13.10 Bluetooth: can't load firmware, may not work correctly

2014-04-19 Thread Georg Graf
The Problem still exists in 14.04 Trusty Thar after upgrade yesterday.

-- 
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/1242079

Title:
  13.10 Bluetooth: can't load firmware, may not work correctly

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Bluetooth does not work on Thinkpad E135 (Broadcom)

  
  dmesg|grep -i bluetooth

  gives
  ...
  Bluetooth: can't load firmware, may not work correctly
  

  This was also a problem on 13.04
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (129 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  MarkForUpload: True
  NonfreeKernelModules: wl fglrx
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  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-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (1 days ago)
  UserGroups:
   
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242079/+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 1242079] Re: 13.10 Bluetooth: can't load firmware, may not work correctly

2014-04-19 Thread Georg Graf
apport information

** Tags added: trusty

** Description changed:

  Bluetooth does not work on Thinkpad E135 (Broadcom)
  
  
  dmesg|grep -i bluetooth
  
  gives
  ...
  Bluetooth: can't load firmware, may not work correctly
  
  
  This was also a problem on 13.04
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (129 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  MarkForUpload: True
  NonfreeKernelModules: wl fglrx
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  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-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (1 days ago)
  UserGroups:
   
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  georg  2130 F pulseaudio
+  /dev/snd/controlC0:  georg  2130 F pulseaudio
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
+ InstallationDate: Installed on 2013-06-12 (310 days ago)
+ InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
+ MachineType: LENOVO 335963G
+ NonfreeKernelModules: wl
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=de_DE
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 radeondrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
+ 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.13.0-24-generic N/A
+  linux-backports-modules-3.13.0-24-generic  N/A
+  linux-firmware 1.127
+ Tags:  trusty
+ Uname: Linux 3.13.0-24-generic x86_64
+ UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 12/26/2012
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: HMET90WW (2.50 )
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 335963G
+ 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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
+ dmi.product.name: 335963G
+ dmi.product.version: ThinkPad Edge E135
+ dmi.sys.vendor: LENOVO

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1242079/+attachment/4088765/+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/1242079

Title:
  13.10 Bluetooth: can't load firmware, may not work correctly

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Bluetooth does not work on Thinkpad E135 (Broadcom)

  
  dmesg|grep -i bluetooth

  gives
  ...
  Bluetooth: can't load firmware, may not work correctly
  

  This was also a problem on 13.04
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 

[Kernel-packages] [Bug 1242079] CRDA.txt

2014-04-19 Thread Georg Graf
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1242079/+attachment/4088767/+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/1242079

Title:
  13.10 Bluetooth: can't load firmware, may not work correctly

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Bluetooth does not work on Thinkpad E135 (Broadcom)

  
  dmesg|grep -i bluetooth

  gives
  ...
  Bluetooth: can't load firmware, may not work correctly
  

  This was also a problem on 13.04
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (129 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  MarkForUpload: True
  NonfreeKernelModules: wl fglrx
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  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-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (1 days ago)
  UserGroups:
   
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  georg  2130 F pulseaudio
   /dev/snd/controlC0:  georg  2130 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (310 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242079/+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 1242079] CurrentDmesg.txt

2014-04-19 Thread Georg Graf
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1242079/+attachment/4088768/+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/1242079

Title:
  13.10 Bluetooth: can't load firmware, may not work correctly

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Bluetooth does not work on Thinkpad E135 (Broadcom)

  
  dmesg|grep -i bluetooth

  gives
  ...
  Bluetooth: can't load firmware, may not work correctly
  

  This was also a problem on 13.04
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (129 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  MarkForUpload: True
  NonfreeKernelModules: wl fglrx
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  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-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (1 days ago)
  UserGroups:
   
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  georg  2130 F pulseaudio
   /dev/snd/controlC0:  georg  2130 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (310 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242079/+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 1242079] BootDmesg.txt

2014-04-19 Thread Georg Graf
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1242079/+attachment/4088766/+files/BootDmesg.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/1242079

Title:
  13.10 Bluetooth: can't load firmware, may not work correctly

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Bluetooth does not work on Thinkpad E135 (Broadcom)

  
  dmesg|grep -i bluetooth

  gives
  ...
  Bluetooth: can't load firmware, may not work correctly
  

  This was also a problem on 13.04
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (129 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  MarkForUpload: True
  NonfreeKernelModules: wl fglrx
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  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-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (1 days ago)
  UserGroups:
   
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  georg  2130 F pulseaudio
   /dev/snd/controlC0:  georg  2130 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (310 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242079/+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 1242079] IwConfig.txt

2014-04-19 Thread Georg Graf
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1242079/+attachment/4088769/+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/1242079

Title:
  13.10 Bluetooth: can't load firmware, may not work correctly

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Bluetooth does not work on Thinkpad E135 (Broadcom)

  
  dmesg|grep -i bluetooth

  gives
  ...
  Bluetooth: can't load firmware, may not work correctly
  

  This was also a problem on 13.04
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (129 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  MarkForUpload: True
  NonfreeKernelModules: wl fglrx
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  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-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (1 days ago)
  UserGroups:
   
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  georg  2130 F pulseaudio
   /dev/snd/controlC0:  georg  2130 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (310 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242079/+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 1242079] UdevDb.txt

2014-04-19 Thread Georg Graf
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1242079/+attachment/4088776/+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/1242079

Title:
  13.10 Bluetooth: can't load firmware, may not work correctly

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Bluetooth does not work on Thinkpad E135 (Broadcom)

  
  dmesg|grep -i bluetooth

  gives
  ...
  Bluetooth: can't load firmware, may not work correctly
  

  This was also a problem on 13.04
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (129 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  MarkForUpload: True
  NonfreeKernelModules: wl fglrx
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  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-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (1 days ago)
  UserGroups:
   
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  georg  2130 F pulseaudio
   /dev/snd/controlC0:  georg  2130 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (310 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242079/+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 1242079] Lspci.txt

2014-04-19 Thread Georg Graf
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1242079/+attachment/4088770/+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/1242079

Title:
  13.10 Bluetooth: can't load firmware, may not work correctly

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Bluetooth does not work on Thinkpad E135 (Broadcom)

  
  dmesg|grep -i bluetooth

  gives
  ...
  Bluetooth: can't load firmware, may not work correctly
  

  This was also a problem on 13.04
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (129 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  MarkForUpload: True
  NonfreeKernelModules: wl fglrx
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  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-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (1 days ago)
  UserGroups:
   
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  georg  2130 F pulseaudio
   /dev/snd/controlC0:  georg  2130 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (310 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242079/+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 1242079] ProcModules.txt

2014-04-19 Thread Georg Graf
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1242079/+attachment/4088774/+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/1242079

Title:
  13.10 Bluetooth: can't load firmware, may not work correctly

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Bluetooth does not work on Thinkpad E135 (Broadcom)

  
  dmesg|grep -i bluetooth

  gives
  ...
  Bluetooth: can't load firmware, may not work correctly
  

  This was also a problem on 13.04
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (129 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  MarkForUpload: True
  NonfreeKernelModules: wl fglrx
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  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-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (1 days ago)
  UserGroups:
   
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  georg  2130 F pulseaudio
   /dev/snd/controlC0:  georg  2130 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (310 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242079/+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 1242079] ProcCpuinfo.txt

2014-04-19 Thread Georg Graf
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1242079/+attachment/4088772/+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/1242079

Title:
  13.10 Bluetooth: can't load firmware, may not work correctly

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Bluetooth does not work on Thinkpad E135 (Broadcom)

  
  dmesg|grep -i bluetooth

  gives
  ...
  Bluetooth: can't load firmware, may not work correctly
  

  This was also a problem on 13.04
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (129 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  MarkForUpload: True
  NonfreeKernelModules: wl fglrx
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  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-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (1 days ago)
  UserGroups:
   
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  georg  2130 F pulseaudio
   /dev/snd/controlC0:  georg  2130 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (310 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242079/+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 1242079] Lsusb.txt

2014-04-19 Thread Georg Graf
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1242079/+attachment/4088771/+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/1242079

Title:
  13.10 Bluetooth: can't load firmware, may not work correctly

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Bluetooth does not work on Thinkpad E135 (Broadcom)

  
  dmesg|grep -i bluetooth

  gives
  ...
  Bluetooth: can't load firmware, may not work correctly
  

  This was also a problem on 13.04
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (129 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  MarkForUpload: True
  NonfreeKernelModules: wl fglrx
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  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-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (1 days ago)
  UserGroups:
   
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  georg  2130 F pulseaudio
   /dev/snd/controlC0:  georg  2130 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (310 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242079/+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 1242079] UdevLog.txt

2014-04-19 Thread Georg Graf
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1242079/+attachment/4088777/+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/1242079

Title:
  13.10 Bluetooth: can't load firmware, may not work correctly

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Bluetooth does not work on Thinkpad E135 (Broadcom)

  
  dmesg|grep -i bluetooth

  gives
  ...
  Bluetooth: can't load firmware, may not work correctly
  

  This was also a problem on 13.04
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (129 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  MarkForUpload: True
  NonfreeKernelModules: wl fglrx
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  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-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (1 days ago)
  UserGroups:
   
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  georg  2130 F pulseaudio
   /dev/snd/controlC0:  georg  2130 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (310 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242079/+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 1242079] ProcInterrupts.txt

2014-04-19 Thread Georg Graf
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1242079/+attachment/4088773/+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/1242079

Title:
  13.10 Bluetooth: can't load firmware, may not work correctly

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Bluetooth does not work on Thinkpad E135 (Broadcom)

  
  dmesg|grep -i bluetooth

  gives
  ...
  Bluetooth: can't load firmware, may not work correctly
  

  This was also a problem on 13.04
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (129 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  MarkForUpload: True
  NonfreeKernelModules: wl fglrx
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  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-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (1 days ago)
  UserGroups:
   
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  georg  2130 F pulseaudio
   /dev/snd/controlC0:  georg  2130 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (310 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242079/+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 1242079] WifiSyslog.txt

2014-04-19 Thread Georg Graf
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1242079/+attachment/4088778/+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/1242079

Title:
  13.10 Bluetooth: can't load firmware, may not work correctly

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Bluetooth does not work on Thinkpad E135 (Broadcom)

  
  dmesg|grep -i bluetooth

  gives
  ...
  Bluetooth: can't load firmware, may not work correctly
  

  This was also a problem on 13.04
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (129 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  MarkForUpload: True
  NonfreeKernelModules: wl fglrx
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  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-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (1 days ago)
  UserGroups:
   
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  georg  2130 F pulseaudio
   /dev/snd/controlC0:  georg  2130 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (310 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242079/+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 1242079] RfKill.txt

2014-04-19 Thread Georg Graf
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1242079/+attachment/4088775/+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/1242079

Title:
  13.10 Bluetooth: can't load firmware, may not work correctly

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Bluetooth does not work on Thinkpad E135 (Broadcom)

  
  dmesg|grep -i bluetooth

  gives
  ...
  Bluetooth: can't load firmware, may not work correctly
  

  This was also a problem on 13.04
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (129 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  MarkForUpload: True
  NonfreeKernelModules: wl fglrx
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  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-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (1 days ago)
  UserGroups:
   
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  georg  2130 F pulseaudio
   /dev/snd/controlC0:  georg  2130 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (310 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242079/+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 1309930] [NEW] [Hewlett-Packard Compaq Mini] suspend/resume failure [non-free: wl]

2014-04-19 Thread Wim
Public bug reported:

KernelOops
At startup gives an error in lubuntu 14.04

ProblemType: KernelOops
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-23-generic
ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
Uname: Linux 3.13.0-23-generic i686
NonfreeKernelModules: wl
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.14.1-0ubuntu1
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  wpn1847 F pulseaudio
Date: Wed Apr 16 14:26:01 2014
ExecutablePath: /usr/share/apport/apportcheckresume
ExecutableTimestamp: 1396627410
Failure: suspend/resume
HibernationDevice: RESUME=UUID=3d764ac8-296d-45b4-8677-144db7de588b
InstallationDate: Installed on 2014-04-09 (10 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily i386 (20140408)
InterpreterPath: /usr/bin/python3.4
MachineType: Hewlett-Packard Compaq Mini
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcCwd: /
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro splash quiet
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-23-generic N/A
 linux-backports-modules-3.13.0-23-generic  N/A
 linux-firmware 1.127
SourcePackage: linux
Title: [Hewlett-Packard Compaq Mini] suspend/resume failure [non-free: wl]
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 03/20/2009
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 361A0 Ver. F.11
dmi.board.name: 361A
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 02.0F
dmi.chassis.asset.tag: CNU91452Y7
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr361A0Ver.F.11:bd03/20/2009:svnHewlett-Packard:pnCompaqMini:pvrF.11:rvnHewlett-Packard:rn361A:rvrKBCVersion02.0F:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: Compaq Mini
dmi.product.version: F.11
dmi.sys.vendor: Hewlett-Packard

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-kerneloops i386 resume suspend

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1309930

Title:
  [Hewlett-Packard Compaq Mini] suspend/resume failure [non-free: wl]

Status in “linux” package in Ubuntu:
  New

Bug description:
  KernelOops
  At startup gives an error in lubuntu 14.04

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-23-generic
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic i686
  NonfreeKernelModules: wl
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  wpn1847 F pulseaudio
  Date: Wed Apr 16 14:26:01 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  ExecutableTimestamp: 1396627410
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=3d764ac8-296d-45b4-8677-144db7de588b
  InstallationDate: Installed on 2014-04-09 (10 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily i386 (20140408)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Hewlett-Packard Compaq Mini
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcCwd: /
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro splash quiet
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-23-generic N/A
   linux-backports-modules-3.13.0-23-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  Title: [Hewlett-Packard Compaq Mini] suspend/resume failure [non-free: wl]
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 03/20/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 361A0 Ver. F.11
  dmi.board.name: 361A
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 02.0F
  dmi.chassis.asset.tag: CNU91452Y7
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr361A0Ver.F.11:bd03/20/2009:svnHewlett-Packard:pnCompaqMini:pvrF.11:rvnHewlett-Packard:rn361A:rvrKBCVersion02.0F:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: Compaq Mini
  dmi.product.version: F.11
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this 

[Kernel-packages] [Bug 1309930] Status changed to Confirmed

2014-04-19 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New = Confirmed

** Tags added: trusty

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1309930

Title:
  [Hewlett-Packard Compaq Mini] suspend/resume failure [non-free: wl]

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  KernelOops
  At startup gives an error in lubuntu 14.04

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-23-generic
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic i686
  NonfreeKernelModules: wl
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  wpn1847 F pulseaudio
  Date: Wed Apr 16 14:26:01 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  ExecutableTimestamp: 1396627410
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=3d764ac8-296d-45b4-8677-144db7de588b
  InstallationDate: Installed on 2014-04-09 (10 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily i386 (20140408)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Hewlett-Packard Compaq Mini
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcCwd: /
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro splash quiet
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-23-generic N/A
   linux-backports-modules-3.13.0-23-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  Title: [Hewlett-Packard Compaq Mini] suspend/resume failure [non-free: wl]
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 03/20/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 361A0 Ver. F.11
  dmi.board.name: 361A
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 02.0F
  dmi.chassis.asset.tag: CNU91452Y7
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr361A0Ver.F.11:bd03/20/2009:svnHewlett-Packard:pnCompaqMini:pvrF.11:rvnHewlett-Packard:rn361A:rvrKBCVersion02.0F:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: Compaq Mini
  dmi.product.version: F.11
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1309930/+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 1293928] Re: [Dell Inc. Latitude E7240] suspend/resume failure

2014-04-19 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 ***
https://bugs.launchpad.net/bugs/1286552


Same problem here with 14.04 and ralink rt73 chipset. Worked perfectly
with 13.10

Not related with SUSPEND_MODULES=rt73usb in /etc/pm/config.d/load
(already done and doesn't resolve).

sudo rfkill list
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no


** This bug has been marked a duplicate of bug 1286552
   No wifi after suspend

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1293928

Title:
  [Dell Inc. Latitude E7240] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  This has happened twice today, the only change to my system was being
  connected to WPA2 enterprise wifi when suspending. Might be a
  coincidence.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-17-generic 3.13.0-17.37 [modified: 
boot/vmlinuz-3.13.0-17-generic]
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  felix  1944 F pulseaudio
   /dev/snd/controlC1:  felix  1944 F pulseaudio
  Date: Tue Mar 18 15:31:11 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=57e1fe26-78ce-46c1-b58e-575393140063
  InstallationDate: Installed on 2014-03-12 (5 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140312)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Dell Inc. Latitude E7240
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-17-generic.efi.signed 
root=UUID=466bb884-3cff-4385-8668-24b61f8883e8 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.13.0-17-generic N/A
   linux-backports-modules-3.13.0-17-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  Title: [Dell Inc. Latitude E7240] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 02/18/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0414F8
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd02/18/2014:svnDellInc.:pnLatitudeE7240:pvr01:rvnDellInc.:rn0414F8:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E7240
  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/1293928/+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 1295285] Re: [Asus UX31A] suspend/resume failure

2014-04-19 Thread nicolas kleinklaus
*** This bug is a duplicate of bug 1286552 ***
https://bugs.launchpad.net/bugs/1286552


Same problem here with 14.04 and ralink rt73 chipset. Worked perfectly
with 13.10

Not related with SUSPEND_MODULES=rt73usb in /etc/pm/config.d/load
(already done and doesn't resolve).

sudo rfkill list
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no


** This bug has been marked a duplicate of bug 1286552
   No wifi after suspend

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1295285

Title:
  [Asus UX31A] suspend/resume failure

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Wifi or network stack stop working, after notebook resumed from suspend. 
Toggle networking by network applet nothing change.
  Ubuntu 14.04
  Asus zenbook prime ux31a.
  02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6235 (rev 
24)

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-18-generic 3.13.0-18.38
  ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
  Uname: Linux 3.13.0-18-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ur 1978 F pulseaudio
  CRDA:
   country RU:
    (2402 - 2482 @ 40), (N/A, 20)
    (5735 - 5835 @ 20), (N/A, 30)
  Date: Thu Mar 20 19:32:32 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=4f2dae9f-e237-4163-86d5-aecc46159037
  InstallationDate: Installed on 2014-03-18 (2 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140317)
  InterpreterPath: /usr/bin/python3.4
  MachineType: ASUSTeK COMPUTER INC. UX31A
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-18-generic.efi.signed 
root=UUID=5349e06c-59f5-4efa-aa59-87fd57fc0464 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.13.0-18-generic N/A
   linux-backports-modules-3.13.0-18-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  StagingDrivers: rts5139
  Title: [ASUSTeK COMPUTER INC. UX31A] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  dmi.bios.date: 06/14/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX31A.219
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX31A
  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.:bvrUX31A.219:bd06/14/2013:svnASUSTeKCOMPUTERINC.:pnUX31A:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX31A:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX31A
  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/1295285/+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 1286552] Re: No wifi after suspend

2014-04-19 Thread nicolas kleinklaus
Same problem here with 14.04 and ralink rt73 chipset. Worked perfectly
with 13.10

Not related with SUSPEND_MODULES=rt73usb in /etc/pm/config.d/load
(already done and doesn't resolve).

sudo rfkill list
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

-- 
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/1286552

Title:
  No wifi after suspend

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  After suspending ubuntu the wifi doesn't work. The solution given here
  (http://askubuntu.com/questions/368671/ubuntu-13-10-wifi-not-re-
  connecting-after-suspend) worked for me but when I have updated my
  Ubuntu now it won't work. I have tried to test mainline kernel but it
  won't to boot with it.

  To reproduce the bug : just suspend the computer and then power it.
  There's no wifi network until you restart the computer.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: ubuntu-release-upgrader-core 1:0.205.4
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic i686
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: i386
  CrashDB: ubuntu
  Date: Sat Mar  1 15:20:39 2014
  InstallationDate: Installed on 2013-12-30 (61 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Release i386 
(20131017)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: dist-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  meradi 1503 F pulseaudio
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=e71568e2-e875-4053-b3b7-2046540e78bf
  InstallationDate: Installed on 2013-12-30 (61 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Release i386 
(20131017)
  MachineType: Hewlett-Packard HP Compaq 6830s
  MarkForUpload: True
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic 
root=UUID=3eaae47b-7485-4723-8b3e-9f6dac7a01e4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116.2
  Tags:  saucy
  Uname: Linux 3.11.0-15-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog: Mar  1 15:34:33 meradi-HP-Compaq-6830s kernel: [ 4581.474196] 
perf samples too long (5002  5000), lowering kernel.perf_event_max_sample_rate 
to 25000
  dmi.bios.date: 03/12/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68PZD Ver. F.0C
  dmi.board.name: 30E9
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 95.1C
  dmi.chassis.asset.tag: CNU91609Y2
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PZDVer.F.0C:bd03/12/2009:svnHewlett-Packard:pnHPCompaq6830s:pvrF.0C:rvnHewlett-Packard:rn30E9:rvrKBCVersion95.1C:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq 6830s
  dmi.product.version: F.0C
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1286552/+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 1207487] Re: Brightness Controls work but brightness doesnt change

2014-04-19 Thread Yanpas
This bug is still in trusty

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1207487

Title:
  Brightness Controls work but brightness doesnt change

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  I am unable to change the brigthness of the screen, the controls work
  properly but changing the brightness level has no impact on the screen
  brightness. It feels like the old intel brightness regression bug. The
  brightness is always at the full level.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xorg 1:7.7+1ubuntu5
  ProcVersionSignature: Ubuntu 3.10.0-5.15-generic 3.10.2
  Uname: Linux 3.10.0-5-generic x86_64
  ApportVersion: 2.11-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Fri Aug  2 00:35:28 2013
  DistUpgraded: Fresh install
  DistroCodename: saucy
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.10.0-3-generic, x86_64: installed
   bbswitch, 0.7, 3.10.0-4-generic, x86_64: installed
   bbswitch, 0.7, 3.10.0-5-generic, x86_64: installed
   nvidia-304, 304.88, 3.10.0-4-generic, x86_64: installed
   nvidia-304, 304.88, 3.10.0-5-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:397d]
   NVIDIA Corporation GF108M [GeForce GT 520M] [10de:0df7] (rev ff) (prog-if ff)
  InstallationDate: Installed on 2013-06-02 (60 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Alpha amd64 
(20130601)
  MachineType: LENOVO HuronRiver Platform
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-5-generic 
root=UUID=f80879ea-b397-4778-bb59-f9fb5c8fa4ce ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/21/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 45CN38WW
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Emerald Lake
  dmi.board.vendor: LENOVO
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnLENOVO:bvr45CN38WW:bd10/21/2011:svnLENOVO:pnHuronRiverPlatform:pvrIdeapadZ570:rvnLENOVO:rnEmeraldLake:rvrFAB1:cvnLENOVO:ct10:cvr0.1:
  dmi.product.name: HuronRiver Platform
  dmi.product.version: Ideapad Z570
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.45-2ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.4-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.4-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.2-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.9-0ubuntu3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.8-0ubuntu1.1
  xserver.bootTime: Thu Aug  1 22:15:43 2013
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.14.2-0ubuntu1
  xserver.video_driver: intel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1207487/+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 1112751] Re: DHCP over wireless stopped working

2014-04-19 Thread Chris Thompson
Failure to receive DHCP response also occurs with Ubuntu 13.10, 14.04 on
HP Folio 13 (which uses broadcom BCM4313).

Using the open source driver is not viable as the signal level is very
weak.

-- 
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/1112751

Title:
  DHCP over wireless stopped working

Status in “bcmwl” package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I have a Dell Vostro 3700 notebook running Ubuntu 12.04.1 LTS and a Netgear 
FWG114P WLAN router which I bought 2005.
  Since the update on Sunday 27. January 2013 the NetworkManager fails to 
connect to my WLAN Router.

  The Indicator applet shows all available wireless networks, but the
  NetworkManager fails to establish the connection. Due to the fact that
  I see the available networks I think the WLAN driver itself works
  fine. It seems to be a DHCP problem, but I have no idead how to solve
  it.

  If I boot from an Ubuntu 12.04 USB stick which I created about 1 year
  ago WLAN works fine. Thus it's not a hardware problem.

  Please could you give me some hints how to solve this problem.

  Thanks  Best regards,

  Franz Hollerer

  # /sbin/ifconfig 
  eth0  Link encap:Ethernet  HWaddr f0:4d:a2:87:90:5a  
inet addr:192.168.0.7  Bcast:192.168.0.255  Mask:255.255.255.0
inet6 addr: fe80::f24d:a2ff:fe87:905a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1492  Metric:1
RX packets:2032 errors:0 dropped:0 overruns:0 frame:0
TX packets:1793 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:1465900 (1.4 MB)  TX bytes:249876 (249.8 KB)
Interrupt:47 Base address:0x6000 

  eth1  Link encap:Ethernet  HWaddr 5c:ac:4c:7e:c4:0f  
inet6 addr: fe80::5eac:4cff:fe7e:c40f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:22 errors:2 dropped:0 overruns:0 frame:3780
TX packets:300 errors:141 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:3602 (3.6 KB)  TX bytes:66602 (66.6 KB)
Interrupt:17
   
  # iwconfig
  lono wireless extensions.

  eth1  IEEE 802.11abg  ESSID:Catopsis  
Mode:Managed  Frequency:2.432 GHz  Access Point: 00:0F:B5:51:94:4A  
 
Bit Rate=54 Mb/s   Tx-Power=200 dBm   
Retry  long limit:7   RTS thr:off   Fragment thr:off
Encryption key:off
Power Management:on
Link Quality=70/70  Signal level=-21 dBm  
Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
Tx excessive retries:0  Invalid misc:0   Missed beacon:0

  eth0  no wireless extensions.
  loLink encap:Local Loopback  
inet addr:127.0.0.1  Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING  MTU:16436  Metric:1
RX packets:392 errors:0 dropped:0 overruns:0 frame:0
TX packets:392 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0 
RX bytes:33528 (33.5 KB)  TX bytes:33528 (33.5 KB)

  Excerpt from dmsg:
  [   11.517377] eth1: Broadcom BCM4727 802.11 Hybrid Wireless Controller 
6.20.155.1 (r326264)

  Excerpt from /var/log/syslog:

  avahi-daemon[945]: Joining mDNS multicast group on interface eth1.IPv6 with 
address fe80::5eac:4cff:fe7e:c40f.
  avahi-daemon[945]: New relevant interface eth1.IPv6 for mDNS.
  avahi-daemon[945]: Registering new address record for 
fe80::5eac:4cff:fe7e:c40f on eth1.*.
  NetworkManager[948]: info Auto-activating connection 'Catopsis'.
  NetworkManager[948]: info Activation (eth1) starting connection 'Catopsis'
  NetworkManager[948]: info (eth1): device state change: disconnected - 
prepare (reason 'none') [30 40 0]
  NetworkManager[948]: info Activation (eth1) Stage 1 of 5 (Device Prepare) 
scheduled...
  NetworkManager[948]: info Activation (eth1) Stage 1 of 5 (Device Prepare) 
started...
  NetworkManager[948]: info Activation (eth1) Stage 2 of 5 (Device Configure) 
scheduled...
  NetworkManager[948]: info Activation (eth1) Stage 1 of 5 (Device Prepare) 
complete.
  NetworkManager[948]: info Activation (eth1) Stage 2 of 5 (Device Configure) 
starting...
  NetworkManager[948]: info (eth1): device state change: prepare - config 
(reason 'none') [40 50 0]
  NetworkManager[948]: info Activation (eth1/wireless): access point 
'Catopsis' has security, but secrets are required.
  NetworkManager[948]: info (eth1): device state change: config - need-auth 
(reason 'none') [50 60 0]
  NetworkManager[948]: info Activation (eth1) Stage 2 of 5 (Device Configure) 
complete.
  NetworkManager[948]: info Activation (eth1) Stage 1 of 5 (Device Prepare) 
scheduled...
  NetworkManager[948]: info Activation (eth1) Stage 1 of 5 (Device Prepare) 
started...
  

[Kernel-packages] [Bug 1049466] Re: Need support of Ralink RT3290 wifi support

2014-04-19 Thread Coeur Noir
I'm not sure if it's the right place to mention that, but I have exactly
the same kind of problem with :

- wifi usb dongle with *ralink* rt2500usb chipset

and

- pci wifi card with *ralink* rt28xxpci

The first one has worked for me from ubuntu 08.04 till ubuntu 12.04.02
(or .03)

The second one is part of a newer pc and has never fully worked since
ubuntu 12.04.02 (or .03) neither on 13.04, 13.10 and 14.04

Problems are the same for both cards : they see networks, can connect,
but wifi rates are so low than it's non usable.

I have tried to compile linux-drivers provided by ralink but I'm not
skilled enough and had no success. Those drivers were designed for 2.6.x
kernel you can find here http://www.mediatek.com/en/downloads/

Also tried with ndiswrapper, not better.

-- 
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/1049466

Title:
  Need support of Ralink RT3290 wifi support

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux-firmware” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Invalid
Status in “linux-firmware” source package in Precise:
  Fix Released
Status in “linux” source package in Quantal:
  Invalid
Status in “linux-firmware” source package in Quantal:
  Won't Fix
Status in “linux” source package in Raring:
  Fix Released
Status in “linux-firmware” source package in Raring:
  Fix Released
Status in “linux” package in Baltix:
  Opinion
Status in “linux” package in Gentoo Linux:
  New

Bug description:
  RT3290 wifi chip is becoming common on consumer notebooks. Its support
  starts from 3.6 so support on 12.10 may need lbm-cw.

  commit a89534edaaa7008992b878680490e9b02a665563
  Author: Woody Hung woody.h...@mediatek.com
  Date:   Wed Jun 13 15:01:16 2012 +0800

  rt2x00 : RT3290 chip support v4
  
  This patch support the new chipset rt3290 wifi implementation in rt2x00.
  It initailize the related mac, bbp and rf register in startup phase.
  And this patch modify the efuse read/write method for the different efuse 
data offset of rt3290.
  
  Signed-off-by: Woody Hung woody.h...@mediatek.com
  Signed-off-by: John W. Linville linvi...@tuxdriver.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1049466/+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 1161985] Re: Error sending ATA command IDENTIFY DEVICE

2014-04-19 Thread Papamatti
I can confirm, this bug is solved in Ubuntu 14.04 LTS. I can use my
external harddrive with no problems.

Bug is solved for me.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to libatasmart in Ubuntu.
https://bugs.launchpad.net/bugs/1161985

Title:
  Error sending ATA command IDENTIFY DEVICE

Status in ATA S.M.A.R.T. Disk Health Monitoring Library:
  Confirmed
Status in “libatasmart” package in Ubuntu:
  Confirmed
Status in “udisks2” package in Ubuntu:
  Confirmed

Bug description:
  I'm not able to mount my external HDD using Xubuntu 13.04 (udisks2),
  not even while booting into a live medium. However, Windows 7 and
  Ubuntu 12.04.2 (udisks) are able to mount the device without problem.

  Syslog is showing following entries:
  Mar 29 19:19:41 local kernel: [   46.012101] usb 2-2: new high-speed USB 
device number 5 using ehci-pci
  Mar 29 19:19:41 local kernel: [   46.145401] usb 2-2: New USB device found, 
idVendor=14cd, idProduct=6116
  Mar 29 19:19:41 local kernel: [   46.145409] usb 2-2: New USB device strings: 
Mfr=1, Product=3, SerialNumber=2
  Mar 29 19:19:41 local kernel: [   46.145412] usb 2-2: Product: USB 2.0  SATA 
BRIDGE   
  Mar 29 19:19:41 local kernel: [   46.145416] usb 2-2: Manufacturer: Super Top 
  
  Mar 29 19:19:41 local kernel: [   46.145419] usb 2-2: SerialNumber: 
M6116018VE15
  Mar 29 19:19:41 local kernel: [   46.153488] Initializing USB Mass Storage 
driver...
  Mar 29 19:19:41 local kernel: [   46.153614] usbcore: registered new 
interface driver usb-storage
  Mar 29 19:19:41 local kernel: [   46.153617] USB Mass Storage support 
registered.
  Mar 29 19:19:41 local kernel: [   46.157283] scsi6 : usb-storage 2-2:1.0
  Mar 29 19:19:41 local kernel: [   46.157457] usbcore: registered new 
interface driver ums-cypress
  Mar 29 19:19:42 local kernel: [   47.156812] scsi 6:0:0:0: Direct-Access 
WDC WD32 00BEVT-22ZCT0 PQ: 0 ANSI: 0
  Mar 29 19:19:42 local kernel: [   47.157700] sd 6:0:0:0: Attached scsi 
generic sg2 type 0
  Mar 29 19:19:42 local kernel: [   47.159898] sd 6:0:0:0: [sdb] 625142448 
512-byte logical blocks: (320 GB/298 GiB)
  Mar 29 19:19:42 local kernel: [   47.160903] sd 6:0:0:0: [sdb] Write Protect 
is off
  Mar 29 19:19:42 local kernel: [   47.160909] sd 6:0:0:0: [sdb] Mode Sense: 03 
00 00 00
  Mar 29 19:19:42 local kernel: [   47.161741] sd 6:0:0:0: [sdb] No Caching 
mode page present
  Mar 29 19:19:42 local kernel: [   47.161748] sd 6:0:0:0: [sdb] Assuming drive 
cache: write through
  Mar 29 19:19:42 local kernel: [   47.165016] sd 6:0:0:0: [sdb] No Caching 
mode page present
  Mar 29 19:19:42 local kernel: [   47.165023] sd 6:0:0:0: [sdb] Assuming drive 
cache: write through
  Mar 29 19:19:42 local kernel: [   47.206914]  sdb: sdb1 sdb2
  Mar 29 19:19:42 local kernel: [   47.209109] sd 6:0:0:0: [sdb] No Caching 
mode page present
  Mar 29 19:19:42 local kernel: [   47.209115] sd 6:0:0:0: [sdb] Assuming drive 
cache: write through
  Mar 29 19:19:42 local kernel: [   47.209120] sd 6:0:0:0: [sdb] Attached SCSI 
disk
  Mar 29 19:19:50 local kernel: [   54.928067] usb 2-2: reset high-speed USB 
device number 5 using ehci-pci
  Mar 29 19:19:50 local udisksd[1881]: Error probing device: Error sending ATA 
command IDENTIFY DEVICE to /dev/sdb: Unexpected sense data returned:#012: 
00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00#0120010: 
00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00#012 
(g-io-error-quark, 0)

  thad@local:~$ apt-cache policy udisks2
  udisks2:
Installed: 2.1.0-2
Candidate: 2.1.0-2
Version table:
   *** 2.1.0-2 0
  500 http://archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/libatasmart/+bug/1161985/+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 1092622] Re: disks hang as atasmart is sending illegal smart command to green disk

2014-04-19 Thread Papamatti
*** This bug is a duplicate of bug 1161985 ***
https://bugs.launchpad.net/bugs/1161985

** This bug has been marked a duplicate of bug 1161985
   Error sending ATA command IDENTIFY DEVICE

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to libatasmart in Ubuntu.
https://bugs.launchpad.net/bugs/1092622

Title:
  disks hang as atasmart is sending illegal smart command to green
  disk

Status in “libatasmart” package in Ubuntu:
  Confirmed

Bug description:
  SUMMARY:

  Model Family: Western Digital Caviar Green (Adv. Format)
  Device Model: WDC WD20EARX-32PASB0

  Appears to be sensitive to illegal smart commands.
  The entire drive stalls to handle this creating a massive interruption
  (HANG) of service until the error is handled.

  SOLUTION:

  Actually check to see if a command is supported before blindly
  sending it to a target.

  DETAILS:

  Dec 17 14:57:00 goblin kernel: [ 1274.630081] ata7.00: exception Emask
  0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
  Dec 17 14:57:00 goblin kernel: [ 1274.630087] ata7.00: failed command: SMART
  Dec 17 14:57:00 goblin kernel: [ 1274.630094] ata7.00: cmd
  b0/d1:01:00:4f:c2/00:00:00:00:00/00 tag 0 pio 512 in
  Dec 17 14:57:00 goblin kernel: [ 1274.630094]  res
  40/00:ff:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
  Dec 17 14:57:00 goblin kernel: [ 1274.630096] ata7.00: status: { DRDY }
  Dec 17 14:57:00 goblin kernel: [ 1274.630101] ata7: hard resetting link
  Dec 17 14:57:01 goblin kernel: [ 1275.121558] ata7: SATA link up 3.0
  Gbps (SStatus 123 SControl 300)
  Dec 17 14:57:01 goblin kernel: [ 1275.137456] ata7.00: configured for
  UDMA/133
  Dec 17 14:57:01 goblin kernel: [ 1275.137496] ata7: EH complete

  This was traced down to this offending process.

  /usr/lib/udisks2/udisksd

  which is linked to libatasmart

  What the actual offending command is SMART (B0) with feature (D1)
  READ THRESHOLDS. D1 is unsupported in recent versions of ATA, I only
  have specs that go back to ATA-6. According to the kernel sources, this
  feature is only used in the legacy IDE stack so it's very very old[1].

  What I found is udisk is calling these functions:
  src/udiskslinuxdriveata.c:  if (sk_disk_smart_read_data (d) != 0)
  src/udiskslinuxdriveata.c:   sk_disk_smart_read_data: %m);
  src/udiskslinuxdriveata.c:  if (sk_disk_smart_status (d, good) != 0)
  src/udiskslinuxdriveata.c:   sk_disk_smart_status: %m);
  src/udiskslinuxdriveata.c:  if (sk_disk_smart_self_test (d, test) != 0)
  src/udiskslinuxdriveata.c:   sk_disk_smart_self_test: %m);

  which all call a static function in libatasmart called smart_init 
unconditionally,
  which then unconditionally calls disk_smart_read_thresholds.

  static int disk_smart_read_thresholds(SkDisk *d) {
  uint16_t cmd[6];
  int ret;
  size_t len = 512;
  ...
  cmd[0] = htons(SK_SMART_COMMAND_READ_THRESHOLDS);
  cmd[1] = htons(1);
  cmd[2] = htons(0xU);
  cmd[3] = htons(0x00C2U);
  cmd[4] = htons(0x4F00U);
  }
  ...
  typedef enum SkSmartCommand {
  SK_SMART_COMMAND_READ_DATA = 0xD0,
  SK_SMART_COMMAND_READ_THRESHOLDS = 0xD1,

  Which is our offending feature.

  So anything that calls:

  int sk_disk_smart_read_data(SkDisk *d) {
  int sk_disk_smart_status(SkDisk *d, SkBool *good) {
  int sk_disk_smart_self_test(SkDisk *d, SkSmartSelfTest test) {

  is impacted by this.

  REPRODUCTION:

  A small C program to trigger a read_threshold on demand, it should create
  a syslog trace and a HARD RESET to compose itself.

  # sudo apt-get install -y libatasmart-dev
  # gcc -o read_thresh_test skreadthreshold.c -latasmart
  # sudo ./read_thresh_test /dev/sdX, where X is suspect device

  /*
   * Author: Peter M. Petrakis peter.petra...@canonical.com
   *
   * skreadthreshold.c
   *
   * Trigger HARD RESET by sending illegal smart command
   * READ THRESHOLD, to modern, standard's compliant disks
   *
   * # sudo apt-get install -y libatasmart-dev
   * # gcc -o read_thresh_test skreadthreshold.c -latasmart
   * # sudo ./read_thresh_test /dev/sdX, where X is suspect device
   */

  #include string.h
  #include errno.h
  #include stdio.h

  #include atasmart.h

  int main(int argc, char *argv[]) {
  int ret;
  const char *device;
  SkDisk *d;

  device = argv[1];

  if ((ret = sk_disk_open(device, d))  0) {
  fprintf(stderr, Failed to open disk %s: %s\n, device, 
strerror(errno));
  return 1;
  }

  /*
   * disk_smart_read_thresholds is static and called
   * by init_smart unconditionally
   */
  ret = sk_disk_smart_read_data(d);
  fprintf(stdout, read threshold returned: %d\n, ret);

  sk_disk_free(d);

  return 0;
  }

  1. drivers/ide/ide-disk_proc.c
  return __idedisk_proc_show(m, 

[Kernel-packages] [Bug 1049466] Re: Need support of Ralink RT3290 wifi support

2014-04-19 Thread Coeur Noir
Sorry, it's ralink rt2760pci chipset

rt2800pci is the free driver which is supposed to take care of that pci
card.

-- 
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/1049466

Title:
  Need support of Ralink RT3290 wifi support

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux-firmware” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Invalid
Status in “linux-firmware” source package in Precise:
  Fix Released
Status in “linux” source package in Quantal:
  Invalid
Status in “linux-firmware” source package in Quantal:
  Won't Fix
Status in “linux” source package in Raring:
  Fix Released
Status in “linux-firmware” source package in Raring:
  Fix Released
Status in “linux” package in Baltix:
  Opinion
Status in “linux” package in Gentoo Linux:
  New

Bug description:
  RT3290 wifi chip is becoming common on consumer notebooks. Its support
  starts from 3.6 so support on 12.10 may need lbm-cw.

  commit a89534edaaa7008992b878680490e9b02a665563
  Author: Woody Hung woody.h...@mediatek.com
  Date:   Wed Jun 13 15:01:16 2012 +0800

  rt2x00 : RT3290 chip support v4
  
  This patch support the new chipset rt3290 wifi implementation in rt2x00.
  It initailize the related mac, bbp and rf register in startup phase.
  And this patch modify the efuse read/write method for the different efuse 
data offset of rt3290.
  
  Signed-off-by: Woody Hung woody.h...@mediatek.com
  Signed-off-by: John W. Linville linvi...@tuxdriver.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1049466/+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 568090] Re: ath5k should be loaded with nohwcrypt parameter

2014-04-19 Thread Christopher M. Penalver
SignedAdam, thank you for your comment. So your hardware and problem may be 
tracked, could you please file a new report with Ubuntu by executing the 
following in a terminal while booted into a Ubuntu repository kernel (not a 
mainline one) via:
ubuntu-bug linux

For more on this, please read the official Ubuntu documentation:
Ubuntu Bug Control and Ubuntu Bug Squad: 
https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue
Ubuntu Kernel Team: 
https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Filing_Kernel_Bug_reports
Ubuntu Community: 
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

When opening up the new report, please feel free to subscribe me to it.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/568090

Title:
  ath5k should be loaded with nohwcrypt parameter

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  After a lengthy thread, I was able to get to the bottom of my poor web
  browsing performance in Lucid Beta 2. Basically I kept gettng the
  Waiting for insert site here... status on whatever browser I used.
  Pages would load after a really long time, or sometimes not at all. My
  laptop uses the AR2413 chipset, which utilizes the ath5k wireless
  module. We were able to find that loading the module with the
  nohwcrypt parameter fixed my problem:

  sudo modprobe ath5k nohwcrypt

  psyke83 from the forums showed me how to automatically load the ath5k
  module with the said parameter on reboot.

  sudo sh -c echo 'options ath5k nohwcrypt' /etc/modprobe.d/custom-
  wireless.conf

  Hopefully this information can help others with similar hardware.
  Whether this should be a default for Lucid, I am not sure because I
  don't know if it affects everyone the same.  The thread is pasted
  below for full details of everything I tried to find the solution.

  http://ubuntuforums.org/showthread.php?t=1441818

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/568090/+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 1303518] Re: [Dell Inc. Inspiron 1525] suspend/resume failure

2014-04-19 Thread Christopher M. Penalver
** Tags added: bios-outdated-a17

-- 
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/1303518

Title:
  [Dell Inc. Inspiron 1525] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  As I tried to resume, it all went black. I had to hard reset.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-23-generic 3.13.0-23.45
  ProcVersionSignature: hostname 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  evillegas   1665 F pulseaudio
  Date: Sun Apr  6 19:20:31 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=fb6c165f-5332-4d46-84d8-c435ab774c55
  InstallationDate: Installed on 2014-04-03 (3 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140402)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Dell Inc. Inspiron 1525
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-23-generic 
root=UUID=d73b5063-9743-45d0-a4ba-b4a63436289a 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.13.0-23-generic N/A
   linux-backports-modules-3.13.0-23-generic  N/A
   linux-firmware 1.127
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: [Dell Inc. Inspiron 1525] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 06/20/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A13
  dmi.board.name: 0U990C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA13:bd06/20/2008:svnDellInc.:pnInspiron1525:pvr:rvnDellInc.:rn0U990C:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1525
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1303518/+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 1303518] Re: [Dell Inc. Inspiron 1525] suspend/resume failure

2014-04-19 Thread Christopher M. Penalver
Eduardo Villegas, as per 
http://www.dell.com/support/home/us/en/04/product-support/product/inspiron-1525/drivers
 an update to your BIOS is available (A17). If you update to this following 
https://help.ubuntu.com/community/BiosUpdate does it change anything?  If it 
doesn't, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful.

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Thank you for your understanding.

** Summary changed:

- [Dell Inc. Inspiron 1525] suspend/resume failure
+ [Dell Inspiron 1525] suspend/resume failure

-- 
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/1303518

Title:
  [Dell Inspiron 1525] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  As I tried to resume, it all went black. I had to hard reset.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-23-generic 3.13.0-23.45
  ProcVersionSignature: hostname 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  evillegas   1665 F pulseaudio
  Date: Sun Apr  6 19:20:31 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=fb6c165f-5332-4d46-84d8-c435ab774c55
  InstallationDate: Installed on 2014-04-03 (3 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140402)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Dell Inc. Inspiron 1525
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-23-generic 
root=UUID=d73b5063-9743-45d0-a4ba-b4a63436289a 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.13.0-23-generic N/A
   linux-backports-modules-3.13.0-23-generic  N/A
   linux-firmware 1.127
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: [Dell Inc. Inspiron 1525] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 06/20/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A13
  dmi.board.name: 0U990C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA13:bd06/20/2008:svnDellInc.:pnInspiron1525:pvr:rvnDellInc.:rn0U990C:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 1525
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1303518/+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 1049466] Re: Need support of Ralink RT3290 wifi support

2014-04-19 Thread Sachin Thomas
https://docs.google.com/file/d/0B7kbO9nS2qKEMmQ5elZXVUhDRjA

-- 
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/1049466

Title:
  Need support of Ralink RT3290 wifi support

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux-firmware” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Invalid
Status in “linux-firmware” source package in Precise:
  Fix Released
Status in “linux” source package in Quantal:
  Invalid
Status in “linux-firmware” source package in Quantal:
  Won't Fix
Status in “linux” source package in Raring:
  Fix Released
Status in “linux-firmware” source package in Raring:
  Fix Released
Status in “linux” package in Baltix:
  Opinion
Status in “linux” package in Gentoo Linux:
  New

Bug description:
  RT3290 wifi chip is becoming common on consumer notebooks. Its support
  starts from 3.6 so support on 12.10 may need lbm-cw.

  commit a89534edaaa7008992b878680490e9b02a665563
  Author: Woody Hung woody.h...@mediatek.com
  Date:   Wed Jun 13 15:01:16 2012 +0800

  rt2x00 : RT3290 chip support v4
  
  This patch support the new chipset rt3290 wifi implementation in rt2x00.
  It initailize the related mac, bbp and rf register in startup phase.
  And this patch modify the efuse read/write method for the different efuse 
data offset of rt3290.
  
  Signed-off-by: Woody Hung woody.h...@mediatek.com
  Signed-off-by: John W. Linville linvi...@tuxdriver.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1049466/+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 1049466] Re: Need support of Ralink RT3290 wifi support

2014-04-19 Thread Sachin Thomas
Here's a DKMS package containing patched proprietary driver for RT3290,
tested and working with Ubuntu 14.04 LTS on kernel 3.13.0-24:

 Install:
 
 1. Extract rt3290sta-2.6.0.0 directory into /usr/src
 2. Run
sudo dkms install -m rt3290sta -v 2.6.0.0 --force
 3. Reboot

 Remove:
 -
If this bug is fixed in rt2800pci (highly unlikely)

 1. Run
sudo dkms remove rt3290sta/2.6.0.0 --all
 2. Reboot

Credits:
---
bmlandis2010
vova7890

** Attachment added: Ralink RT3290 Wireless Driver
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1049466/+attachment/4089000/+files/rt3290sta-2.6.0.0.dkms.tar

-- 
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/1049466

Title:
  Need support of Ralink RT3290 wifi support

Status in The Linux Kernel:
  New
Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux-firmware” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Invalid
Status in “linux-firmware” source package in Precise:
  Fix Released
Status in “linux” source package in Quantal:
  Invalid
Status in “linux-firmware” source package in Quantal:
  Won't Fix
Status in “linux” source package in Raring:
  Fix Released
Status in “linux-firmware” source package in Raring:
  Fix Released
Status in “linux” package in Baltix:
  Opinion
Status in “linux” package in Gentoo Linux:
  New

Bug description:
  RT3290 wifi chip is becoming common on consumer notebooks. Its support
  starts from 3.6 so support on 12.10 may need lbm-cw.

  commit a89534edaaa7008992b878680490e9b02a665563
  Author: Woody Hung woody.h...@mediatek.com
  Date:   Wed Jun 13 15:01:16 2012 +0800

  rt2x00 : RT3290 chip support v4
  
  This patch support the new chipset rt3290 wifi implementation in rt2x00.
  It initailize the related mac, bbp and rf register in startup phase.
  And this patch modify the efuse read/write method for the different efuse 
data offset of rt3290.
  
  Signed-off-by: Woody Hung woody.h...@mediatek.com
  Signed-off-by: John W. Linville linvi...@tuxdriver.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1049466/+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 1303478] Re: [LENOVO 33556YG] suspend/resume failure [non-free: wl]

2014-04-19 Thread Christopher M. Penalver
** Tags added: latest-bios-1.70 needs-upstream-testing

** Summary changed:

- [LENOVO 33556YG] suspend/resume failure [non-free: wl]
+ [LENOVO ThinkPad Edge E335] suspend/resume failure [non-free: wl]

** Summary changed:

- [LENOVO ThinkPad Edge E335] suspend/resume failure [non-free: wl]
+ [Lenovo ThinkPad Edge E335] suspend/resume failure [non-free: wl]

** 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/1303478

Title:
  [Lenovo ThinkPad Edge E335] suspend/resume failure [non-free: wl]

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Wakeup does not work. Screen left black, so there is no way to decide
  what to do.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-22-generic 3.13.0-22.44
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  Uname: Linux 3.13.0-22-generic x86_64
  NonfreeKernelModules: wl
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  lightdm1289 F pulseaudio
ralf   2043 F pulseaudio
   /dev/snd/controlC0:  lightdm1289 F pulseaudio
ralf   2043 F pulseaudio
  Date: Sun Apr  6 22:53:42 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  InstallationDate: Installed on 2014-04-05 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
  InterpreterPath: /usr/bin/python3.4
  MachineType: LENOVO 33556YG
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-22-generic 
root=UUID=c72f93ff-db7d-402b-aff5-9a0e2ed7dd50 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.13.0-22-generic N/A
   linux-backports-modules-3.13.0-22-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  Title: [LENOVO 33556YG] suspend/resume failure [non-free: wl]
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 02/21/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HKET70WW(1.70)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 33556YG
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98401 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:bvrHKET70WW(1.70):bd02/21/2013:svnLENOVO:pn33556YG:pvrThinkPadEdgeE335:rvnLENOVO:rn33556YG:rvr0B98401Pro:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 33556YG
  dmi.product.version: ThinkPad Edge E335
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1303478/+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 1163720] Re: Brightness control broken on XPS13 and 3.8.0-16, 3.8.0-22 and 3.11.0-12

2014-04-19 Thread Bib
Guillaume, I didn't re-read the whole thread, but did you? At a time,
the issue was said to be fixed for ubuntu installed over a BIOS MODE
only, i.e. not over UEFI. Did you check this or do you already know
you're in UEFI (only usefull I beleive for double boot with W7+)?

-- 
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/1163720

Title:
  Brightness control broken on XPS13 and 3.8.0-16, 3.8.0-22 and
  3.11.0-12

Status in The Linux Kernel:
  Incomplete
Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Released
Status in “linux” source package in Quantal:
  Fix Released
Status in “linux” source package in Raring:
  Fix Released
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  Since 3.8.0-16, the brightness control doesn’t work anymore.
  The popup is displayed, so the shortcut keys do work correctly, but it has no 
effect on the actual brightness of the screen.

  Switching back to 3.8.0-15 solves the issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-16-generic 3.8.0-16.26
  ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
  Uname: Linux 3.8.0-16-generic x86_64
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  coucouf1837 F pulseaudio
  Date: Wed Apr  3 08:29:58 2013
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20120703-2
  HibernationDevice: RESUME=UUID=e49e9eae-f16f-45bb-ad2c-b6da5c0c6f6d
  InstallationDate: Installed on 2013-03-23 (10 days ago)
  InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20120703-15:08
  MachineType: Dell Inc. Dell System XPS L322X
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-16-generic 
root=UUID=3f6858e1-d8f5-44c4-b8e9-5ab8b9639ba7 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-16-generic N/A
   linux-backports-modules-3.8.0-16-generic  N/A
   linux-firmware1.104
  SourcePackage: linux
  UpgradeStatus: Upgraded to raring on 2013-04-02 (0 days ago)
  dmi.bios.date: 01/22/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0PJHXN
  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.:bvrA07:bd01/22/2013:svnDellInc.:pnDellSystemXPSL322X:pvr:rvnDellInc.:rn0PJHXN:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L322X
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1163720/+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 1306955] Re: Kernel Oops - unable to handle kernel NULL pointer dereference; EIP is at free_thread_info+0xb/0x30

2014-04-19 Thread Pieter van Erp
Running 3.15.0-031500rc1-generic now. Everything seems to be working
fine. Time will tell if the machine will freeze again.

-- 
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/1306955

Title:
  Kernel Oops - unable to handle kernel NULL pointer dereference; EIP is
  at free_thread_info+0xb/0x30

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Since upgrading from 10.04 to 12.04, my server suffers from frequent
  freezes. I have been unable to find a pattern and the freeze
  'behaviour' is not always the same: usually the system does not
  respond at all anymore, and sometimes an error message is printed to
  the console:

  BUG: unable to handle kernel NULL pointer dereference at   (null)
  free_thread_info+0xb/0x30

  The attached kern.log file has the full error messages.

  Usually the system can reboot using Alt+SysReq+B, but sometimes that
  doesn't even work. And on rare occasions the keyboard lights start
  blinking.

  Now, there might be more than 1 problem at hand here, but at least
  I've got an error message now.

  PS: on 10.04 I also had occasional freezes, but that averaged once every 3 
months or so. Now it happens once every three days.
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  pieter12649 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xfe8f4000 irq 16'
 Mixer name : 'Realtek ALC889'
 Components : 'HDA:10ec0889,14627596,0014'
 Controls  : 46
 Simple ctrls  : 22
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=02334aab-e86b-46ec-86b6-ff6495e14a50
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  MachineType: MICRO-STAR INTERNATIONAL CO.,LTD MS-7596
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-60-generic 
root=UUID=4cb48b96-0121-4016-95a7-b076f6a61653 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-60.91-generic 3.2.55
  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.2.0-60-generic N/A
   linux-backports-modules-3.2.0-60-generic  N/A
   linux-firmware1.79.11
  RfKill:
   
  Tags:  precise
  Uname: Linux 3.2.0-60-generic i686
  UpgradeStatus: Upgraded to precise on 2014-01-12 (90 days ago)
  UserGroups:
   
  dmi.bios.date: 04/23/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V2.6
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 785GM-E51 (MS-7596)
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.6:bd04/23/2010:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7596:pvr1.0:rvnMICRO-STARINTERNATIONALCO.,LTD:rn785GM-E51(MS-7596):rvr1.0:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvr1.0:
  dmi.product.name: MS-7596
  dmi.product.version: 1.0
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO.,LTD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1306955/+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 1303442] Re: [Dell Inc. Inspiron 6000] suspend/resume failure

2014-04-19 Thread Christopher M. Penalver
** Tags added: latest-bios-a09 needs-upstream-testing

** Summary changed:

- [Dell Inc. Inspiron 6000] suspend/resume failure
+ [Dell Inspiron 6000] suspend/resume failure

-- 
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/1303442

Title:
  [Dell Inspiron 6000] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  No funciona el terminal

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-23-generic 3.13.0-23.45
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  costapela   1463 F pulseaudio
  Date: Sun Apr  6 20:53:07 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=e97359ce-77f5-4e4f-a40c-419f0421e746
  InstallationDate: Installed on 2014-04-05 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta i386 (20140326)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Dell Inc. Inspiron 6000
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-23-generic N/A
   linux-backports-modules-3.13.0-23-generic  N/A
   linux-firmware 1.127
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: [Dell Inc. Inspiron 6000] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 09/28/2005
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0WF351
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd09/28/2005:svnDellInc.:pnInspiron6000:pvr:rvnDellInc.:rn0WF351:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 6000
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1303442/+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 1303465] Re: [ASUS P8H77-M LE] suspend/resume failure [non-free: nvidia]

2014-04-19 Thread Christopher M. Penalver
Konstigt, as per http://www.asus.com/Motherboards/P8H77M_LE/HelpDesk_Download/ 
an update to your BIOS is available (1404). If you update to this following 
https://help.ubuntu.com/community/BiosUpdate does it change anything?  If it 
doesn't, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful.

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Thank you for your understanding.

** Tags added: bios-outdated-1404

-- 
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/1303465

Title:
  [ASUS P8H77-M LE] suspend/resume failure [non-free: nvidia]

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Got this error after there was a power outage during my computer was
  in a suspend state

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-23-generic 3.13.0-23.45
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  NonfreeKernelModules: nvidia
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  thnov  2305 F pulseaudio
   /dev/snd/controlC0:  thnov  2305 F pulseaudio
  Date: Sun Apr  6 15:36:38 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  InstallationDate: Installed on 2014-03-28 (9 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
  InterpreterPath: /usr/bin/python3.4
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-23-generic 
root=UUID=655cc4fd-a805-4281-b44a-cd6e9b5b2022 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-23-generic N/A
   linux-backports-modules-3.13.0-23-generic  N/A
   linux-firmware 1.127
  RfKill:
   
  SourcePackage: linux
  Title: [System manufacturer System Product Name] suspend/resume failure 
[non-free: nvidia]
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1302
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8H77-M LE
  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.:bvr1302:bd06/04/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H77-MLE: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/1303465/+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 1303442] Re: [Dell Inspiron 6000] suspend/resume failure

2014-04-19 Thread Christopher M. Penalver
Carlos Costa, could you please test the latest upstream kernel available (not 
the daily folder) following https://wiki.ubuntu.com/KernelMainlineBuilds ? It 
will allow additional upstream developers to examine the issue. Once you've 
tested the upstream kernel, please comment on which kernel version specifically 
you tested. If this bug is fixed in the mainline kernel, please add the 
following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested. For 
example:
kernel-fixed-upstream-3.15-rc1

This can be done by clicking on the yellow circle with a black pencil icon next 
to the word Tags located at the bottom of the bug description. As well, please 
remove the tag:
needs-upstream-testing

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

As well, please remove the tag:
needs-upstream-testing

Once testing of the upstream kernel is complete, please mark this bug's
Status as Confirmed. Please let us know your results. Thank you for your
understanding.

** Changed in: linux (Ubuntu)
   Importance: Low = Medium

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1303442

Title:
  [Dell Inspiron 6000] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  No funciona el terminal

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-23-generic 3.13.0-23.45
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  costapela   1463 F pulseaudio
  Date: Sun Apr  6 20:53:07 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=e97359ce-77f5-4e4f-a40c-419f0421e746
  InstallationDate: Installed on 2014-04-05 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta i386 (20140326)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Dell Inc. Inspiron 6000
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-23-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-23-generic N/A
   linux-backports-modules-3.13.0-23-generic  N/A
   linux-firmware 1.127
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: [Dell Inc. Inspiron 6000] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 09/28/2005
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0WF351
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd09/28/2005:svnDellInc.:pnInspiron6000:pvr:rvnDellInc.:rn0WF351:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Inspiron 6000
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1303442/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1163720] Re: Brightness control broken on XPS13 and 3.8.0-16, 3.8.0-22 and 3.11.0-12

2014-04-19 Thread Guillaume PARIS
Yeah, i read it, but the actually proposed solution doesn't work with the
new kernel and uefi.
Le 19 avr. 2014 17:20, Bib 1163...@bugs.launchpad.net a écrit :

 Guillaume, I didn't re-read the whole thread, but did you? At a time,
 the issue was said to be fixed for ubuntu installed over a BIOS MODE
 only, i.e. not over UEFI. Did you check this or do you already know
 you're in UEFI (only usefull I beleive for double boot with W7+)?

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1163720

 Title:
   Brightness control broken on XPS13 and 3.8.0-16, 3.8.0-22 and
   3.11.0-12

 Status in The Linux Kernel:
   Incomplete
 Status in “linux” package in Ubuntu:
   Fix Released
 Status in “linux” source package in Precise:
   Fix Released
 Status in “linux” source package in Quantal:
   Fix Released
 Status in “linux” source package in Raring:
   Fix Released
 Status in “linux” source package in Saucy:
   Fix Released

 Bug description:
   Since 3.8.0-16, the brightness control doesn’t work anymore.
   The popup is displayed, so the shortcut keys do work correctly, but it
 has no effect on the actual brightness of the screen.

   Switching back to 3.8.0-15 solves the issue.

   ProblemType: Bug
   DistroRelease: Ubuntu 13.04
   Package: linux-image-3.8.0-16-generic 3.8.0-16.26
   ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
   Uname: Linux 3.8.0-16-generic x86_64
   ApportVersion: 2.9.2-0ubuntu5
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  coucouf1837 F pulseaudio
   Date: Wed Apr  3 08:29:58 2013
   DistributionChannelDescriptor:
# This is a distribution channel descriptor
# For more information see
 http://wiki.ubuntu.com/DistributionChannelDescriptor
canonical-oem-somerville-precise-amd64-20120703-2
   HibernationDevice: RESUME=UUID=e49e9eae-f16f-45bb-ad2c-b6da5c0c6f6d
   InstallationDate: Installed on 2013-03-23 (10 days ago)
   InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary
 20120703-15:08
   MachineType: Dell Inc. Dell System XPS L322X
   MarkForUpload: True
   ProcEnviron:
TERM=xterm
PATH=(custom, no user)
XDG_RUNTIME_DIR=set
LANG=fr_FR.UTF-8
SHELL=/bin/bash
   ProcFB: 0 inteldrmfb
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-16-generic
 root=UUID=3f6858e1-d8f5-44c4-b8e9-5ab8b9639ba7 ro quiet splash vt.handoff=7
   RelatedPackageVersions:
linux-restricted-modules-3.8.0-16-generic N/A
linux-backports-modules-3.8.0-16-generic  N/A
linux-firmware1.104
   SourcePackage: linux
   UpgradeStatus: Upgraded to raring on 2013-04-02 (0 days ago)
   dmi.bios.date: 01/22/2013
   dmi.bios.vendor: Dell Inc.
   dmi.bios.version: A07
   dmi.board.name: 0PJHXN
   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.:bvrA07:bd01/22/2013:svnDellInc.:pnDellSystemXPSL322X:pvr:rvnDellInc.:rn0PJHXN:rvrA00:cvnDellInc.:ct8:cvr0.1:
   dmi.product.name: Dell System XPS L322X
   dmi.sys.vendor: Dell Inc.

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/linux/+bug/1163720/+subscriptions


-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1163720

Title:
  Brightness control broken on XPS13 and 3.8.0-16, 3.8.0-22 and
  3.11.0-12

Status in The Linux Kernel:
  Incomplete
Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Released
Status in “linux” source package in Quantal:
  Fix Released
Status in “linux” source package in Raring:
  Fix Released
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  Since 3.8.0-16, the brightness control doesn’t work anymore.
  The popup is displayed, so the shortcut keys do work correctly, but it has no 
effect on the actual brightness of the screen.

  Switching back to 3.8.0-15 solves the issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-16-generic 3.8.0-16.26
  ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
  Uname: Linux 3.8.0-16-generic x86_64
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  coucouf1837 F pulseaudio
  Date: Wed Apr  3 08:29:58 2013
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20120703-2
  HibernationDevice: RESUME=UUID=e49e9eae-f16f-45bb-ad2c-b6da5c0c6f6d
  InstallationDate: Installed on 2013-03-23 (10 days ago)
  InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20120703-15:08
  MachineType: Dell Inc. Dell 

[Kernel-packages] [Bug 1242079] Re: 13.10 Bluetooth: can't load firmware, may not work correctly

2014-04-19 Thread frapell
I confirm this bug no longer affects me after upgrading to 14.04

Bluetooth works perfect again

ref:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242079/comments/25

-- 
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/1242079

Title:
  13.10 Bluetooth: can't load firmware, may not work correctly

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Bluetooth does not work on Thinkpad E135 (Broadcom)

  
  dmesg|grep -i bluetooth

  gives
  ...
  Bluetooth: can't load firmware, may not work correctly
  

  This was also a problem on 13.04
  --- 
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 13.10
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (129 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  MarkForUpload: True
  NonfreeKernelModules: wl fglrx
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  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-12-generic N/A
   linux-backports-modules-3.11.0-12-generic  N/A
   linux-firmware 1.116
  Tags:  saucy
  Uname: Linux 3.11.0-12-generic x86_64
  UpgradeStatus: Upgraded to saucy on 2013-10-19 (1 days ago)
  UserGroups:
   
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  georg  2130 F pulseaudio
   /dev/snd/controlC0:  georg  2130 F pulseaudio
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=98833f0e-41cc-46c9-81a3-9b7cc9e45c3a
  InstallationDate: Installed on 2013-06-12 (310 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: LENOVO 335963G
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=2f4442d5-4677-47b6-9a14-b62928d2c161 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  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.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/26/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: HMET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 335963G
  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:bvrHMET90WW(2.50):bd12/26/2012:svnLENOVO:pn335963G:pvrThinkPadEdgeE135:rvnLENOVO:rn335963G:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 335963G
  dmi.product.version: ThinkPad Edge E135
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242079/+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 1303420] Re: Wireless HW killswitch doesn't work on HP Elitebook Folio 1040 G1

2014-04-19 Thread Christopher M. Penalver
** Tags added: latest-bios-01.05

-- 
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/1303420

Title:
  Wireless HW killswitch doesn't work on HP Elitebook Folio 1040 G1

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  The hardware wifi killswitch doesn't work on a HP Elitebook Folio 1040
  G1.

  The sound mute button next to it does though.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-23-generic 3.13.0-23.45 [modified: 
boot/vmlinuz-3.13.0-23-generic]
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jpds   3933 F pulseaudio
   /dev/snd/controlC0:  jpds   3933 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Apr  6 18:37:24 2014
  HibernationDevice: RESUME=UUID=05490d4c-6800-46a1-b5ba-8b32bdc57e89
  InstallationDate: Installed on 2014-04-06 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140406)
  MachineType: Hewlett-Packard HP EliteBook Folio 1040 G1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-23-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-23-generic N/A
   linux-backports-modules-3.13.0-23-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/09/2014
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: L83 Ver. 01.05
  dmi.board.name: 213E
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 24.2A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrL83Ver.01.05:bd02/09/2014:svnHewlett-Packard:pnHPEliteBookFolio1040G1:pvrA3009DD18303:rvnHewlett-Packard:rn213E:rvrKBCVersion24.2A:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook Folio 1040 G1
  dmi.product.version: A3009DD18303
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1303420/+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 1303433] Re: [SAMSUNG ELECTRONICS CO., LTD. 700Z3A/700Z4A/700Z5A/700Z5B] suspend/resume failure [non-free: fglrx]

2014-04-19 Thread Christopher M. Penalver
** Tags added: needs-full-computer-model

-- 
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/1303433

Title:
  [SAMSUNG ELECTRONICS CO., LTD. 700Z3A/700Z4A/700Z5A/700Z5B]
  suspend/resume failure [non-free: fglrx]

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I think the problem was coming out of a sleep or lid closed even on a
  laptop.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-23-generic 3.13.0-23.45
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  NonfreeKernelModules: fglrx
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nick   2153 F pulseaudio
  Date: Sun Apr  6 13:28:14 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=d6d78b54-dd3d-4617-abb3-6c9e988946d4
  InstallationDate: Installed on 2014-03-03 (34 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  InterpreterPath: /usr/bin/python3.4
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 700Z3A/700Z4A/700Z5A/700Z5B
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-23-generic.efi.signed 
root=UUID=de373671-38bc-4359-a59f-0b9610b5c755 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.13.0-23-generic N/A
   linux-backports-modules-3.13.0-23-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  Title: [SAMSUNG ELECTRONICS CO., LTD. 700Z3A/700Z4A/700Z5A/700Z5B] 
suspend/resume failure [non-free: fglrx]
  UpgradeStatus: Upgraded to trusty on 2014-03-19 (18 days ago)
  UserGroups:
   
  dmi.bios.date: 11/06/2012
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 15FD
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 700Z3A/700Z4A/700Z5A/700Z5B
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr15FD:bd11/06/2012:svnSAMSUNGELECTRONICSCO.,LTD.:pn700Z3A/700Z4A/700Z5A/700Z5B:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rn700Z3A/700Z4A/700Z5A/700Z5B:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.name: 700Z3A/700Z4A/700Z5A/700Z5B
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1303433/+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 1303342] Re: [Acer C720] Touchpad not working after kernel upgrade

2014-04-19 Thread Christopher M. Penalver
Ulugbek, could you please confirm this issue exists with the latest
development release of Ubuntu? ISO images are available from
http://cdimage.ubuntu.com/daily-live/current/ . If the issue remains,
please just make a comment to this.

** Summary changed:

- Touchpad not working in 'Acer C720' Chromebook after the kernel upgrade
+ [Acer C720] Touchpad not working after kernel upgrade

** Tags added: needs-trusty-test

-- 
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/1303342

Title:
  [Acer C720] Touchpad not working after kernel upgrade

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  After update touchpad stopped working. System does not see it.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-19-generic 3.11.0-19.33
  ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
  Uname: Linux 3.11.0-19-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  user   1305 F pulseaudio
   /dev/snd/controlC0:  user   1305 F pulseaudio
  Date: Sun Apr  6 15:16:34 2014
  MachineType: Acer Peppy
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-19-generic 
root=UUID=4819d259-3230-4604-abd0-791f3aa07325 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-19-generic N/A
   linux-backports-modules-3.11.0-19-generic  N/A
   linux-firmware 1.116.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2013
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd10/29/2013:svnAcer:pnPeppy:pvr1.0:cvnAcer:ct3:cvr:
  dmi.product.name: Peppy
  dmi.product.version: 1.0
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1303342/+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 1303322] Re: [OEM Manufacturer V-P7H55E] suspend/resume failure

2014-04-19 Thread Christopher M. Penalver
allartk, as per 
http://support.asus.com/download.aspx?SLanguage=enm=V7-P7H55Eos=8 an update 
to your BIOS is available (0504). If you update to this following 
https://help.ubuntu.com/community/BiosUpdate does it change anything?  If it 
doesn't, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful.

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Thank you for your understanding.

** Tags added: bios-outdated-0504

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

** Summary changed:

- [OEM Manufacturer V-P7H55E] suspend/resume failure
+ [Asus V-P7H55E] suspend/resume failure

-- 
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/1303322

Title:
  [Asus V-P7H55E] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Computer freezes while going to suspend.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-22-generic 3.13.0-22.44
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  Uname: Linux 3.13.0-22-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  allart 2104 F pulseaudio
   /dev/snd/controlC0:  allart 2104 F pulseaudio
  Date: Sun Apr  6 13:53:41 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=a564874b-0247-4369-b378-d5c2620f1d99
  InstallationDate: Installed on 2013-10-13 (175 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  InterpreterPath: /usr/bin/python3.4
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: OEM Manufacturer V-P7H55E
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-22-generic 
root=UUID=2e7148e1-499b-478f-b052-40fae607bd22 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.13.0-22-generic N/A
   linux-backports-modules-3.13.0-22-generic  N/A
   linux-firmware 1.127
  RfKill:
   
  SourcePackage: linux
  Title: [OEM Manufacturer V-P7H55E] suspend/resume failure
  UpgradeStatus: Upgraded to trusty on 2014-03-29 (7 days ago)
  UserGroups:
   
  dmi.bios.date: 01/07/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0303
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: V-P7H55E
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: 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.:bvr0303:bd01/07/2010:svnOEMManufacturer:pnV-P7H55E:pvrX.0x:rvnASUSTeKComputerINC.:rnV-P7H55E:rvrX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: V-P7H55E
  dmi.product.version: X.0x
  dmi.sys.vendor: OEM Manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1303322/+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 1303264] Re: [SAMSUNG ELECTRONICS CO., LTD. N150P] suspend/resume failure

2014-04-19 Thread Christopher M. Penalver
Reiner Jung, could you please provide the full computer model as noted
on the sticker?

** Tags added: needs-full-computer-model

-- 
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/1303264

Title:
  [SAMSUNG ELECTRONICS CO., LTD. N150P] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The problem report popped up after login when I freshly started the
  netbook. I assume the problem, whatever it is, happened during
  shutdown, as a couple of applications where still running.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-20-generic 3.13.0-20.42
  ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
  Uname: Linux 3.13.0-20-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lightdm1449 F pulseaudio
reiner 2346 F pulseaudio
  Date: Sun Apr  6 10:28:59 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=caec520b-e75e-4d2a-b738-50ca3a3cbf3c
  InstallationDate: Installed on 2013-04-18 (352 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
  InterpreterPath: /usr/bin/python3.4
  MachineType: SAMSUNG ELECTRONICS CO., LTD. N150P
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-20-generic 
root=UUID=fa400436-f6bc-4f1e-9e78-5284a6e9f17c 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.13.0-20-generic N/A
   linux-backports-modules-3.13.0-20-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  SystemImageInfo: Error: [Errno 2] No such file or directory: 
'system-image-cli'
  Title: [SAMSUNG ELECTRONICS CO., LTD. N150P] suspend/resume failure
  UpgradeStatus: Upgraded to trusty on 2014-02-04 (60 days ago)
  UserGroups:
   
  dmi.bios.date: 12/20/2010
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 01GT.M026.20101220.RHU
  dmi.board.asset.tag: SAMSUNG
  dmi.board.name: N150P
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr01GT.M026.20101220.RHU:bd12/20/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnN150P:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnN150P:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
  dmi.product.name: N150P
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1303264/+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 1303277] Re: [LENOVO 42919Q1] suspend/resume failure

2014-04-19 Thread Christopher M. Penalver
Xavier, as per http://download.lenovo.com/express/ddfm.html an update to your 
BIOS is available (1.39). If you update to this following 
https://help.ubuntu.com/community/BiosUpdate does it change anything?  If it 
doesn't, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful.

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Thank you for your understanding.

** Tags added: bios-outdated-1.39

** Summary changed:

- [LENOVO 42919Q1] suspend/resume failure
+ [Lenovo ThinkPad X220] suspend/resume failure

-- 
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/1303277

Title:
  [Lenovo ThinkPad X220] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I was booting after power failure, and then crash...

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-22-generic 3.13.0-22.44
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  Uname: Linux 3.13.0-22-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  xavier 2095 F pulseaudio
  Date: Sun Apr  6 11:20:31 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=6fce8fc2-f7bd-4d6d-8ba6-7be6284b1406
  InstallationDate: Installed on 2012-11-20 (501 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  InterpreterPath: /usr/bin/python3.4
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 42919Q1
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-22-generic 
root=UUID=42b8be86-c054-4e02-950a-c5f0b80236d4 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.13.0-22-generic N/A
   linux-backports-modules-3.13.0-22-generic  N/A
   linux-firmware 1.127
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: [LENOVO 42919Q1] suspend/resume failure
  UpgradeStatus: Upgraded to trusty on 2014-03-13 (23 days ago)
  UserGroups:
   
  dmi.bios.date: 04/02/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET59WW (1.29 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 42919Q1
  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:bvr8DET59WW(1.29):bd04/02/2012:svnLENOVO:pn42919Q1:pvrThinkPadX220:rvnLENOVO:rn42919Q1:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 42919Q1
  dmi.product.version: ThinkPad X220
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1303277/+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 1303239] Re: [Hewlett-Packard HP Pavilion dv6 Notebook PC] suspend/resume failure

2014-04-19 Thread Christopher M. Penalver
** Tags added: needs-full-computer-model

-- 
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/1303239

Title:
  [Hewlett-Packard HP Pavilion dv6 Notebook PC] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I suspended laptop and when I closed lid it automatically resumed.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-22-generic 3.13.0-22.44
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  Uname: Linux 3.13.0-22-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hardik 2854 F pulseaudio
  Date: Sun Apr  6 11:26:28 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=02e0bb90-12b1-4dfd-9758-5fa97e8a123e
  InstallationDate: Installed on 2014-01-25 (70 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140124)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-22-generic 
root=UUID=16cc79ca-9291-4edb-9335-f1580c6d3dac 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.13.0-22-generic N/A
   linux-backports-modules-3.13.0-22-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  Title: [Hewlett-Packard HP Pavilion dv6 Notebook PC] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 10/05/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.1B
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3388
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 10.31
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.1B:bd10/05/2011:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr058E1124471620100:rvnHewlett-Packard:rn3388:rvr10.31:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion dv6 Notebook PC
  dmi.product.version: 058E1124471620100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1303239/+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 1303116] Re: [LENOVO 424049U] suspend/resume failure

2014-04-19 Thread Christopher M. Penalver
Ram, as per http://download.lenovo.com/express/ddfm.html an update to your BIOS 
is available (1.44). If you update to this following 
https://help.ubuntu.com/community/BiosUpdate does it change anything?  If it 
doesn't, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful.

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Thank you for your understanding.

** Tags added: bios-outdated-1.44

** Summary changed:

- [LENOVO 424049U] suspend/resume failure
+ [Lenovo ThinkPad T520] suspend/resume failure

-- 
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/1303116

Title:
  [Lenovo ThinkPad T520] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Always see this detected problem message when we restart the box

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-20-generic 3.13.0-20.42
  ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
  Uname: Linux 3.13.0-20-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ram1701 F pulseaudio
  Date: Sat Apr  5 10:41:37 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=0ab4d7fb-8f52-49f9-b7b8-6a63daaf78cb
  InstallationDate: Installed on 2014-03-29 (7 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta i386 (20140326)
  InterpreterPath: /usr/bin/python3.4
  MachineType: LENOVO 424049U
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB:
   0 inteldrmfb
   1 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-20-generic 
root=UUID=65b45ca9-7488-403d-a971-62820816e999 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.13.0-20-generic N/A
   linux-backports-modules-3.13.0-20-generic  N/A
   linux-firmware 1.126
  SourcePackage: linux
  Title: [LENOVO 424049U] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 12/06/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8AET56WW (1.36 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 424049U
  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:bvr8AET56WW(1.36):bd12/06/2011:svnLENOVO:pn424049U:pvrThinkPadT520:rvnLENOVO:rn424049U:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 424049U
  dmi.product.version: ThinkPad T520
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1303116/+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 1303080] Re: LENOVO 20217 suspend/resume failure

2014-04-19 Thread Christopher M. Penalver
** Tags added: latest-bios-v1.10

** Summary changed:

-  LENOVO 20217  suspend/resume failure 
+ [Lenovo IdeaPad Y510P] suspend/resume failure

-- 
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/1303080

Title:
  [Lenovo IdeaPad Y510P] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  after the system hibernates, it won't restore the session ...
  after the reboot, error notifications appears

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-22-generic 3.13.0-22.44
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  Uname: Linux 3.13.0-22-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  nvidia 2664 F pulseaudio
  Date: Sat Apr  5 16:51:03 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=965f55c0-69cf-4d9b-a4c8-ce7db85f5aef
  InstallationDate: Installed on 2014-01-22 (72 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140121)
  InterpreterPath: /usr/bin/python3.4
  MachineType: LENOVO 20217
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-22-generic.efi.signed 
root=UUID=3fd46ada-11f4-422a-ba35-97ef4ba79840 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.13.0-22-generic N/A
   linux-backports-modules-3.13.0-22-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  Title: [LENOVO 20217] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN35WW(V1.10)
  dmi.board.asset.tag: YB00912886
  dmi.board.name: 20217
  dmi.board.vendor: LENOVO
  dmi.board.version: 3194Std
  dmi.chassis.asset.tag: YB00912886
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN35WW(V1.10):bd07/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rn20217:rvr3194Std:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.name: 20217
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1303080/+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 1302993] Re: [LENOVO 4242PT2] suspend/resume failure [non-free: nvidia]

2014-04-19 Thread Christopher M. Penalver
** Tags added: latest-bios-1.44

** Attachment removed: lspci-vnvn.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302993/+attachment/4067214/+files/lspci-vnvn.log

** Summary changed:

- [LENOVO 4242PT2] suspend/resume failure [non-free: nvidia]
+ [Lenovo ThinkPad T520] suspend/resume failure [non-free: nvidia]

-- 
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/1302993

Title:
  [Lenovo ThinkPad T520] suspend/resume failure [non-free: nvidia]

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  OS:
  Xubuntu Trusty Tahr 14.04

  Kernel:
  Ubuntu 3.13.0-22.44-generic 3.13.8

  
  Expected behaviour:
  - Laptop goes into suspend mode and recovers correctly afterwards.

  What happens:
  - Laptop doesn't go into suspend completely.
  - Nvidia driver collapses after logging back into the session.

  
  Further log information can be found in the attachments.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-22-generic 3.13.0-22.44
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  Uname: Linux 3.13.0-22-generic x86_64
  NonfreeKernelModules: nvidia
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  minium 2434 F pulseaudio
  Date: Sat Apr  5 11:12:42 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=d5c0f9e8-e1a0-4ca1-a684-4879c98be5d5
  InstallationDate: Installed on 2014-04-02 (2 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140402)
  InterpreterPath: /usr/bin/python3.4
  MachineType: LENOVO 4242PT2
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-22-generic.efi.signed 
root=/dev/mapper/xubuntu--vg-root ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-22-generic N/A
   linux-backports-modules-3.13.0-22-generic  N/A
   linux-firmware 1.127
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: [LENOVO 4242PT2] suspend/resume failure [non-free: nvidia]
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/26/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8AET64WW (1.44 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 4242PT2
  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:bvr8AET64WW(1.44):bd07/26/2013:svnLENOVO:pn4242PT2:pvrThinkPadT520:rvnLENOVO:rn4242PT2:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4242PT2
  dmi.product.version: ThinkPad T520
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302993/+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 1302972] Re: [Compaq Evo Evo N610c] suspend/resume failure

2014-04-19 Thread Christopher M. Penalver
Urs Fleisch, this bug report is being closed due to your last comment
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302972/comments/4
regarding this being fixed with an update. For future reference you can
manage the status of your own bugs by clicking on the current status in
the yellow line and then choosing a new status in the revealed drop down
box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: linux (Ubuntu)
   Status: 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/1302972

Title:
  [Compaq Evo Evo N610c] suspend/resume failure

Status in “linux” package in Ubuntu:
  Invalid

Bug description:
  Suspend to RAM does not work on the Compaq Evo N610c with Lubuntu
  14.04, it worked without problems with Lubuntu 12.04.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-22-generic 3.13.0-22.44
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  Uname: Linux 3.13.0-22-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  urs1625 F lxpanel
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Sat Apr  5 08:39:47 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=53f12ff2-57b3-4ce0-b302-536297221d0a
  InstallationDate: Installed on 2014-04-04 (0 days ago)
  InstallationMedia: Lubuntu 14.04 LTS Trusty Tahr - Daily i386 (20140403)
  InterpreterPath: /usr/bin/python3.4
  Lsusb:
   Bus 001 Device 002: ID 13b1:0020 Linksys WUSB54GC v1 802.11g Adapter [Ralink 
RT73]
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Compaq Evo Evo N610c
  PccardctlIdent:
   Socket 0:
 no product info available
   Socket 1:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
   Socket 1:
 no card
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-22-generic 
root=UUID=6a24771a-325a-4568-b12d-cb7f14a87875 ro nomodeset quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-22-generic N/A
   linux-backports-modules-3.13.0-22-generic  N/A
   linux-firmware 1.127
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: [Compaq Evo Evo N610c] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 05/27/2004
  dmi.bios.vendor: Compaq
  dmi.bios.version: 68P4F Ver. F.1B
  dmi.board.name: 07F4
  dmi.board.vendor: Compaq
  dmi.board.version: KBC Version   .
  dmi.chassis.asset.tag: CNU33805XC
  dmi.chassis.type: 10
  dmi.chassis.vendor: Compaq
  dmi.modalias: 
dmi:bvnCompaq:bvr68P4FVer.F.1B:bd05/27/2004:svnCompaq:pnEvoEvoN610c:pvr:rvnCompaq:rn07F4:rvrKBCVersion.:cvnCompaq:ct10:cvr:
  dmi.product.name: Evo Evo N610c
  dmi.sys.vendor: Compaq

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302972/+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 1303239] Re: [Hewlett-Packard HP Pavilion dv6 Notebook PC] suspend/resume failure

2014-04-19 Thread Hardik127
Sorry I forgot to update, but after last update it has stopped happening
and suspend works fine now.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1303239

Title:
  [Hewlett-Packard HP Pavilion dv6 Notebook PC] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I suspended laptop and when I closed lid it automatically resumed.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-22-generic 3.13.0-22.44
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  Uname: Linux 3.13.0-22-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  hardik 2854 F pulseaudio
  Date: Sun Apr  6 11:26:28 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=02e0bb90-12b1-4dfd-9758-5fa97e8a123e
  InstallationDate: Installed on 2014-01-25 (70 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140124)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-22-generic 
root=UUID=16cc79ca-9291-4edb-9335-f1580c6d3dac 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.13.0-22-generic N/A
   linux-backports-modules-3.13.0-22-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  Title: [Hewlett-Packard HP Pavilion dv6 Notebook PC] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 10/05/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.1B
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3388
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 10.31
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.1B:bd10/05/2011:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr058E1124471620100:rvnHewlett-Packard:rn3388:rvr10.31:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion dv6 Notebook PC
  dmi.product.version: 058E1124471620100
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1303239/+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 1305137] Re: [LENOVO ThinkPad Edge E430] hibernate/resume failure

2014-04-19 Thread XmIsTeR
I've updated the BIOS, however it didn't help.
The output of the commands is:

H0ET95WW (2.55 )
01/20/2014

I can provide some additional info:
Suspending works as it should, no problem here.
However on hibernation it just boots up as always (if it wasn't hibernated), 
then I get an apport message about failed hibernation.

-- 
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/1305137

Title:
  [LENOVO ThinkPad Edge E430] hibernate/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Wake up from suspend only works after a short period of time.
  After a longer sleep it crashes and reboots on resume.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-23-generic 3.13.0-23.45
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  Annotation: This occured during a previous hibernate and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  xmister2579 F pulseaudio
   /dev/snd/controlC0:  xmister2579 F pulseaudio
  Date: Wed Apr  9 17:16:17 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: hibernate/resume
  HibernationDevice: RESUME=UUID=8a7f855a-0d14-4691-aab8-c48d936a5ee0
  InstallationDate: Installed on 2013-02-06 (427 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  InterpreterPath: /usr/bin/python3.4
  MachineType: LENOVO 3254A8G
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-23-generic 
root=UUID=debb9bc7-0b26-4231-8b9e-f09d2dfbc579 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-23-generic N/A
   linux-backports-modules-3.13.0-23-generic  N/A
   linux-firmware 1.127
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
  SourcePackage: linux
  Title: [LENOVO 3254A8G] hibernate/resume failure
  UpgradeStatus: Upgraded to trusty on 2014-01-26 (73 days ago)
  UserGroups: sbuild
  dmi.bios.date: 08/02/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: H0ET94WW (2.54 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 3254A8G
  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:bvrH0ET94WW(2.54):bd08/02/2013:svnLENOVO:pn3254A8G:pvrThinkPadEdgeE430:rvnLENOVO:rn3254A8G:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 3254A8G
  dmi.product.version: ThinkPad Edge E430
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1305137/+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 1003309] Re: Boot fails after installing updates, error: “cryptsetup: evms_activate is not available

2014-04-19 Thread Ruth Cheesley
I have had this problem occur when upgrading from Kubuntu 13.10 to
14.04.

On rebooting after the upgrade completed successfully I am unable to log
in, I receive the error at the encryption password screen:
evms_activate not available and my encryption pass phase is not
accepted.

Managed to boot into an older kernel via grub, but not sure where to go
with this now.

Was there any resolution?  If I can help with any logs etc please advise
how, I'm new to submitting bugs here but happy to help if I can! :)

Ruth

-- 
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/1003309

Title:
  Boot fails after installing updates, error: “cryptsetup: evms_activate
  is not available

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  I run 12.04 LTS on a virtualbox image. I use LUKS and LVM for whole
  disk encryption.

  After installing recent kernel updates, my system no longer boots. It
  says: cryptsetup: evms_activate is not available when it would
  normally ask for passphrase.

  If I boot the previous kernel, I do not get this error.

  This appears to be a bug in the new kernel package?

  Until this is fixed, is there any workaround that will let me boot my
  system with the new kernel?

  
  More info:
  Maybe this issue is related to this bug: 
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/957602 ?
  However, this is a much more recent kernel.

  This kernel works: 3.2.0-23-generic, while this one fails:
  3.2.0-24-generic

  
  I have tried doing this:
  sudo su -
  cd /boot/grub
  update-initramfs -u
  update-grub
  reboot

  This did not solve the issue.


  
  It seems that the new kernel does not include evms support, while the older 
kernel does.
  Is this something that has been officially removed from the Ubuntu provided 
kernel? If so, why? I am pretty sure this breaks a lot of Ubuntu deployments 
using LUKS and dmcrypt.


  My /etc/fstab is available here:
  http://p.adora.dk/P2400.html

  My /etc/crypttab is available here:
  http://p.adora.dk/P2401.html
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: I82801AAICH [Intel 82801AA-ICH], device 0: Intel ICH [Intel 
82801AA-ICH]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tdn2056 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'I82801AAICH'/'Intel 82801AA-ICH with STAC9700,83,84 at irq 21'
 Mixer name : 'SigmaTel STAC9700,83,84'
 Components : 'AC97a:83847600'
 Controls  : 34
 Simple ctrls  : 24
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=f1d46fd3-d40c-43e3-b4a3-74fa5f699952
  InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120424)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
  MachineType: innotek GmbH VirtualBox
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_DK:en
   TERM=xterm
   PATH=(custom, user)
   LANG=en_DK.UTF-8
   SHELL=/bin/zsh
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-23-generic 
root=/dev/mapper/barbera-root ro quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-23-generic N/A
   linux-backports-modules-3.2.0-23-generic  N/A
   linux-firmware1.79
  RfKill:
   
  SourcePackage: linux
  Tags:  precise precise
  Uname: Linux 3.2.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin photo plugdev sambashare sudo users 
video
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1003309/+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 1302908] Re: [Acer Aspire 5734Z] suspend/resume failure [non-free: wl]

2014-04-19 Thread Christopher M. Penalver
** Tags added: latest-bios-v1.06

** 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/1302908

Title:
  [Acer Aspire 5734Z] suspend/resume failure [non-free: wl]

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  
  My laptop battery runs out, the automatic supspend start. When I turn on 
again, the crash appears.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-23-generic 3.13.0-23.45
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic i686
  NonfreeKernelModules: wl
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alan   1876 F pulseaudio
  Date: Fri Apr  4 22:27:36 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=35f10121-fabd-4d6a-89d3-5c21760421f7
  InstallationDate: Installed on 2013-11-08 (147 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release i386 (20131016.1)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Acer Aspire 5734Z
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-23-generic 
root=UUID=9ceec552-587c-4fb5-8a3e-a7727cd98cc2 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.13.0-23-generic N/A
   linux-backports-modules-3.13.0-23-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  Title: [Acer Aspire 5734Z] suspend/resume failure [non-free: wl]
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 04/25/2011
  dmi.bios.vendor: Acer
  dmi.bios.version: V1.06
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Aspire 5734Z
  dmi.board.vendor: Acer
  dmi.board.version: V1.06
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V1.06
  dmi.modalias: 
dmi:bvnAcer:bvrV1.06:bd04/25/2011:svnAcer:pnAspire5734Z:pvrV1.06:rvnAcer:rnAspire5734Z:rvrV1.06:cvnAcer:ct10:cvrV1.06:
  dmi.product.name: Aspire 5734Z
  dmi.product.version: V1.06
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302908/+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 1302804] Re: [MacBook6, 1] amd64+mac ISO daily build + 2009/2010 clamshell Macbook does not resume from suspend properly (nothing clickable).

2014-04-19 Thread Christopher M. Penalver
** Summary changed:

- amd64+mac ISO daily build + 2009/2010 clamshell Macbook does not resume from 
suspend properly (nothing clickable).
+ [MacBook6,1] amd64+mac ISO daily build + 2009/2010 clamshell Macbook does not 
resume from suspend properly (nothing clickable).

-- 
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/1302804

Title:
  [MacBook6,1] amd64+mac ISO daily build + 2009/2010 clamshell Macbook
  does not resume from suspend properly (nothing clickable).

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Hello friends. I have a late 2009/early 2010 clamshell Macbook. When I
  close the lid OR select suspend from the menu, it appears to
  successfully suspend. The light on the front of the laptop has a
  steady bright/dim pulse, so things look good there. When I resume from
  suspend, everything comes awake again. Thing is, nothing is clickable.
  I can see the lock screen, but I cannot click on anything. The cursor
  freely moves, however, but nothing responds to my click request.

  I also disabled the lock system when resuming from suspend option in
  hopes that maybe it was a lock/login screen issue. In this case, it
  brings me back to my regular desktop. I see the Unity panel, top bar,
  etc. But once again, anything I click on is unresponsive.

  Thank you for your time!

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-22-generic 3.13.0-22.44
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  Uname: Linux 3.13.0-22-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jason  1888 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Apr  4 15:53:02 2014
  HibernationDevice: RESUME=UUID=916319a9-c577-4321-a5a9-666cb1904590
  InstallationDate: Installed on 2014-04-04 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64+mac (20140404)
  MachineType: Apple Inc. MacBook6,1
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-22-generic 
root=UUID=ff973b06-cfee-499c-803a-e740e2e2b040 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-22-generic N/A
   linux-backports-modules-3.13.0-22-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/15/10
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MB61.88Z.00C8.B02.1003151501
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-F22C8AC8
  dmi.board.vendor: Apple Inc.
  dmi.chassis.asset.tag: Asset Tag#
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F22C8AC8
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMB61.88Z.00C8.B02.1003151501:bd03/15/10:svnAppleInc.:pnMacBook6,1:pvr1.0:rvnAppleInc.:rnMac-F22C8AC8:rvr:cvnAppleInc.:ct10:cvrMac-F22C8AC8:
  dmi.product.name: MacBook6,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302804/+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 1302807] Re: [Micro-Star International Co., Ltd. CR61 2M/CX61 2OC/CX61 2OD] suspend/resume failure

2014-04-19 Thread Christopher M. Penalver
** Tags added: needs-full-computer-model

-- 
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/1302807

Title:
  [Micro-Star International Co., Ltd. CR61 2M/CX61 2OC/CX61 2OD]
  suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Screen switched off and keyboard became unresponsive when attempting
  to suspend, but disk activity light continues to blink, and can't
  resume.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-22-generic 3.13.0-22.44
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  Uname: Linux 3.13.0-22-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tim2121 F pulseaudio
   /dev/snd/controlC1:  tim2121 F pulseaudio
  Date: Fri Apr  4 00:28:56 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=04014206-be08-4e9f-9198-677056e22bf0
  InstallationDate: Installed on 2014-03-20 (14 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140320)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Micro-Star International Co., Ltd. CR61 2M/CX61 2OC/CX61 2OD
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-22-generic.efi.signed 
root=UUID=1d49b2f9-8564-4cc1-8f65-fbbc5b922de8 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.13.0-22-generic N/A
   linux-backports-modules-3.13.0-22-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  Title: [Micro-Star International Co., Ltd. CR61 2M/CX61 2OC/CX61 2OD] 
suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/04/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E16GDIMS.109
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-16GD
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: CR61 2M/CX61 2OC/CX61 2OD
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE16GDIMS.109:bd07/04/2013:svnMicro-StarInternationalCo.,Ltd.:pnCR612M/CX612OC/CX612OD:pvrREV1.0:rvnMicro-StarInternationalCo.,Ltd.:rnMS-16GD:rvrREV1.0:cvnCR612M/CX612OC/CX612OD:ct10:cvrN/A:
  dmi.product.name: CR61 2M/CX61 2OC/CX61 2OD
  dmi.product.version: REV:1.0
  dmi.sys.vendor: Micro-Star International Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302807/+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 1302803] Re: amd64+mac ISO daily build + 2009/2010 clamshell Macbook does not restart.

2014-04-19 Thread Christopher M. Penalver
*** This bug is a duplicate of bug 1302804 ***
https://bugs.launchpad.net/bugs/1302804

** This bug has been marked a duplicate of bug 1302804
   [MacBook6,1] amd64+mac ISO daily build + 2009/2010 clamshell Macbook does 
not resume from suspend properly (nothing clickable).

-- 
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/1302803

Title:
  amd64+mac ISO daily build + 2009/2010 clamshell Macbook does not
  restart.

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Hello friends. I'm running a 2009/2010 clamshell Macbook with today's
  (April 4th 2014) daily build fully updated. I noticed I can not
  restart the computer. When I shut down, it works fine. It also goes
  through its full startup just fine. When I select restart from the
  menu, I see the splash screen (which is very jagged and unreadable). I
  see the scattered dots highlight red to indicate progress once or
  twice, then they lock up. The system never actually restarts and I
  must hold down the power button to force it off before I can restart
  again. This is also true when I issue 'sudo reboot' from the terminal.

  Thank you for your time!

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-22-generic 3.13.0-22.44
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  Uname: Linux 3.13.0-22-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jason  1888 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Apr  4 15:48:06 2014
  HibernationDevice: RESUME=UUID=916319a9-c577-4321-a5a9-666cb1904590
  InstallationDate: Installed on 2014-04-04 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64+mac (20140404)
  MachineType: Apple Inc. MacBook6,1
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-22-generic 
root=UUID=ff973b06-cfee-499c-803a-e740e2e2b040 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-22-generic N/A
   linux-backports-modules-3.13.0-22-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/15/10
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MB61.88Z.00C8.B02.1003151501
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-F22C8AC8
  dmi.board.vendor: Apple Inc.
  dmi.chassis.asset.tag: Asset Tag#
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F22C8AC8
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMB61.88Z.00C8.B02.1003151501:bd03/15/10:svnAppleInc.:pnMacBook6,1:pvr1.0:rvnAppleInc.:rnMac-F22C8AC8:rvr:cvnAppleInc.:ct10:cvrMac-F22C8AC8:
  dmi.product.name: MacBook6,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302803/+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 1302785] Re: [LENOVO 1066AJU] suspend/resume failure

2014-04-19 Thread Christopher M. Penalver
Zadkins526, as per http://download.lenovo.com/express/ddfm.html an update to 
your BIOS is available (44CN43WW). If you update to this following 
https://help.ubuntu.com/community/BiosUpdate does it change anything?  If it 
doesn't, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful.

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Thank you for your understanding.

** Tags added: bios-outdated-44cn43ww

** Summary changed:

- [LENOVO 1066AJU] suspend/resume failure
+ [Lenovo V570] suspend/resume failure

-- 
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/1302785

Title:
  [Lenovo V570] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Computer doesn't always suspend when the suspend button is pressed. It
  is also rather hesitant to resume when the laptop lid is opened.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-22-generic 3.13.0-22.44
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  Uname: Linux 3.13.0-22-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  zadkins526   1958 F pulseaudio
   /dev/snd/pcmC0D0p:   zadkins526   1958 F...m pulseaudio
  CurrentDmesg:
   
  Date: Fri Apr  4 15:20:15 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=3fc9f400-2fd9-4861-b65d-55451d284d29
  InterpreterPath: /usr/bin/python3.4
  MachineType: LENOVO 1066AJU
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-22-generic 
root=UUID=9da47eb8-5016-4c28-83bd-2f274ce3d50c 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.13.0-22-generic N/A
   linux-backports-modules-3.13.0-22-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  StagingDrivers: rts5139
  Title: [LENOVO 1066AJU] suspend/resume failure
  UpgradeStatus: Upgraded to trusty on 2014-03-26 (9 days ago)
  UserGroups:
   
  dmi.bios.date: 09/22/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 44CN42WW
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Emerald Lake
  dmi.board.vendor: LENOVO
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnLENOVO:bvr44CN42WW:bd09/22/2011:svnLENOVO:pn1066AJU:pvrLenovoV570:rvnLENOVO:rnEmeraldLake:rvrFAB1:cvnLENOVO:ct10:cvr0.1:
  dmi.product.name: 1066AJU
  dmi.product.version: Lenovo V570
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302785/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1303342] Re: [Acer C720] Touchpad not working after kernel upgrade

2014-04-19 Thread Ulugbek
Hi.
I went back to ubuntu 12.04 where no such problem persists.
Regards,

Ulugbek Abdullaev

LLM Candidate, University of Oslo
BA in Commercial Law, University of Westminster

Associate
Avent Advokat Law Firm


On Sat, Apr 19, 2014 at 5:34 PM, Christopher M. Penalver 
christopher.m.penal...@gmail.com wrote:

 Ulugbek, could you please confirm this issue exists with the latest
 development release of Ubuntu? ISO images are available from
 http://cdimage.ubuntu.com/daily-live/current/ . If the issue remains,
 please just make a comment to this.

 ** Summary changed:

 - Touchpad not working in 'Acer C720' Chromebook after the kernel upgrade
 + [Acer C720] Touchpad not working after kernel upgrade

 ** Tags added: needs-trusty-test

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1303342

 Title:
   [Acer C720] Touchpad not working after kernel upgrade

 Status in “linux” package in Ubuntu:
   Incomplete

 Bug description:
   After update touchpad stopped working. System does not see it.

   ProblemType: Bug
   DistroRelease: Ubuntu 13.10
   Package: linux-image-3.11.0-19-generic 3.11.0-19.33
   ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
   Uname: Linux 3.11.0-19-generic x86_64
   ApportVersion: 2.12.5-0ubuntu2.2
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC1:  user   1305 F pulseaudio
/dev/snd/controlC0:  user   1305 F pulseaudio
   Date: Sun Apr  6 15:16:34 2014
   MachineType: Acer Peppy
   MarkForUpload: True
   ProcFB: 0 inteldrmfb
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-19-generic
 root=UUID=4819d259-3230-4604-abd0-791f3aa07325 ro quiet splash vt.handoff=7
   RelatedPackageVersions:
linux-restricted-modules-3.11.0-19-generic N/A
linux-backports-modules-3.11.0-19-generic  N/A
linux-firmware 1.116.2
   SourcePackage: linux
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 10/29/2013
   dmi.bios.vendor: coreboot
   dmi.chassis.type: 3
   dmi.chassis.vendor: Acer
   dmi.modalias:
 dmi:bvncoreboot:bvr:bd10/29/2013:svnAcer:pnPeppy:pvr1.0:cvnAcer:ct3:cvr:
   dmi.product.name: Peppy
   dmi.product.version: 1.0
   dmi.sys.vendor: Acer

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1303342/+subscriptions


-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1303342

Title:
  [Acer C720] Touchpad not working after kernel upgrade

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  After update touchpad stopped working. System does not see it.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-19-generic 3.11.0-19.33
  ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
  Uname: Linux 3.11.0-19-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  user   1305 F pulseaudio
   /dev/snd/controlC0:  user   1305 F pulseaudio
  Date: Sun Apr  6 15:16:34 2014
  MachineType: Acer Peppy
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-19-generic 
root=UUID=4819d259-3230-4604-abd0-791f3aa07325 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-19-generic N/A
   linux-backports-modules-3.11.0-19-generic  N/A
   linux-firmware 1.116.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/29/2013
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd10/29/2013:svnAcer:pnPeppy:pvr1.0:cvnAcer:ct3:cvr:
  dmi.product.name: Peppy
  dmi.product.version: 1.0
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1303342/+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 1310036] [NEW] Ubuntu 14.04 does not recognize usb devices in usb hub.

2014-04-19 Thread Antonio Augusto de Sá Neto
Public bug reported:

USB Devices doesn't work in Ubuntu 14.04 when i plug them in USB Hubs.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-24-generic 3.13.0-24.46
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic i686
ApportVersion: 2.14.1-0ubuntu3
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  tonheira   1683 F pulseaudio
CurrentDesktop: GNOME
Date: Sat Apr 19 14:29:16 2014
GvfsMonitorLog: Monitoring events. Press Ctrl+C to quit.
HibernationDevice: RESUME=UUID=da1cce15-105b-472a-9843-a50d78b04652
HotplugNewDevices:
 
HotplugNewMounts:
 
InstallationDate: Installed on 2014-04-19 (0 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
 
 eth1  no wireless extensions.
MachineType: System manufacturer System Product Name
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=pt_BR.UTF-8
 SHELL=/bin/bash
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=842bac25-89f9-442b-a738-f0b31e1b37d3 ro locale=pt_BR quiet splash 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-24-generic N/A
 linux-backports-modules-3.13.0-24-generic  N/A
 linux-firmware 1.127
RfKill:
 
SourcePackage: linux
Symptom: storage
UdisksMonitorLog:
 Monitoring the udisks daemon. Press Ctrl+C to exit.
 14:29:39.129: The udisks-daemon is running (name-owner :1.46).
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/01/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0502
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M5A78L-M LX/BR
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.:bvr0502:bd12/01/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM5A78L-MLX/BR:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 trusty

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1310036

Title:
  Ubuntu 14.04 does not recognize usb devices in usb hub.

Status in “linux” package in Ubuntu:
  New

Bug description:
  USB Devices doesn't work in Ubuntu 14.04 when i plug them in USB Hubs.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tonheira   1683 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Apr 19 14:29:16 2014
  GvfsMonitorLog: Monitoring events. Press Ctrl+C to quit.
  HibernationDevice: RESUME=UUID=da1cce15-105b-472a-9843-a50d78b04652
  HotplugNewDevices:
   
  HotplugNewMounts:
   
  InstallationDate: Installed on 2014-04-19 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
   
   eth1  no wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=842bac25-89f9-442b-a738-f0b31e1b37d3 ro locale=pt_BR quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  RfKill:
   
  SourcePackage: linux
  Symptom: storage
  UdisksMonitorLog:
   Monitoring the udisks daemon. Press Ctrl+C to exit.
   14:29:39.129: The udisks-daemon is running (name-owner :1.46).
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0502
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M5A78L-M LX/BR
  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: 

[Kernel-packages] [Bug 1310036] Status changed to Confirmed

2014-04-19 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1310036

Title:
  Ubuntu 14.04 does not recognize usb devices in usb hub.

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  USB Devices doesn't work in Ubuntu 14.04 when i plug them in USB Hubs.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic i686
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tonheira   1683 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat Apr 19 14:29:16 2014
  GvfsMonitorLog: Monitoring events. Press Ctrl+C to quit.
  HibernationDevice: RESUME=UUID=da1cce15-105b-472a-9843-a50d78b04652
  HotplugNewDevices:
   
  HotplugNewMounts:
   
  InstallationDate: Installed on 2014-04-19 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
   
   eth1  no wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=842bac25-89f9-442b-a738-f0b31e1b37d3 ro locale=pt_BR quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  RfKill:
   
  SourcePackage: linux
  Symptom: storage
  UdisksMonitorLog:
   Monitoring the udisks daemon. Press Ctrl+C to exit.
   14:29:39.129: The udisks-daemon is running (name-owner :1.46).
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0502
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M5A78L-M LX/BR
  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.:bvr0502:bd12/01/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM5A78L-MLX/BR: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/1310036/+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 1302682] Re: [ASUSTeK Computer Inc. P52Jc] suspend/resume failure

2014-04-19 Thread Christopher M. Penalver
abibas, as per 
https://www.asus.com/Commercial_Notebook/P52Jc/HelpDesk_Download/ an update to 
your BIOS is available (210). If you update to this following 
https://help.ubuntu.com/community/BiosUpdate does it change anything?  If it 
doesn't, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful.

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Thank you for your understanding.

** Tags added: bios-outdated-210

** Summary changed:

- [ASUSTeK Computer Inc. P52Jc] suspend/resume failure
+ [ASUS P52Jc] suspend/resume failure

-- 
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/1302682

Title:
  [ASUS P52Jc] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  dont know

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-22-generic 3.13.0-22.44
  ProcVersionSignature: Ubuntu 3.13.0-22.44-generic 3.13.8
  Uname: Linux 3.13.0-22-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dimka  1514 F pulseaudio
  Date: Sat Apr  5 01:02:02 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=c9884428-c9a8-447a-b376-fe0ea2e5c457
  InstallationDate: Installed on 2014-03-03 (31 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140220.1)
  InterpreterPath: /usr/bin/python3.4
  MachineType: ASUSTeK Computer Inc. P52Jc
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-22-generic 
root=UUID=9b538541-37f6-4a6f-8bd8-16ef9cb4144c 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.13.0-22-generic N/A
   linux-backports-modules-3.13.0-22-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  Title: [ASUSTeK Computer Inc. P52Jc] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 07/01/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P52Jc.201
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: P52Jc
  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.:bvrP52Jc.201:bd07/01/2010:svnASUSTeKComputerInc.:pnP52Jc:pvr1.0:rvnASUSTeKComputerInc.:rnP52Jc:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: P52Jc
  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/1302682/+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 1308685] Re: vt_handoff patches were dropped, please resurrect them

2014-04-19 Thread Dimitri John Ledkov
Note to self, file descriptive bug reports even after a glass of wine.

** Summary changed:

- Dima finally noticed after a year and a bit that vt_handoff patches were 
dropped
+ vt_handoff patches were dropped, please resurrect them

** Description changed:

- stop trolling me. here is a bug number.
+ at release sprint apw, cjwatson and I were debugging flickers at boot on
+ my laptop. apw noticed that vt_handoff patches were missing in the
+ kernel for a while and asked be to open a bug report about resurrecting
+ them.

** Tags added: flicker-at-boot

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Andy Whitcroft (apw)

-- 
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/1308685

Title:
  vt_handoff patches were dropped, please resurrect them

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  at release sprint apw, cjwatson and I were debugging flickers at boot
  on my laptop. apw noticed that vt_handoff patches were missing in the
  kernel for a while and asked be to open a bug report about
  resurrecting them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1308685/+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 1302648] Re: [System manufacturer System Product Name] suspend/resume failure

2014-04-19 Thread Christopher M. Penalver
Nilfred, as per http://www.asus.com/Motherboards/F1A75V_PRO/HelpDesk_Download/ 
an update to your BIOS is available (2302). If you update to this following 
https://help.ubuntu.com/community/BiosUpdate does it change anything?  If it 
doesn't, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful.

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Thank you for your understanding.

** Tags added: bios-outdated-2302

** Summary changed:

- [System manufacturer System Product Name] suspend/resume failure
+ [ASUS F1A75-V PRO] suspend/resume failure

-- 
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/1302648

Title:
  [ASUS F1A75-V PRO] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Was not a failure: UPS run outs overnight.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-22-generic 3.13.0-22.44
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-22-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  alfredo   22937 F pulseaudio
   /dev/snd/pcmC1D0p:   alfredo   22937 F...m pulseaudio
   /dev/snd/controlC0:  alfredo   22937 F pulseaudio
  Date: Fri Apr  4 09:27:54 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=c568a9db-e663-44fb-9dd2-c55b78a42169
  InstallationDate: Installed on 2010-01-28 (1526 days ago)
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027.1)
  InterpreterPath: /usr/bin/python3.4
  IwConfig:
   eth1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-22-generic 
root=UUID=4bcab513-d663-472a-9d5a-6b0b7f3b75cc ro bootchart=svg 
elevator=deadline quiet splash crashkernel=384M-:128M crashkernel=384M-:128M 
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.13.0-23-generic N/A
   linux-backports-modules-3.13.0-23-generic  N/A
   linux-firmware 1.127
  RfKill:
   
  SourcePackage: linux
  Title: [System manufacturer System Product Name] suspend/resume failure
  UpgradeStatus: Upgraded to trusty on 2014-03-26 (9 days ago)
  UserGroups:
   
  dmi.bios.date: 01/16/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2201
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: F1A75-V PRO
  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.:bvr2201:bd01/16/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnF1A75-VPRO: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/1302648/+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 1310055] [NEW] rt2x00 driver doesn't load for 57c:8501 (AVM Fritz Stick Nv2)

2014-04-19 Thread karmen
Public bug reported:

So i tried to use the wifi USB AVM Fritz Stick N v2  , USB ID 57c:8501  with 
Saucy and Trusty.
Unfortunately it fails to initialise properly.

According to the label on it , this device is powered by a Ralink
RT5572N chipset.

The rt2x00 driver seems to recognize this device:

[0.00] Linux version 3.13.0-19-generic (buildd@akateko) (gcc version 
4.8.2 (Ubuntu 4.8.2-17ubuntu1) ) #40-Ubuntu SMP Mon Mar 24 02:36:06 UTC 2014 
(Ubuntu 3.13.0-19.40-generic 3.13.6)
[   20.057058] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5592, rev 0222 
detected
[   20.103139] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor Request 
0x09 failed for offset 0x with error -32
[   20.103144] ieee80211 phy0: rt2x00lib_probe_dev: Error - Failed to allocate 
device
[   20.103158] rt2800usb: probe of 1-1.3:1.0 failed with error -32
[   20.103199] usbcore: registered new interface driver rt2800usb

As we can see it fails to properly initialize the device.

I am running the most recent Kubuntu 14.04 64bit release that came out
this week.

What i exspect to happen is that the device works and i would be able to
connect to my wifi network, what happens instead is that only the
ethernet card is visible and usable.

** Affects: linux (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/1310055

Title:
  rt2x00 driver doesn't load for 57c:8501 (AVM Fritz Stick Nv2)

Status in “linux” package in Ubuntu:
  New

Bug description:
  So i tried to use the wifi USB AVM Fritz Stick N v2  , USB ID 57c:8501  with 
Saucy and Trusty.
  Unfortunately it fails to initialise properly.

  According to the label on it , this device is powered by a Ralink
  RT5572N chipset.

  The rt2x00 driver seems to recognize this device:

  [0.00] Linux version 3.13.0-19-generic (buildd@akateko) (gcc version 
4.8.2 (Ubuntu 4.8.2-17ubuntu1) ) #40-Ubuntu SMP Mon Mar 24 02:36:06 UTC 2014 
(Ubuntu 3.13.0-19.40-generic 3.13.6)
  [   20.057058] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5592, rev 
0222 detected
  [   20.103139] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor 
Request 0x09 failed for offset 0x with error -32
  [   20.103144] ieee80211 phy0: rt2x00lib_probe_dev: Error - Failed to 
allocate device
  [   20.103158] rt2800usb: probe of 1-1.3:1.0 failed with error -32
  [   20.103199] usbcore: registered new interface driver rt2800usb

  As we can see it fails to properly initialize the device.

  I am running the most recent Kubuntu 14.04 64bit release that came out
  this week.

  What i exspect to happen is that the device works and i would be able
  to connect to my wifi network, what happens instead is that only the
  ethernet card is visible and usable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1310055/+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 1302150] Re: kernel BUG at /build/buildd/linux-3.13.0/mm/slub.c:3365!

2014-04-19 Thread Christopher M. Penalver
Bucky21659, as per 
http://www.dell.com/support/home/us/en/04/product-support/product/optiplex-745/drivers
 an update to your BIOS is available (2.6.6). If you update to this following 
https://help.ubuntu.com/community/BiosUpdate does it change anything?  If it 
doesn't, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful.

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Thank you for your understanding.

** Description changed:

- I clicked a link someone sent to me in a Steam chat, I believe X crashed
- as I was booted back to the login screen after about 30 seconds of my
- system being completely frozen.  Tried to log in, kept getting booted
- back to login screen, opened tty prompt and ran sudo reboot.
- 
- Log in, and I got this message.
- 
+ I clicked a link someone sent to me in a Steam chat, I believe X crashed as I 
was booted back to the login screen after about 30 seconds of my system being 
completely frozen.  Tried to log in, kept getting booted back to login screen, 
opened tty prompt and ran sudo reboot. Log in, and I got this message:
  canonplx fix
- 
- Meeting guideline requirements.
- :~$ cat /proc/version_signature  version.log
- :~$ 
- 
- ~$ sudo lspci -nvn  lspci-vnvn.log
- :~$ 
- 
- i dont get it
- 
- owait...
- 
- version.log
- Ubuntu 3.13.0-22.44-generic 3.13.8
- 
- 
- 
- lspci-vnvn.log
- 00:00.0 Host bridge [0600]: Intel Corporation 82Q963/Q965 Memory Controller 
Hub [8086:2990] (rev 02)
-   Subsystem: Dell OptiPlex 745 [1028:01da]
-   Flags: bus master, fast devsel, latency 0
-   Capabilities: [e0] Vendor Specific Information: Len=09 ?
- 
- 00:01.0 PCI bridge [0604]: Intel Corporation 82Q963/Q965 PCI Express Root 
Port [8086:2991] (rev 02) (prog-if 00 [Normal decode])
-   Flags: bus master, fast devsel, latency 0
-   Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
-   I/O behind bridge: d000-dfff
-   Memory behind bridge: dfd0-dfef
-   Prefetchable memory behind bridge: c000-cfff
-   Capabilities: [88] Subsystem: Dell Device [1028:01da]
-   Capabilities: [80] Power Management version 3
-   Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
-   Capabilities: [a0] Express Root Port (Slot+), MSI 00
-   Capabilities: [100] Virtual Channel
-   Capabilities: [140] Root Complex Link
-   Kernel driver in use: pcieport
- 
- 00:1a.0 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB 
UHCI Controller #4 [8086:2834] (rev 02) (prog-if 00 [UHCI])
-   Subsystem: Dell OptiPlex 745 [1028:01da]
-   Flags: bus master, medium devsel, latency 0, IRQ 16
-   I/O ports at ff20 [size=32]
-   Kernel driver in use: uhci_hcd
- 
- 00:1a.1 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB 
UHCI Controller #5 [8086:2835] (rev 02) (prog-if 00 [UHCI])
-   Subsystem: Dell OptiPlex 745 [1028:01da]
-   Flags: bus master, medium devsel, latency 0, IRQ 17
-   I/O ports at ff00 [size=32]
-   Kernel driver in use: uhci_hcd
- 
- 00:1a.7 USB controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 
EHCI Controller #2 [8086:283a] (rev 02) (prog-if 20 [EHCI])
-   Subsystem: Dell OptiPlex 745 [1028:01da]
-   Flags: bus master, medium devsel, latency 0, IRQ 22
-   Memory at dfffbc00 (32-bit, non-prefetchable) [size=1K]
-   Capabilities: [50] Power Management version 2
-   Capabilities: [58] Debug port: BAR=1 offset=00a0
-   Kernel driver in use: ehci-pci
- 
- 00:1b.0 Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller [8086:284b] (rev 02)
-   Subsystem: Dell OptiPlex 745 [1028:01da]
-   Flags: bus master, fast devsel, latency 0, IRQ 43
-   Memory at dfffc000 (64-bit, non-prefetchable) [size=16K]
-   Capabilities: [50] Power Management version 2
-   Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
-   Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
-   Capabilities: [100] Virtual Channel
-   Capabilities: [130] Root Complex Link
-   Kernel driver in use: snd_hda_intel
- 
- 00:1c.0 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express 
Port 1 [8086:283f] (rev 02) (prog-if 00 [Normal decode])
-   Flags: bus master, fast devsel, latency 0
-   Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
-   I/O behind bridge: 1000-1fff
-   Memory behind bridge: dfc0-dfcf
-   Prefetchable memory behind bridge: d000-d01f
-   Capabilities: [40] Express Root Port (Slot+), MSI 00
-   Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 

[Kernel-packages] [Bug 1302127] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000008

2014-04-19 Thread Christopher M. Penalver
** Attachment removed: AlsaInfo.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302127/+attachment/4063746/+files/AlsaInfo.txt

** Attachment removed: CRDA.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302127/+attachment/4063748/+files/CRDA.txt

** Attachment removed: BootDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302127/+attachment/4063747/+files/BootDmesg.txt

** Attachment removed: CurrentDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302127/+attachment/4063749/+files/CurrentDmesg.txt

** Attachment removed: IwConfig.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302127/+attachment/4063750/+files/IwConfig.txt

** Attachment removed: Lspci.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302127/+attachment/4063751/+files/Lspci.txt

** Attachment removed: Lsusb.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302127/+attachment/4063752/+files/Lsusb.txt

** Attachment removed: ProcCpuinfo.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302127/+attachment/4063753/+files/ProcCpuinfo.txt

** Attachment removed: ProcEnviron.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302127/+attachment/4063754/+files/ProcEnviron.txt

** Attachment removed: ProcInterrupts.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302127/+attachment/4063755/+files/ProcInterrupts.txt

** Attachment removed: ProcModules.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302127/+attachment/4063756/+files/ProcModules.txt

** Attachment removed: UdevDb.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302127/+attachment/4063758/+files/UdevDb.txt

** Attachment removed: PulseList.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302127/+attachment/4063757/+files/PulseList.txt

** Attachment removed: UdevLog.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1302127/+attachment/4063759/+files/UdevLog.txt

** Description changed:

  not 100% sure what triggered this bug or something.
  I was running: Runescape Game, Playonlinux Game Browser, Rhythmbox, 
qBittorrent seeding Ubuntu os's.
  qbittorrent seemed to not be reponding when the error popped up so hope this 
helps if i find any thing else of this bug ill put it below
  and a error problem popped up in the process.
  
  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-22-lowlatency 3.13.0-22.44
  ProcVersionSignature: Ubuntu 3.13.0-22.44-lowlatency 3.13.8
  Uname: Linux 3.13.0-22-lowlatency x86_64
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.14-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  darkangel   3255 F pulseaudio
-  /dev/snd/pcmC1D0p:   darkangel   3255 F...m pulseaudio
-  /dev/snd/controlC0:  darkangel   3255 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  darkangel   3255 F pulseaudio
+  /dev/snd/pcmC1D0p:   darkangel   3255 F...m pulseaudio
+  /dev/snd/controlC0:  darkangel   3255 F pulseaudio
  Date: Thu Apr  3 15:01:07 2014
  DuplicateSignature: BUG: unable to handle kernel NULL pointer dereference at 
location RIP: 0010:location  location mutex_lock+0xd/0x27
  Failure: oops
  HibernationDevice: RESUME=UUID=74fb025e-334f-4b30-a12d-e87c16b01ec9
  InstallationDate: Installed on 2014-03-27 (7 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140325.1)
  MachineType: eMachines EL1360G
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-22-lowlatency 
root=UUID=4634a5e5-77a2-48ea-b9b8-8a03254c3556 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: kerneloops-daemon 0.12+git20090217-3ubuntu8
  RfKill:
-  0: phy0: Wireless LAN
-   Soft blocked: no
-   Hard blocked: no
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
  SourcePackage: linux
  Title: BUG: unable to handle kernel NULL pointer dereference at 
0008
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/16/2011
  dmi.bios.vendor: AMI
  dmi.bios.version: P01-C1
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: EL1360G
  dmi.board.vendor: eMachines
  dmi.chassis.type: 3
  dmi.chassis.vendor: eMachines
  dmi.modalias: 
dmi:bvnAMI:bvrP01-C1:bd11/16/2011:svneMachines:pnEL1360G:pvr:rvneMachines:rnEL1360G:rvr:cvneMachines:ct3:cvr:
  dmi.product.name: EL1360G
  dmi.sys.vendor: eMachines
- --- 
- ApportVersion: 2.14-0ubuntu1
- Architecture: amd64
- AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  darkangel   3255 F pulseaudio
-  /dev/snd/pcmC1D0p:   darkangel   3255 F...m pulseaudio
-  /dev/snd/controlC0:  darkangel   3255 F pulseaudio

[Kernel-packages] [Bug 1307064] Re: Ubuntu 14.04 Beta cannot adjust brightness on Lenovo Ideapad Z570

2014-04-19 Thread Henk-Jan
Thanks Will, this helped.
The acpi_backlight=vendor fix in grub worked for me in 13.04 and 13.10, but 
stopped working in 14.04.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1307064

Title:
  Ubuntu 14.04 Beta cannot adjust brightness on Lenovo Ideapad Z570

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Fresh install of 14.04 on my laptop cannot adjust brightness.  When
  fn+up arrow or fn+down arrow are used, the indicator in the upper
  right hand corner as if the brightness should change, but it does not.
  Also, if one tries to use the slider in the power applet, the
  brightness does not change.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  will   2960 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Apr 12 21:36:57 2014
  HibernationDevice: RESUME=UUID=dfa51f33-0f34-4383-8194-93656983323d
  InstallationDate: Installed on 2014-04-13 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
  MachineType: LENOVO 10249RU
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=7420c61f-1836-4a44-84dc-71573190ff4c ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/21/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 45CN38WW
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Emerald Lake
  dmi.board.vendor: LENOVO
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnLENOVO:bvr45CN38WW:bd10/21/2011:svnLENOVO:pn10249RU:pvrIdeapadZ570:rvnLENOVO:rnEmeraldLake:rvrFAB1:cvnLENOVO:ct10:cvr0.1:
  dmi.product.name: 10249RU
  dmi.product.version: Ideapad Z570
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1307064/+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 1303465] Re: [ASUS P8H77-M LE] suspend/resume failure [non-free: nvidia]

2014-04-19 Thread Thomas N
Updated BIOS and reproduced the error. Put the computer in suspend and
then unplugged the power. After re-starting, I got the same error and
submitted the report.

Apr 19 20:53:17 thomas whoopsie[1204]: message repeated 2 times: [ online]
Apr 19 20:53:43 thomas whoopsie[1204]: Parsing 
/var/crash/susres.2014-04-19_20:53:12.718879.crash.
Apr 19 20:53:43 thomas whoopsie[1204]: Uploading 
/var/crash/susres.2014-04-19_20:53:12.718879.crash.
Apr 19 20:53:43 thomas whoopsie[1204]: Sent; server replied with: No error
Apr 19 20:53:43 thomas whoopsie[1204]: Response code: 200

I'm not sure where this report is sent as I didn't get any ID or
anything.

thnov@thomas:~$ sudo dmidecode -s bios-version  sudo dmidecode -s 
bios-release-date
1404
11/25/2013


** 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/1303465

Title:
  [ASUS P8H77-M LE] suspend/resume failure [non-free: nvidia]

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Got this error after there was a power outage during my computer was
  in a suspend state

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-23-generic 3.13.0-23.45
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  NonfreeKernelModules: nvidia
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  thnov  2305 F pulseaudio
   /dev/snd/controlC0:  thnov  2305 F pulseaudio
  Date: Sun Apr  6 15:36:38 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  InstallationDate: Installed on 2014-03-28 (9 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
  InterpreterPath: /usr/bin/python3.4
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-23-generic 
root=UUID=655cc4fd-a805-4281-b44a-cd6e9b5b2022 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-23-generic N/A
   linux-backports-modules-3.13.0-23-generic  N/A
   linux-firmware 1.127
  RfKill:
   
  SourcePackage: linux
  Title: [System manufacturer System Product Name] suspend/resume failure 
[non-free: nvidia]
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1302
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8H77-M LE
  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.:bvr1302:bd06/04/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H77-MLE: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/1303465/+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 1310055] Missing required logs.

2014-04-19 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1310055

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

** Tags added: trusty

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1310055

Title:
  rt2x00 driver doesn't load for 57c:8501 (AVM Fritz Stick Nv2)

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  So i tried to use the wifi USB AVM Fritz Stick N v2  , USB ID 57c:8501  with 
Saucy and Trusty.
  Unfortunately it fails to initialise properly.

  According to the label on it , this device is powered by a Ralink
  RT5572N chipset.

  The rt2x00 driver seems to recognize this device:

  [0.00] Linux version 3.13.0-19-generic (buildd@akateko) (gcc version 
4.8.2 (Ubuntu 4.8.2-17ubuntu1) ) #40-Ubuntu SMP Mon Mar 24 02:36:06 UTC 2014 
(Ubuntu 3.13.0-19.40-generic 3.13.6)
  [   20.057058] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5592, rev 
0222 detected
  [   20.103139] ieee80211 phy0: rt2x00usb_vendor_request: Error - Vendor 
Request 0x09 failed for offset 0x with error -32
  [   20.103144] ieee80211 phy0: rt2x00lib_probe_dev: Error - Failed to 
allocate device
  [   20.103158] rt2800usb: probe of 1-1.3:1.0 failed with error -32
  [   20.103199] usbcore: registered new interface driver rt2800usb

  As we can see it fails to properly initialize the device.

  I am running the most recent Kubuntu 14.04 64bit release that came out
  this week.

  What i exspect to happen is that the device works and i would be able
  to connect to my wifi network, what happens instead is that only the
  ethernet card is visible and usable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1310055/+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 1301971] Re: [Hewlett-Packard Compaq Presario CQ61 Notebook PC] suspend/resume failure

2014-04-19 Thread Christopher M. Penalver
Yann, could you please provide the full computer model as noted on the
sticker (ex. Compaq Presario CQ61-411WM)?

-- 
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/1301971

Title:
  [Hewlett-Packard Compaq Presario CQ61 Notebook PC] suspend/resume
  failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  This just occured at starting Ubuntu

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-21-generic 3.13.0-21.43
  ProcVersionSignature: Ubuntu 3.13.0-21.43-generic 3.13.8
  Uname: Linux 3.13.0-21-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lightdm1541 F pulseaudio
ysuire 2157 F pulseaudio
   /dev/snd/pcmC0D0p:   ysuire 2157 F...m pulseaudio
  Date: Thu Apr  3 16:10:46 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=d604dbb2-c028-4526-9f1c-d2d2bc459a0f
  InstallationDate: Installed on 2014-01-15 (78 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140115)
  InterpreterPath: /usr/bin/python3.4
  MachineType: Hewlett-Packard Compaq Presario CQ61 Notebook PC
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-21-generic 
root=UUID=63a62ca3-bf74-47d7-bd76-dc47983d149f 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.13.0-21-generic N/A
   linux-backports-modules-3.13.0-21-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  Title: [Hewlett-Packard Compaq Presario CQ61 Notebook PC] suspend/resume 
failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 10/13/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.20
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3069
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 21.14
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.20:bd10/13/2009:svnHewlett-Packard:pnCompaqPresarioCQ61NotebookPC:pvrRev1:rvnHewlett-Packard:rn3069:rvr21.14:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: Compaq Presario CQ61 Notebook PC
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1301971/+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 1303465] Re: [ASUS P8H77-M LE] suspend/resume failure [non-free: nvidia]

2014-04-19 Thread Thomas N
This is the same issue on another system:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/126

-- 
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/1303465

Title:
  [ASUS P8H77-M LE] suspend/resume failure [non-free: nvidia]

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Got this error after there was a power outage during my computer was
  in a suspend state

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-23-generic 3.13.0-23.45
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  NonfreeKernelModules: nvidia
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  thnov  2305 F pulseaudio
   /dev/snd/controlC0:  thnov  2305 F pulseaudio
  Date: Sun Apr  6 15:36:38 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  InstallationDate: Installed on 2014-03-28 (9 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
  InterpreterPath: /usr/bin/python3.4
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-23-generic 
root=UUID=655cc4fd-a805-4281-b44a-cd6e9b5b2022 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-23-generic N/A
   linux-backports-modules-3.13.0-23-generic  N/A
   linux-firmware 1.127
  RfKill:
   
  SourcePackage: linux
  Title: [System manufacturer System Product Name] suspend/resume failure 
[non-free: nvidia]
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 06/04/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1302
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P8H77-M LE
  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.:bvr1302:bd06/04/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8H77-MLE: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/1303465/+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


  1   2   >