[Kernel-packages] [Bug 1379524] Re: 14e4:4365 Weak wifi signal

2014-12-21 Thread Christopher M. Penalver
n0dwis, if you have a bug in Ubuntu, please file a new report (not make
comments here) following
https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx#Broadcom_STA_Wireless_driver
so your issue may be reviewed and tracked.

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

Title:
  14e4:4365 Weak wifi signal

Status in bcmwl package in Ubuntu:
  Incomplete

Bug description:
  On a fresh install of Ubuntu 14.04 on my new HP Pavilion 15-020ng with
  Broadcom BCM43142 hybrid wifi/bluetooth chipset the official driver
  from Broadcom does not work correctly. On 2.4 GHz the wifi signal is
  so low that the connection is interrupted on a regular basis (network
  manager shows 26 Mb/s), other devices (notebook, tablet) do have a
  normal signal at the same position and even this laptop has a good
  signal with Windows 7 (Dual-Boot).

  The exact device name:
  08:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n 
[14e4:4365] (rev 01)

  I am using the official wl driver that was installed by default, also
  tried reinstalling via "sudo apt-get install bcmwl-kernel-source
  --reinstall" without improvement and "sudo iwconfig wlan0 power off".
  Also blacklisted b43, brcmsmac and bcma as suggested by "Linux
  Wireless".

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: bcmwl-kernel-source 6.30.223.141+bdcom-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Oct  9 23:04:07 2014
  InstallationDate: Installed on 2014-09-27 (12 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: bcmwl
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1379524] Re: 14e4:4365 Weak wifi signal

2014-12-21 Thread n0dwis
Hello!
Is any solution exists? I can't work on linux because of this bug.

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

Title:
  14e4:4365 Weak wifi signal

Status in bcmwl package in Ubuntu:
  Incomplete

Bug description:
  On a fresh install of Ubuntu 14.04 on my new HP Pavilion 15-020ng with
  Broadcom BCM43142 hybrid wifi/bluetooth chipset the official driver
  from Broadcom does not work correctly. On 2.4 GHz the wifi signal is
  so low that the connection is interrupted on a regular basis (network
  manager shows 26 Mb/s), other devices (notebook, tablet) do have a
  normal signal at the same position and even this laptop has a good
  signal with Windows 7 (Dual-Boot).

  The exact device name:
  08:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n 
[14e4:4365] (rev 01)

  I am using the official wl driver that was installed by default, also
  tried reinstalling via "sudo apt-get install bcmwl-kernel-source
  --reinstall" without improvement and "sudo iwconfig wlan0 power off".
  Also blacklisted b43, brcmsmac and bcma as suggested by "Linux
  Wireless".

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: bcmwl-kernel-source 6.30.223.141+bdcom-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Oct  9 23:04:07 2014
  InstallationDate: Installed on 2014-09-27 (12 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: bcmwl
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Kernel-packages] [Bug 1354668] Re: 0ccd:00ab Won't resume from suspend using DVB-t USB stick

2014-12-21 Thread Christopher M. Penalver
Sander, with your old computer, could you please execute the following via a 
terminal:
ubuntu-bug linux

Please subscribe me to this new report.

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

Title:
  0ccd:00ab Won't resume from suspend using DVB-t USB stick

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have a Terratec Cinergy T USB XXS DVB-t USB stick, but when you
  suspend the system while a radio or TV channel is actively playing in
  some application, the system does not correctly suspend the device.
  The system will not wake up again and you have to reset the computer.
  This bug exists for at least 3 year and likely people with similar
  DVB-t USB sticks will be affected as well.

  I have created a failure proof workaround solution for VLC by creating
  the script /etc/pm/sleep.d/50_dvb_usb_dib0700_quirk:

  #!/bin/sh

  PASS=

  case "$1" in
  hibernate|suspend)
   # check whether a stream with "telx" (Teletext) is active or not
    if [ "`{ echo $PASS; echo "info"; } | netcat localhost 4212 -q 1 | grep -c 
telx`" -eq "0" ]
    then
     continue
    else
     { echo $PASS; echo "stop"; } | netcat localhost 4212 -q 1 > /dev/null
    fi
    modprobe -r dvb_usb_dib0700
    sleep 1
    ;;
  thaw|resume)
    modprobe dvb_usb_dib0700
    # automatically start playing after wake up
    { echo $PASS; echo "play"; } | netcat localhost 4212 -q 1 > /dev/null
    ;;
  *) exit $NA
    ;;
  esac

  This solution was inspired by:
  http://forum.xbmc.org/printthread.php?tid=71490

  ---
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  sander 2545 F pulseaudio
   /dev/snd/controlC0:  sander 2545 F pulseaudio
   /dev/snd/pcmC0D0p:   sander 2545 F...m pulseaudio
  CRDA: Error: [Errno 2] Bestand of map bestaat niet
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=c4ca47bf-e5b3-4e55-8e04-7545c1f50cdd
  IwConfig:
   p4p1  no wireless extensions.

   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-43-generic N/A
   linux-backports-modules-3.13.0-43-generic  N/A
   linux-firmware 1.127.10
  RfKill:

  Tags:  trusty
  Uname: Linux 3.13.0-43-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (174 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 10/23/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F13
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B75M-D3V
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF13:bd10/23/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnB75M-D3V:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Kernel-packages] [Bug 1383589] Re: [Dell Vostro 3546] Wireless key does not work on 14.04

2014-12-21 Thread Po-Hsu Lin
Verified on 201404-14997 and 201404-14998 with trusty -proposed, it
works as expected.

** Tags removed: verification-needed-trusty
** Tags added: verification-done-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/1383589

Title:
  [Dell Vostro 3546] Wireless key does not work on 14.04

Status in HWE Next Project:
  Fix Committed
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Utopic:
  Fix Committed

Bug description:
  SRU Justification:

  Impact: the wireless key does not work on this system.
  Fix: cherry pick a simple blacklist patch
  Testcase: already tested in OEM projects


  CID: 201404-14998 Dell Vostro 3546

  The wireless key does not work on this system.
  With wireless key press, keycode 240 could be captured by sudo showkey -k, 
but the scancode can't be detected with sudo showkey -s

  With xev:
  KeyPress event, serial 34, synthetic NO, window 0x3e1,
  root 0x9c, subw 0x0, time 9313601, (-66,498), root:(721,550),
  state 0x10, keycode 248 (keysym 0x0, NoSymbol), same_screen YES,
  XLookupString gives 0 bytes:
  XmbLookupString gives 0 bytes:
  XFilterEvent returns: False

  KeyRelease event, serial 34, synthetic NO, window 0x3e1,
  root 0x9c, subw 0x0, time 9313601, (-66,498), root:(721,550),
  state 0x10, keycode 248 (keysym 0x0, NoSymbol), same_screen YES,
  XLookupString gives 0 bytes:
  XFilterEvent returns: False

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-37-generic 3.13.0-37.64
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 1822 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1822 F pulseaudio
  CRDA:
   country TW:
    (2402 - 2472 @ 40), (3, 27)
    (5270 - 5330 @ 40), (3, 17), DFS
    (5735 - 5815 @ 40), (3, 30)
  CurrentDesktop: Unity
  Date: Tue Oct 21 02:35:48 2014
  HibernationDevice: RESUME=UUID=d93dea8f-2e64-47af-bd90-9671a077bc8f
  InstallationDate: Installed on 2014-10-21 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Vostro 3546
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic.efi.signed 
root=UUID=8cb5999b-23f7-4b24-aa9f-e70e7645129f ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/05/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 02R010
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A04
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd08/05/2014:svnDellInc.:pnVostro3546:pvrNotSpecified:rvnDellInc.:rn02R010:rvrA04:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Vostro 3546
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1383589/+subscriptions

-- 
Mailing list: https://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 1354668] Re: 0ccd:00ab Won't resume from suspend using DVB-t USB stick

2014-12-21 Thread sander
What is your question? I can suspend/resume with this old computer with
this stick inserted but not in playing mode, but I can't install a newer
Ubuntu release on it.

-- 
Kind Regards,
Sander Devrieze.
Op 22 dec. 2014 02:45 schreef "Christopher M. Penalver" <
christopher.m.penal...@gmail.com>:

> sander, just to advise, you don't have to keep stating this is a suspend
> versus resume issue, or vice versa.
>
> As well, this report is scoped solely to your Gigabyte B75M-D3V+USB
> stick while using the NVIDIA closed source drivers (not nouveau) to
> suspend/resume (not hibernate).
>
> If different hardware, drivers, and/or hibernate is going to be
> introduced, this would need to go into a separate report, one per unique
> combination of the prior.
>
> Despite this, if you can at least suspend/resume without the USB stick
> on your old computer with the default drivers (not closed source), in
> any release, then it would be more productive to address this issue via
> a new report against this hardware.
>
> What do you think?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1354668
>
> Title:
>   0ccd:00ab Won't resume from suspend using DVB-t USB stick
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1354668/+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/1354668

Title:
  0ccd:00ab Won't resume from suspend using DVB-t USB stick

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have a Terratec Cinergy T USB XXS DVB-t USB stick, but when you
  suspend the system while a radio or TV channel is actively playing in
  some application, the system does not correctly suspend the device.
  The system will not wake up again and you have to reset the computer.
  This bug exists for at least 3 year and likely people with similar
  DVB-t USB sticks will be affected as well.

  I have created a failure proof workaround solution for VLC by creating
  the script /etc/pm/sleep.d/50_dvb_usb_dib0700_quirk:

  #!/bin/sh

  PASS=

  case "$1" in
  hibernate|suspend)
   # check whether a stream with "telx" (Teletext) is active or not
    if [ "`{ echo $PASS; echo "info"; } | netcat localhost 4212 -q 1 | grep -c 
telx`" -eq "0" ]
    then
     continue
    else
     { echo $PASS; echo "stop"; } | netcat localhost 4212 -q 1 > /dev/null
    fi
    modprobe -r dvb_usb_dib0700
    sleep 1
    ;;
  thaw|resume)
    modprobe dvb_usb_dib0700
    # automatically start playing after wake up
    { echo $PASS; echo "play"; } | netcat localhost 4212 -q 1 > /dev/null
    ;;
  *) exit $NA
    ;;
  esac

  This solution was inspired by:
  http://forum.xbmc.org/printthread.php?tid=71490

  ---
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  sander 2545 F pulseaudio
   /dev/snd/controlC0:  sander 2545 F pulseaudio
   /dev/snd/pcmC0D0p:   sander 2545 F...m pulseaudio
  CRDA: Error: [Errno 2] Bestand of map bestaat niet
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=c4ca47bf-e5b3-4e55-8e04-7545c1f50cdd
  IwConfig:
   p4p1  no wireless extensions.

   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-43-generic N/A
   linux-backports-modules-3.13.0-43-generic  N/A
   linux-firmware 1.127.10
  RfKill:

  Tags:  trusty
  Uname: Linux 3.13.0-43-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (174 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 10/23/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F13
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B75M-D3V
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF13:bd10/23/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnB75M-D3V:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Giga

[Kernel-packages] [Bug 1398497] Re: HP Proliant Serverrs - DL360 and DL380 Gen8 - Precise Kernel Panic - General Protection Fault and X2APIC/XAPIC boot parameters

2014-12-21 Thread Esel
So with the correct  cmdline the system is now running since 6 days.
Will report if somethings happening.

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

Title:
  HP Proliant Serverrs - DL360 and DL380 Gen8 - Precise Kernel Panic -
  General Protection Fault and X2APIC/XAPIC boot parameters

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Precise:
  In Progress

Bug description:
  It was brought to my attention the following situation:

  """
  We massively upgraded our Ubuntu 12.04 servers (most of them are HP
  DL360p Gen8 or DL380 Gen8) to 3.2.0-67 kernel And in the last 2-3
  days we already had to reboot 5 of them because they completely hang

  Some of them had the following messages under syslog :
  kernel: [384707.675479] general protection fault:  [#5666] SMP

  others had :
  kernel: [950725.612724] BUG: unable to handle kernel paging request

  All of them have this also :
  your BIOS is broken and requested that x2apic be disabled
  """

  Comments bellow

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

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


[Kernel-packages] [Bug 1396840] Re: 10de:0867 [iMac9, 1] Module nouveau systematically crashes after a few minutes, whereas module nvidia from nvidia-331-updates crashes only after several hours of wo

2014-12-21 Thread Christopher M. Penalver
Etienne URBAH, before following the directions in
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1396840/comments/12
, please ensure the issue is reproducible with the latest mainline
kernel 3.19-rc1 (not 3.18.x, 3.16.x, etc).

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

Title:
  10de:0867 [iMac9,1] Module nouveau systematically crashes after a few
  minutes, whereas module nvidia from nvidia-331-updates crashes only
  after several hours of work

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Module 'nouveau' systematically crashes after a few minutes, whereas
  module 'nvidia' from 'nvidia-331-updates' crashes only after several
  hours of work.

  $ uname -r
  3.16.0-25-generic

  $ dpkg-query -W 'linux-*image-*3.16.0-25*'
  linux-image-3.16.0-25-generic 3.16.0-25.33
  linux-image-extra-3.16.0-25-generic   3.16.0-25.33
  linux-signed-image-3.16.0-25-generic  3.16.0-25.33

  $ lsmod | head -1 ;  lsmod | grep '^nouveau'  
  Module  Size  Used by
  nouveau  1234845  3 

  $ sudo lspci -nn -vv -s 03:00.0
  03:00.0 VGA compatible controller [0300]: NVIDIA Corporation C79 [GeForce 
9400] [10de:0867] (rev b1) (prog-if 00 [VGA controller])
Subsystem: Apple Inc. iMac 9,1 [106b:00ad]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1396840/+subscriptions

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


[Kernel-packages] [Bug 1396840] Re: 10de:0867 [iMac9, 1] Module nouveau systematically crashes after a few minutes, whereas module nvidia from nvidia-331-updates crashes only after several hours of wo

2014-12-21 Thread Etienne URBAH
The end of the attachment is 'kern.log' for an X bug with the 'nouveau'
module from Linux kernel 3.16.0-28.38 :

-  Line 4253 beginning with 'Dec 22 04:13:22' is the start of the test
with the 'nouveau' module from Linux kernel 3.16.0-28.38

-  Line 5624 beginning with 'Dec 22 04:27:46' shows the changing of
LogLevel to 1

-  Then, I logged in using cinnamon, started firefox, ...
   I lost system responsiveness.
   With Ctrl-Alt-F1, I could still connect to a system console and use it.
   After Ctrl-Alt-F7, GDM showed its login screen, but login froze.
   After Ctrl-Alt-F1 then Ctrl-Alt-F7, GDM tried to show its login screen, but 
NO user icon appeared.

-  Line 5673 beginning with 'Dec 22 04:49:39' is the beginning of the
request to show the kernel state.


** Attachment added: "kern.log for X bug with nouveau from linux-3.16.0-28.38"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1396840/+attachment/4285599/+files/kern.linux-3.16.0-28.38.nouveau.X-bug.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/1396840

Title:
  10de:0867 [iMac9,1] Module nouveau systematically crashes after a few
  minutes, whereas module nvidia from nvidia-331-updates crashes only
  after several hours of work

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Module 'nouveau' systematically crashes after a few minutes, whereas
  module 'nvidia' from 'nvidia-331-updates' crashes only after several
  hours of work.

  $ uname -r
  3.16.0-25-generic

  $ dpkg-query -W 'linux-*image-*3.16.0-25*'
  linux-image-3.16.0-25-generic 3.16.0-25.33
  linux-image-extra-3.16.0-25-generic   3.16.0-25.33
  linux-signed-image-3.16.0-25-generic  3.16.0-25.33

  $ lsmod | head -1 ;  lsmod | grep '^nouveau'  
  Module  Size  Used by
  nouveau  1234845  3 

  $ sudo lspci -nn -vv -s 03:00.0
  03:00.0 VGA compatible controller [0300]: NVIDIA Corporation C79 [GeForce 
9400] [10de:0867] (rev b1) (prog-if 00 [VGA controller])
Subsystem: Apple Inc. iMac 9,1 [106b:00ad]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1396840/+subscriptions

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


[Kernel-packages] [Bug 1284093] Re: Please update regulations to support VHT

2014-12-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: wireless-regdb (Ubuntu)
   Status: New => Confirmed

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

Title:
  Please update regulations to support VHT

Status in wireless-regdb package in Ubuntu:
  Confirmed

Bug description:
  Only very recent versions of wireless-regdb have support for VHT
  (80mhz channels); in addition, all current kernels have a bug that
  will cause your card to fail to associate with a VHT ap when your
  local regdb didn't allow VHT:

  https://bugzilla.kernel.org/show_bug.cgi?id=70881

  I have updated the existing Debian bug requesting this too:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729089

  Well, more precisely I have emailed the update but it hasn't gone
  through yet.  :)

  I would recommend updating to 2013.11.27 (current upstream) as it
  includes other regulatory fixes. I would also recommend applying this
  to at least Precise and Trusty, possibly Saucy since it is still
  supported.

  Here is the update that should post to the Debian bug soon:
  "I would much appreciate this, especially you make the jump to 2013.11.27. 
The new regdb will also solve issues with 802.11ac; the referenced version 
appears to be the first with support for 80mhz channels. Without the new regdb 
(or a patch the kernel that masks the symptoms, below), when you connect to an 
AP that supports 80mhz channels, you are disconnected with a nearly useless 
error. Link to the ticket, with details and the symptom-masking patch that will 
be in future kernels:

  https://bugzilla.kernel.org/show_bug.cgi?id=70881

  It would be great if we could get the new regdb upstream into Debian
  asap; in the meantime I will try to get an updated version into a ppa
  for Ubuntu users at least. ;)"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wireless-regdb/+bug/1284093/+subscriptions

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


[Kernel-packages] [Bug 1396840] Re: 10de:0867 [iMac9, 1] Module nouveau systematically crashes after a few minutes, whereas module nvidia from nvidia-331-updates crashes only after several hours of wo

2014-12-21 Thread Etienne URBAH
Yes, my 2 previous attachments were related to an upstream Linux kernel.

But this time, my attachments are duly related to the CURRENT Linux kernel 
3.16.0-28.38
I hope that they will be useful.


** Attachment added: "Xorg.0.log for X bug with nouveau from linux-3.16.0.28-38"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1396840/+attachment/4285578/+files/Xorg.linux-3.16.0-28-38.nouveau.X-bug.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/1396840

Title:
  10de:0867 [iMac9,1] Module nouveau systematically crashes after a few
  minutes, whereas module nvidia from nvidia-331-updates crashes only
  after several hours of work

Status in linux package in Ubuntu:
  Triaged

Bug description:
  Module 'nouveau' systematically crashes after a few minutes, whereas
  module 'nvidia' from 'nvidia-331-updates' crashes only after several
  hours of work.

  $ uname -r
  3.16.0-25-generic

  $ dpkg-query -W 'linux-*image-*3.16.0-25*'
  linux-image-3.16.0-25-generic 3.16.0-25.33
  linux-image-extra-3.16.0-25-generic   3.16.0-25.33
  linux-signed-image-3.16.0-25-generic  3.16.0-25.33

  $ lsmod | head -1 ;  lsmod | grep '^nouveau'  
  Module  Size  Used by
  nouveau  1234845  3 

  $ sudo lspci -nn -vv -s 03:00.0
  03:00.0 VGA compatible controller [0300]: NVIDIA Corporation C79 [GeForce 
9400] [10de:0867] (rev b1) (prog-if 00 [VGA controller])
Subsystem: Apple Inc. iMac 9,1 [106b:00ad]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1396840/+subscriptions

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


[Kernel-packages] [Bug 1380197] Re: kernel crashes in 3.13, not 3.2

2014-12-21 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  kernel crashes in 3.13, not 3.2

Status in linux package in Ubuntu:
  Expired

Bug description:
  linux-image-3.2.0-56-generic boots fine.

  linux-image-3.13.0-38-generic and its early versions crash on my  HP
  ProLiant ML150 G5.

  N.B. there is an earlier backtrace from a wedged CPU before the final
  backtrace that takes the ship down.

  
  ch@snaggle:~$ lsb_release -rd 
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
  --- 
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ch17924 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=493c888f-33b9-4f1a-accd-8db5c8d5eb7a
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  MachineType: HP ProLiant ML150 G5
  Package: linux (not installed)
  ProcEnviron:
   LD_LIBRARY_PATH=
   TERM=xterm
   PATH=(custom, no user)
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-56-generic 
root=UUID=a1e7059a-c630-4804-8944-a66e3b7ab3b0 ro nomdmonddf nomdmonisw 
crashkernel=384M-:128M
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic 3.2.51
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic N/A
   linux-backports-modules-3.2.0-56-generic  N/A
   linux-firmware1.127.7
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.2.0-56-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-08-17 (55 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse kvm lpadmin 
netdev plugdev sambashare scanner sudo tape vboxusers video
  WpaSupplicantLog:
   
  _MarkForUpload: True
  dmi.bios.date: 10/25/2010
  dmi.bios.vendor: HP
  dmi.bios.version: O17
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: ProLiant ML150 G5
  dmi.board.vendor: HP
  dmi.chassis.asset.tag: snaggle
  dmi.chassis.type: 7
  dmi.chassis.vendor: HP
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnHP:bvrO17:bd10/25/2010:svnHP:pnProLiantML150G5:pvr1.0:rvnHP:rnProLiantML150G5:rvr:cvnHP:ct7:cvr1.0:
  dmi.product.name: ProLiant ML150 G5
  dmi.product.version: 1.0
  dmi.sys.vendor: HP

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

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


[Kernel-packages] [Bug 1381427] Re: [TOSHIBA Satellite C655D] suspend/resume failure

2014-12-21 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  [TOSHIBA Satellite C655D] suspend/resume failure

Status in linux package in Ubuntu:
  Expired

Bug description:
  I was logging on to ubuntu 14.10 and received the error condition as
  it wsa display the launcher for unity.  Has happen every time since
  installing patches on 10/14/2014.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-22-generic 3.16.0-22.29
  ProcVersionSignature: Ubuntu 3.16.0-22.29-generic 3.16.4
  Uname: Linux 3.16.0-22-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.7-0ubuntu6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  howie  2252 F pulseaudio
  Date: Tue Oct 14 19:32:02 2014
  DuplicateSignature: suspend/resume:TOSHIBA Satellite C655D:1.80
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=b2c2589c-265f-4f4a-9a59-b587e9a27587
  InstallationDate: Installed on 2014-09-27 (18 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  InterpreterPath: /usr/bin/python3.4
  MachineType: TOSHIBA Satellite C655D
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-22-generic 
root=UUID=5389632e-de7f-4d8d-8502-45ec451ce4c1 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.16.0-22-generic N/A
   linux-backports-modules-3.16.0-22-generic  N/A
   linux-firmware 1.136
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: [TOSHIBA Satellite C655D] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 12/20/2011
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: 1.80
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Portable PC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Base Board Version
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: AMD
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvr1.80:bd12/20/2011:svnTOSHIBA:pnSatelliteC655D:pvrPSC0YU-018001B:rvnTOSHIBA:rnPortablePC:rvrBaseBoardVersion:cvnAMD:ct10:cvrNone:
  dmi.product.name: Satellite C655D
  dmi.product.version: PSC0YU-018001B
  dmi.sys.vendor: TOSHIBA

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

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


[Kernel-packages] [Bug 1334950] Re: [HP 14 Touchsmart][HP 15 Touchsmart] Volume mute LED is not working

2014-12-21 Thread Po-Hsu Lin
Verified with -proposed (3.13.0-44 #73) on 201310-14248
It works as expected.
Thanks!

** Tags removed: verification-needed-trusty
** Tags added: verification-done-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/1334950

Title:
  [HP 14 Touchsmart][HP 15 Touchsmart] Volume mute LED is not working

Status in HWE Next Project:
  Fix Released
Status in HWE Next trusty series:
  Confirmed
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed

Bug description:
  CID: 201310-14248 HP 15 Touchsmart

  There is a mute key on this system, along with a Mute LED on it.
  The mute key works fine, but the LED is not working at all.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-30-generic 3.13.0-30.54
  ProcVersionSignature: Ubuntu 3.13.0-30.54-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 1649 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1649 F pulseaudio
  CRDA:
   country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
  CurrentDesktop: Unity
  Date: Thu Jun 26 23:57:42 2014
  HibernationDevice: RESUME=UUID=540104b4-4be9-4245-8c53-2f8471e94cbb
  InstallationDate: Installed on 2014-06-26 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic.efi.signed 
root=UUID=61fbea42-9507-49b2-b9ad-b0050652e97e ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-30-generic N/A
   linux-backports-modules-3.13.0-30-generic  N/A
   linux-firmware 1.127.4
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.09
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 2192
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 41.1A
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.09:bd12/06/2013:svnHewlett-Packard:pnHP15NotebookPC:pvr088710025E112:rvnHewlett-Packard:rn2192:rvr41.1A:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 088710025E112
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1334950/+subscriptions

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


[Kernel-packages] [Bug 1398497] Re: HP Proliant Serverrs - DL360 and DL380 Gen8 - Precise Kernel Panic - General Protection Fault and X2APIC/XAPIC boot parameters

2014-12-21 Thread Dave
Hello,

Sorry if my posting is not appropriate... I'm very new to Linux, but 
inquisitive.
I have just installed an Ubuntu 14.04 based desktop, Linux Lite 2.2 kernel 
3.13.?
H/W is Intel CPU i7-4790S = 4 Core +HT and I have VT enabled so I can run 
Virtualbox.

I have found the following in dmesg log file:

[0.022633] Your BIOS is broken and requested that x2apic be disabled.
[0.022633] This will slightly decrease performance.
[0.022633] Use 'intremap=no_x2apic_optout' to override BIOS request.
[0.022745] Enabled IRQ remapping in xapic mode
[0.022746] x2apic not enabled, IRQ remapping is in xapic mode

Is this also related to the issue in this thread.?
If it it is,
I can provide more information if you tell me what I need to do.?

David

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

Title:
  HP Proliant Serverrs - DL360 and DL380 Gen8 - Precise Kernel Panic -
  General Protection Fault and X2APIC/XAPIC boot parameters

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Precise:
  In Progress

Bug description:
  It was brought to my attention the following situation:

  """
  We massively upgraded our Ubuntu 12.04 servers (most of them are HP
  DL360p Gen8 or DL380 Gen8) to 3.2.0-67 kernel And in the last 2-3
  days we already had to reboot 5 of them because they completely hang

  Some of them had the following messages under syslog :
  kernel: [384707.675479] general protection fault:  [#5666] SMP

  others had :
  kernel: [950725.612724] BUG: unable to handle kernel paging request

  All of them have this also :
  your BIOS is broken and requested that x2apic be disabled
  """

  Comments bellow

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

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


[Kernel-packages] [Bug 1404766] WifiSyslog.txt

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F p

[Kernel-packages] [Bug 1404766] Lspci.txt

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
 

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

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F

[Kernel-packages] [Bug 1404766] Lsusb.txt

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
 

[Kernel-packages] [Bug 1404766] CurrentDmesg.txt

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F..

[Kernel-packages] [Bug 1404766] UdevDb.txt

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio

[Kernel-packages] [Bug 1404766] UdevDb.txt

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio

[Kernel-packages] [Bug 1404766] ProcModules.txt

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F

[Kernel-packages] [Bug 1404766] Lsusb.txt

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
 

[Kernel-packages] [Bug 1404766] Lspci.txt

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
 

[Kernel-packages] [Bug 1404766] AlsaInfo.txt

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulse

[Kernel-packages] [Bug 1404766] UdevLog.txt

2014-12-21 Thread SHI XUDONG
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1404766/+attachment/4285510/+files/UdevLog.txt

** Description changed:

  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
+  /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
+ InstallationDate: Installed on 2014-11-21 (30 days ago)
+ InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
+ IwConfig:
+  eth0  no wireles

[Kernel-packages] [Bug 1404766] CurrentDmesg.txt

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F..

[Kernel-packages] [Bug 1404766] ProcInterrupts.txt

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974

[Kernel-packages] [Bug 1404766] ProcEnviron.txt

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F

[Kernel-packages] [Bug 1404766] BootDmesg.txt

2014-12-21 Thread SHI XUDONG
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1404766/+attachment/4285512/+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/1404766

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pul

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

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  C

[Kernel-packages] [Bug 1404766] UdevLog.txt

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F...

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

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F

[Kernel-packages] [Bug 1404766] PulseList.txt

2014-12-21 Thread SHI XUDONG
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1404766/+attachment/4285522/+files/PulseList.txt

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pul

[Kernel-packages] [Bug 1404766] ProcInterrupts.txt

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974

[Kernel-packages] [Bug 1404766] WifiSyslog.txt

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F p

[Kernel-packages] [Bug 1404766] ProcEnviron.txt

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F

[Kernel-packages] [Bug 1404766] BootDmesg.txt

2014-12-21 Thread SHI XUDONG
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1404766/+attachment/4285499/+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/1404766

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pul

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

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  C

[Kernel-packages] [Bug 1404766] PulseList.txt

2014-12-21 Thread SHI XUDONG
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1404766/+attachment/4285508/+files/PulseList.txt

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pul

[Kernel-packages] [Bug 1404766] ProcModules.txt

2014-12-21 Thread SHI XUDONG
apport information

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
  InstallationDate: Installed on 2014-11-21 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. OptiPlex 990
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
  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:
   
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 12/30/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 06D7TR
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A02
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 990
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
   /dev/snd/controlC0:  shixudongleo   1974 F

[Kernel-packages] [Bug 1404766] Re: ProblemType: KernelOops BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]

2014-12-21 Thread SHI XUDONG
apport information

** Tags added: apport-collected

** Description changed:

  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  shixudongleo   1974 F pulseaudio
+  /dev/snd/controlC0:  shixudongleo   1974 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=89aa0147-0134-49e4-9eff-8fc7aeb26e46
+ InstallationDate: Installed on 2014-11-21 (30 days ago)
+ InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
+ IwConfig:
+  eth0  no wireless extensions.
+  
+  lono wireless extensions.
+ MachineType: Dell Inc. OptiPlex 990
+ Package: linux (not installed)
+ ProcFB: 0 nouveaufb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=8c549dcf-7cbd-4d86-bf29-3e5a8e3dce0c ro quiet splash vt.handoff=7
+ 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:
+  
+ Tags:  trusty
+ Uname: Linux 3.13.0-24-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 12/30/2011
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A11
+ dmi.board.name: 06D7TR
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A02
+ dmi.chassis.type: 6
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/30/2011:svnDellInc.:pnOptiPlex990:pvr01:rvnDellInc.:rn06D7TR:rvrA02:cvnDellInc.:ct6:cvr:
+ dmi.product.name: OptiPlex 990
+ dmi.product.version: 01
+ dmi.sys.vendor: Dell Inc.

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
  

[Kernel-packages] [Bug 1321421] Re: 8086:8ca0 Sound output distorted/unusable with Intel Z97/H97

2014-12-21 Thread Hannes Benson
I am running 12.04 and upgrade to the MSI Z97 Gaming 5 motherboard and
also got the nasty noise issue.

echo "options snd-hda-intel snoop=0" > /etc/modprobe.d/fix-sound-intel97

fixed it for me after adding the .conf :)

Thanks fellow ubuntu ppl!

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

Title:
  8086:8ca0 Sound output distorted/unusable with Intel Z97/H97

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  I get horribly cracking sound and distortion with my ne AS Rock
  Fatal1ty H97 Performance Mainboard. This MB is using PuritySound 2
  Engine powered by the Realtek ALC1150 Chipset. Here is some ALSA Info:
  http://www.alsa-
  project.org/db/?f=44b12e252a2cf7ebb75ab3e23d5cef072af6c328

  Following commit fixes this problem:
  
https://kernel.googlesource.com/pub/scm/linux/kernel/git/tiwai/sound/+/77f07800cb456bed6e5c345e6e4e83e8eda62437

  WORKAROUND: Create a modprobe.d file with command:
  echo "options snd-hda-intel vid=8086 pid=8ca0 snoop=0" | sudo tee 
/etc/modprobe.d/fix-sound-intel97.conf

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  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.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue May 20 21:03:18 2014
  InstallationDate: Installed on 2014-05-20 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/28/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: H97 Performance
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd04/28/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH97Performance:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  ---
  ApportVersion: 2.14.1-0ubuntu3.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ben1445 F pulseaudio
   /dev/snd/controlC0:  ben1445 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=f35e4cc7-52c2-4fe7-9e4b-405280ed487f
  InstallationDate: Installed on 2014-05-20 (2 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro
  ProcVersionSignature: Ubuntu 3.13.0-24.47-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.2
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/28/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: H97 Performance
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd04/28/2014:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH97Performance:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.

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

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


[Kernel-packages] [Bug 1371159] Re: [MacBookPro11, 1] Unable to suspend in ubuntu 14.04

2014-12-21 Thread Christopher M. Penalver
Albert, anything change with the latest mainline kernel 3.19-rc1?

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

Title:
  [MacBookPro11,1] Unable to suspend in ubuntu 14.04

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I cannot make a MacBookPro 11,1 suspend. When putting the lid down, 
acpi_listen prints:
  button/lid LID close
  button/lid LID open

  ... so the lid is signalling correctly. Upon opening, the screensaver
  prompt is present, and typing in the password brings me back to the
  desktop. Nothing is found in dmesg.

  When choosing "suspend" from the top-right power menu, the screen goes
  black and shortly lights up again, showing the screensaver login
  prompt. Typing in the password brings me back to the desktop as if
  nothing had happened.

  To remark that the power menu in the System Settings shows sometimes
  "Suspend" as greyed out.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: pm-utils 1.4.1-13ubuntu0.1
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Sep 18 10:36:54 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-16 (2 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  albert 2149 F pulseaudio
   /dev/snd/controlC0:  albert 2149 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-16 (86 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Apple Inc. MacBookPro11,1
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic 
root=UUID=1fe82ec9-9c83-4e33-9506-2f7afb8d9d64 ro libata.force=noncq quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-43-generic N/A
   linux-backports-modules-3.13.0-43-generic  N/A
   linux-firmware 1.127.10
  Tags:  trusty
  Uname: Linux 3.13.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/12/2014
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B07.1402121134
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B07.1402121134:bd02/12/2014:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,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/1371159/+subscriptions

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


[Kernel-packages] [Bug 117713] Re: WD external drives need to be spun down, "sdparm --command=stop" doesn't work any more

2014-12-21 Thread Christopher M. Penalver
Peter, please do not apport-collect to another person's report, as you
are not the original reporter.

Linux Mint has a different procedure and location for tracking bug
reports. If you want to file a report against Mint, please do so via
their bug tracker located at
https://bugs.launchpad.net/linuxmint/+filebug .

If you would like to file a bug in Ubuntu (not Mint), and so your problem and 
hardware may be tracked, please file a new report with Ubuntu by executing the 
following in a terminal while booted into the default Ubuntu kernel (not a 
mainline one) via:
ubuntu-bug linux

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

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

As well, please do not announce in this report you created a new bug
report.

Thank you for your understanding.

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

** Attachment removed: "BootDmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285423/+files/BootDmesg.txt

** Attachment removed: "AlsaInfo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285422/+files/AlsaInfo.txt

** Attachment removed: "CRDA.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285424/+files/CRDA.txt

** Attachment removed: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285425/+files/CurrentDmesg.txt

** Attachment removed: "IwConfig.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285426/+files/IwConfig.txt

** Attachment removed: "Lspci.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285427/+files/Lspci.txt

** Attachment removed: "Lsusb.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285428/+files/Lsusb.txt

** Attachment removed: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285429/+files/ProcCpuinfo.txt

** Attachment removed: "ProcEnviron.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285430/+files/ProcEnviron.txt

** Attachment removed: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285431/+files/ProcInterrupts.txt

** Attachment removed: "ProcModules.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285432/+files/ProcModules.txt

** Attachment removed: "PulseList.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285433/+files/PulseList.txt

** Attachment removed: "UdevDb.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285434/+files/UdevDb.txt

** Attachment removed: "UdevLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285435/+files/UdevLog.txt

** Attachment removed: "WifiSyslog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285436/+files/WifiSyslog.txt

** Tags removed: apport-collected qiana

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

Title:
  WD external drives need to be spun down, "sdparm --command=stop"
  doesn't work any more

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Try to dismount a USB external Western digital passport harddrive , it
  will be ok but the cylinders will be still rotating , then if you
  unplug your hardrrive it'll do a strange noise like a violent hard
  drive parking. ( in Microsoft windows the eject the device safely
  option stop the heads ) at the moment the only solution to stop
  properly the hard drive is tu use sdparm , here is the script :

  #!/bin/sh
  WD=/dev/sdb1
  sudo umount $WD
  if [ $? -eq 0 ]
  then
echo Stopping heads
  #Stop properly the heads and cylinders
sdparm --command=stop $WD 
  else
echo Unmount Failed !
  fi

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

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


[Kernel-packages] [Bug 1388583] Re: 15c2:0038 Unable to boot from S5 with Soundgraph iMon IR module

2014-12-21 Thread Christopher M. Penalver
Oli Niemikorpi, this would not be Status Opinion as defined by
https://wiki.ubuntu.com/Bugs/Status . The root cause package may be of a
difference of opinion, but a developer may work on this issue now to
investigate and fix.

** Changed in: linux (Ubuntu)
   Status: Opinion => Triaged

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

Title:
  15c2:0038 Unable to boot from S5 with Soundgraph iMon IR module

Status in linux package in Ubuntu:
  Triaged
Status in lirc package in Ubuntu:
  New

Bug description:
  After complete Ubuntu shut down, the system does not wake up with
  Soundgraph Imon IR. Since complete remote boot is possible after
  Windows shutdown, this seems to be a Linux Kernel bug and related to
  the way Linux handles the shut down process. Some users have reported
  that remote boot was possible with Kernels prior to 2.6.32 version.

  There are several topics around the issue I have, but I was unable to find 
any bug reports of the issue. Please refer:
  http://ubuntuforums.org/showthread.php?t=2014242
  http://www.soundgraph.com/forums/showthread.php?p=37616
  http://forum.kodi.tv/showthread.php?tid=194870
  http://ubuntuforums.org/showthread.php?t=2219778

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-37-generic 3.13.0-37.64
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  niemikorpi   1861 F pulseaudio
   /dev/snd/controlC0:  niemikorpi   1861 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Nov  2 18:01:57 2014
  HibernationDevice: RESUME=UUID=deab300a-6f47-44e7-834e-94ac0954061a
  InstallationDate: Installed on 2014-10-15 (17 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=78e2c4b6-1ff6-4e09-ae97-92a0f97acbb5 ro nomodeset quiet splash 
nomodeset video=uvesafb:mode_option=800x600-24,mtrr=3,scroll=ywrap 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   
  SourcePackage: linux
  StagingDrivers: lirc_imon
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/11/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1206
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M3A
  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.:bvr1206:bd06/11/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM3A: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/1388583/+subscriptions

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


[Kernel-packages] [Bug 1328708] Re: [HP Pavilion dv6t-6b00 CTO Quad Edition Entertainment Notebook PC] System freezes periodically when I try to suspend to RAM

2014-12-21 Thread Christopher M. Penalver
slowtrain, happy holidays. it would be helpful to test out the latest
mainline kernel 3.19-rc1 to see if this gives you a later environment to
test with.

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

Title:
  [HP Pavilion dv6t-6b00 CTO Quad Edition Entertainment Notebook PC]
  System freezes periodically when I try to suspend to RAM

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  About a couple times a week, my system freezes when I suspend to RAM
  (only way out is hard power off--alternative terminals are
  inaccessible). These seems to be happening more in KDE than when I was
  using Unity.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-29-generic 3.13.0-29.53
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peterm 3598 F pulseaudio
  CurrentDesktop: KDE
  Date: Tue Jun 10 18:25:42 2014
  HibernationDevice: RESUME=UUID=5d23be8c-e134-466b-8698-0344f70809a4
  InstallationDate: Installed on 2014-04-20 (51 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-29-generic 
root=UUID=905a5deb-feac-448c-9f59-7040a9ea9942 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-29-generic N/A
   linux-backports-modules-3.13.0-29-generic  N/A
   linux-firmware 1.127.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/23/2012
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.1B
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 17FB
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 10.5A
  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/23/2012:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr058D11000220472622100:rvnHewlett-Packard:rn17FB:rvr10.5A:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion dv6 Notebook PC
  dmi.product.version: 058D11000220472622100
  dmi.sys.vendor: Hewlett-Packard

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

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


[Kernel-packages] [Bug 1354668] Re: 0ccd:00ab Won't resume from suspend using DVB-t USB stick

2014-12-21 Thread Christopher M. Penalver
sander, just to advise, you don't have to keep stating this is a suspend
versus resume issue, or vice versa.

As well, this report is scoped solely to your Gigabyte B75M-D3V+USB
stick while using the NVIDIA closed source drivers (not nouveau) to
suspend/resume (not hibernate).

If different hardware, drivers, and/or hibernate is going to be
introduced, this would need to go into a separate report, one per unique
combination of the prior.

Despite this, if you can at least suspend/resume without the USB stick
on your old computer with the default drivers (not closed source), in
any release, then it would be more productive to address this issue via
a new report against this hardware.

What do you think?

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

Title:
  0ccd:00ab Won't resume from suspend using DVB-t USB stick

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have a Terratec Cinergy T USB XXS DVB-t USB stick, but when you
  suspend the system while a radio or TV channel is actively playing in
  some application, the system does not correctly suspend the device.
  The system will not wake up again and you have to reset the computer.
  This bug exists for at least 3 year and likely people with similar
  DVB-t USB sticks will be affected as well.

  I have created a failure proof workaround solution for VLC by creating
  the script /etc/pm/sleep.d/50_dvb_usb_dib0700_quirk:

  #!/bin/sh

  PASS=

  case "$1" in
  hibernate|suspend)
   # check whether a stream with "telx" (Teletext) is active or not
    if [ "`{ echo $PASS; echo "info"; } | netcat localhost 4212 -q 1 | grep -c 
telx`" -eq "0" ]
    then
     continue
    else
     { echo $PASS; echo "stop"; } | netcat localhost 4212 -q 1 > /dev/null
    fi
    modprobe -r dvb_usb_dib0700
    sleep 1
    ;;
  thaw|resume)
    modprobe dvb_usb_dib0700
    # automatically start playing after wake up
    { echo $PASS; echo "play"; } | netcat localhost 4212 -q 1 > /dev/null
    ;;
  *) exit $NA
    ;;
  esac

  This solution was inspired by:
  http://forum.xbmc.org/printthread.php?tid=71490

  ---
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  sander 2545 F pulseaudio
   /dev/snd/controlC0:  sander 2545 F pulseaudio
   /dev/snd/pcmC0D0p:   sander 2545 F...m pulseaudio
  CRDA: Error: [Errno 2] Bestand of map bestaat niet
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=c4ca47bf-e5b3-4e55-8e04-7545c1f50cdd
  IwConfig:
   p4p1  no wireless extensions.

   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-43-generic N/A
   linux-backports-modules-3.13.0-43-generic  N/A
   linux-firmware 1.127.10
  RfKill:

  Tags:  trusty
  Uname: Linux 3.13.0-43-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (174 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 10/23/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F13
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B75M-D3V
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF13:bd10/23/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnB75M-D3V:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Kernel-packages] [Bug 1404766] Missing required logs.

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

apport-collect 1404766

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
   [214499.078375] Stack:
   [214499.078377]  88022dc74f68 00014f00  
8101a170
   [214499.078382]  0101 816dbb77 8101a170 

   [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
   [214499.078390] Call Trace:
   
  Package: linux-image-3.13.0-24-generic 3.13.0-24.46
  SourcePackage: linux
  Tags: kernel-oops
  Uname: Linux 3.13.0-24-generic x86_64

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

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


[Kernel-packages] [Bug 1403142] Re: [Lenovo Thinkpad X1 Carbon 2nd Gen 20A7, 20A8] iwlwifi intel 7260 network does not connect

2014-12-21 Thread avlas
I found a workaround that I introduce here for the case it can help some
other people in my situation, as well as for the case it gives a clue
for a potential fix:

- I duplicated my local wifi connection and in one of the two I modified the 
default options to adhoc, B/G 2.4GHz, Channel 1 (I also changed the label to 
know which one is each)
- Then I manually connect the modified wifi connection, but right at the time 
it is requesting an IP, I rapidly connect the other (default) connection

If I do it in this specific order, then the default network works. If I
just try to connect either of the two without replicating this sequence,
the two fail miserably.

Hope it helps

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

Title:
  [Lenovo Thinkpad X1 Carbon 2nd Gen 20A7,20A8] iwlwifi intel 7260
  network does not connect

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  
  Connection to the home and university wireless fail to connect. In the 
terminal I see repeated messages "no association and the time is already over". 
In contrast I can work and send this bug report through the hot spot wireless 
of my cellphone with no problem. I checked many bugs on the internet and tried 
many different things, none of those succeeded. For instance, I tried kernel 
from the proposed repository, I tried with multiple options of the iwlwifi 
module, I tried installing new versions of the firmware. Hence, I decided to 
report this new bug, as the issue may be different to others.

  -

  Ubuntu 3.16.0-28.37-generic 3.16.7-ckt1

  -

  lsb_release -rd
  Description:Ubuntu 14.10
  Release:14.10

  -

  linux-image-3.16.0-28-generic:
Instaŀlat: 3.16.0-28.37
Candidat:  3.16.0-28.37
Taula de versió:
   *** 3.16.0-28.37 0
  500 http://mirror.cc.columbia.edu/pub/linux/ubuntu/archive/ 
utopic-updates/main amd64 Packages
  500 http://mirror.cc.columbia.edu/pub/linux/ubuntu/archive/ 
utopic-security/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-28-generic 3.16.0-28.37
  ProcVersionSignature: Ubuntu 3.16.0-28.37-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  jsardid2608 F pulseaudio
   /dev/snd/controlC0:  jsardid2608 F pulseaudio
  CurrentDesktop: KDE
  Date: Tue Dec 16 11:49:01 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-12-12 (4 days ago)
  InstallationMedia: Kubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: LENOVO 20A8S30G00
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic.efi.signed 
root=UUID=15cbe5cb-55eb-4579-8e23-dd0b1aa46557 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-28-generic N/A
   linux-backports-modules-3.16.0-28-generic  N/A
   linux-firmware 1.138
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GRET42WW (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20A8S30G00
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGRET42WW(1.19):bd11/20/2014:svnLENOVO:pn20A8S30G00:pvrThinkPadX1Carbon2nd:rvnLENOVO:rn20A8S30G00:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20A8S30G00
  dmi.product.version: ThinkPad X1 Carbon 2nd
  dmi.sys.vendor: LENOVO

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

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


[Kernel-packages] [Bug 1404766] [NEW] ProblemType: KernelOops BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]

2014-12-21 Thread SHI XUDONG
Public bug reported:

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
Date: Mon Dec 15 08:36:56 2014
Failure: oops
OopsText:
 [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
 [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
 [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
 [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
 [214499.078345] Workqueue: events __net_random_once_deferred
 [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
 [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
 [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
 [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
 [214499.078360] RDX:  RSI: 0100 RDI: 

 [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
 [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
 [214499.078366] R13: dde0 R14: 00fc R15: 
0296
 [214499.078369] FS:  () GS:88022dc6() 
knlGS:
 [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
 [214499.078374] CR2: 0b0aa39ab000 CR3: 01c0e000 CR4: 
000407e0
 [214499.078375] Stack:
 [214499.078377]  88022dc74f68 00014f00  
8101a170
 [214499.078382]  0101 816dbb77 8101a170 

 [214499.078386]  816dbb78  88021dbc1d10 
810dbdfd
 [214499.078390] Call Trace:
 
Package: linux-image-3.13.0-24-generic 3.13.0-24.46
SourcePackage: linux
Tags: kernel-oops
Uname: Linux 3.13.0-24-generic x86_64

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

Title:
  ProblemType: KernelOops  BUG: soft lockup - CPU#3 stuck for 22s!
  [kworker/3:1:193]

Status in linux package in Ubuntu:
  New

Bug description:
  ProblemType: KernelOops
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Date: Mon Dec 15 08:36:56 2014
  Failure: oops
  OopsText:
   [214499.078279] BUG: soft lockup - CPU#3 stuck for 22s! [kworker/3:1:193]
   [214499.078283] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) rfcomm bnep bluetooth snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_pcm 
snd_page_alloc parport_pc snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq 
snd_seq_device snd_timer ppdev snd dcdbas intel_rapl x86_pkg_temp_thermal 
intel_powerclamp coretemp lp parport kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd nouveau psmouse serio_raw mxm_wmi wmi lpc_ich 
ttm drm_kms_helper soundcore drm mei_me mei i2c_algo_bit video mac_hid 
hid_generic usbhid hid ahci libahci e1000e ptp pps_core
   [214499.078337] CPU: 3 PID: 193 Comm: kworker/3:1 Tainted: GF   W  O 
3.13.0-24-generic #46-Ubuntu
   [214499.078340] Hardware name: Dell Inc. OptiPlex 990/06D7TR, BIOS A11 
12/30/2011
   [214499.078345] Workqueue: events __net_random_once_deferred
   [214499.078348] task: 880221e15fc0 ti: 88021dbc task.ti: 
88021dbc
   [214499.078350] RIP: 0010:[]  [] 
smp_call_function_many+0x26e/0x2d0
   [214499.078356] RSP: 0018:88021dbc1c98  EFLAGS: 0202
   [214499.078358] RAX:  RBX: 81d12600 RCX: 
88022dc182f0
   [214499.078360] RDX:  RSI: 0100 RDI: 

   [214499.078362] RBP: 88021dbc1ce8 R08: 88022dc74f48 R09: 
0004
   [214499.078364] R10: 88022dc74f48 R11: 0005 R12: 
0103
   [214499.078366] R13: dde0 R14: 00fc R15: 
0296
   [214499.078369] FS:  () GS:88022dc6() 
knlGS:
   [214499.078371] CS:  0010 DS:  ES:  CR0: 80050033
   [214499.078

[Kernel-packages] [Bug 1371159] Re: [MacBookPro11, 1] Unable to suspend in ubuntu 14.04

2014-12-21 Thread Albert
As anticipated, the second reboot fails, and needs a third reboot where
I add the option "nosmp". The fact that the same kernel can boot well
(all 4 CPUs working) or not boot (fails at SMP) depending on the prior
boot is incomprehensible to me.

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

Title:
  [MacBookPro11,1] Unable to suspend in ubuntu 14.04

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I cannot make a MacBookPro 11,1 suspend. When putting the lid down, 
acpi_listen prints:
  button/lid LID close
  button/lid LID open

  ... so the lid is signalling correctly. Upon opening, the screensaver
  prompt is present, and typing in the password brings me back to the
  desktop. Nothing is found in dmesg.

  When choosing "suspend" from the top-right power menu, the screen goes
  black and shortly lights up again, showing the screensaver login
  prompt. Typing in the password brings me back to the desktop as if
  nothing had happened.

  To remark that the power menu in the System Settings shows sometimes
  "Suspend" as greyed out.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: pm-utils 1.4.1-13ubuntu0.1
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Sep 18 10:36:54 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-16 (2 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  albert 2149 F pulseaudio
   /dev/snd/controlC0:  albert 2149 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-16 (86 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Apple Inc. MacBookPro11,1
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic 
root=UUID=1fe82ec9-9c83-4e33-9506-2f7afb8d9d64 ro libata.force=noncq quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-43-generic N/A
   linux-backports-modules-3.13.0-43-generic  N/A
   linux-firmware 1.127.10
  Tags:  trusty
  Uname: Linux 3.13.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/12/2014
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B07.1402121134
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B07.1402121134:bd02/12/2014:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,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/1371159/+subscriptions

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


[Kernel-packages] [Bug 1371159] Re: [MacBookPro11, 1] Unable to suspend in ubuntu 14.04

2014-12-21 Thread Albert
** Attachment added: "dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1371159/+attachment/4285490/+files/dmesg.20141221_1956

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

Title:
  [MacBookPro11,1] Unable to suspend in ubuntu 14.04

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I cannot make a MacBookPro 11,1 suspend. When putting the lid down, 
acpi_listen prints:
  button/lid LID close
  button/lid LID open

  ... so the lid is signalling correctly. Upon opening, the screensaver
  prompt is present, and typing in the password brings me back to the
  desktop. Nothing is found in dmesg.

  When choosing "suspend" from the top-right power menu, the screen goes
  black and shortly lights up again, showing the screensaver login
  prompt. Typing in the password brings me back to the desktop as if
  nothing had happened.

  To remark that the power menu in the System Settings shows sometimes
  "Suspend" as greyed out.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: pm-utils 1.4.1-13ubuntu0.1
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Sep 18 10:36:54 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-16 (2 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: pm-utils
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  albert 2149 F pulseaudio
   /dev/snd/controlC0:  albert 2149 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-16 (86 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Apple Inc. MacBookPro11,1
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic 
root=UUID=1fe82ec9-9c83-4e33-9506-2f7afb8d9d64 ro libata.force=noncq quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-43-generic N/A
   linux-backports-modules-3.13.0-43-generic  N/A
   linux-firmware 1.127.10
  Tags:  trusty
  Uname: Linux 3.13.0-43-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/12/2014
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP111.88Z.0138.B07.1402121134
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-189A3D4F975D5FFC
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro11,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-189A3D4F975D5FFC
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP111.88Z.0138.B07.1402121134:bd02/12/2014:svnAppleInc.:pnMacBookPro11,1:pvr1.0:rvnAppleInc.:rnMac-189A3D4F975D5FFC:rvrMacBookPro11,1:cvnAppleInc.:ct10:cvrMac-189A3D4F975D5FFC:
  dmi.product.name: MacBookPro11,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/1371159/+subscriptions

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


[Kernel-packages] [Bug 1371159] Re: [MacBookPro11, 1] Unable to suspend in ubuntu 14.04

2014-12-21 Thread Albert
Christopher,

with 3.18-vivid (3.18.0-031800_3.18.0-031800.201412071935):

The good news is that thunderbold-ethernet is plug and play (no longer
needs to reboot with thunderbold plugged in). Unplugging it and plugging
it again works too: fully plug and play.

The bad news is that the computer cannot suspend at all:

A. When using the top-right power button and choosing suspend, the screen goes 
dark but quickly brightens.
B. When closing the lid, the screen remains dark but it is actually not 
suspended (can been seen in dmesg).

All 4 CPUs are recognized after the first reboot--but this was the case
before too. Don't know what will happen in the next reboot.

The dmesg (attached) contains, in this order, the normal boot sequence,
one attempt to suspend from the power menu, and one attempt to suspend
by closing the lid, and the plug-and-play action of the thunderbold-
ethernet adapter.

The relevant part of dmesg from the point in time when I initiated the
suspend sequence by lowering the lid (notice the ERROR):

[  114.901412] PM: Syncing filesystems ... done.
[  114.907053] PM: Preparing system for mem sleep
[  114.907164] Freezing user space processes ... (elapsed 0.617 seconds) done.
[  115.523970] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) 
done.
[  115.525235] PM: Entering mem sleep
[  115.525263] Suspending console(s) (use no_console_suspend to debug)
[  115.525651] [drm:intel_uncore_check_errors] *ERROR* Unclaimed register 
before interrupt
[  115.525743] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[  116.700502] sd 0:0:0:0: [sda] Stopping disk
[  116.730544] PM: suspend of devices complete after 1206.337 msecs
[  116.778370] PM: late suspend of devices complete after 47.867 msecs
[  116.778609] thunderbolt :07:00.0: suspending...
[  116.779236] xhci_hcd :00:14.0: System wakeup enabled by ACPI
[  116.779247] thunderbolt :07:00.0: stopping RX ring 0
[  116.779251] thunderbolt :07:00.0: disabling interrupt at register 
0x38200 bit 12 (0x1001 -> 0x1)
[  116.779256] thunderbolt :07:00.0: stopping TX ring 0
[  116.779259] thunderbolt :07:00.0: disabling interrupt at register 
0x38200 bit 0 (0x1 -> 0x0)
[  116.779262] thunderbolt :07:00.0: control channel stopped
[  116.779263] thunderbolt :07:00.0: suspend finished
[  116.794430] PM: noirq suspend of devices complete after 16.074 msecs
[  116.794701] ACPI: Preparing to enter system sleep state S3
[  116.826297] PM: Saving platform NVS memory
[  116.826298] Disabling non-boot CPUs ...
[  116.826331] intel_pstate CPU 1 exiting
[  116.827460] kvm: disabling virtualization on CPU1
[  116.827464] smpboot: CPU 1 is now offline
[  116.827752] intel_pstate CPU 2 exiting
[  116.828885] kvm: disabling virtualization on CPU2
[  116.828892] smpboot: CPU 2 is now offline
[  116.829180] intel_pstate CPU 3 exiting
[  116.830278] kvm: disabling virtualization on CPU3
[  116.830288] smpboot: CPU 3 is now offline
[  116.831978] ACPI: Low-level resume complete
[  116.832042] PM: Restoring platform NVS memory
[  116.832448] Enabling non-boot CPUs ...
[  116.832496] x86: Booting SMP configuration:
[  116.832497] smpboot: Booting Node 0 Processor 1 APIC 0x2
[  116.846706] kvm: enabling virtualization on CPU1
[  116.875558] CPU1 is up
[  116.883372] smpboot: Booting Node 0 Processor 2 APIC 0x1
[  116.895301] kvm: enabling virtualization on CPU2
[  116.949650] CPU2 is up
[  116.949667] smpboot: Booting Node 0 Processor 3 APIC 0x3
[  116.961905] kvm: enabling virtualization on CPU3
[  116.969382] CPU3 is up
[  116.973196] ACPI: Waking up from system sleep state S3
[  117.048104] xhci_hcd :00:14.0: System wakeup disabled by ACPI
[  117.048860] pcieport :06:03.0: quirk: wating for thunderbolt to 
reestablish pci tunnels...
[  117.048866] pcieport :06:04.0: quirk: wating for thunderbolt to 
reestablish pci tunnels...
[  117.049028] pcieport :06:05.0: quirk: wating for thunderbolt to 
reestablish pci tunnels...
[  117.049039] pcieport :06:06.0: quirk: wating for thunderbolt to 
reestablish pci tunnels...
[  117.064086] thunderbolt :07:00.0: resuming...
[  117.064087] thunderbolt :07:00.0: control channel starting...
[  117.064088] thunderbolt :07:00.0: starting TX ring 0
[  117.064092] thunderbolt :07:00.0: enabling interrupt at register 0x38200 
bit 0 (0x0 -> 0x1)
[  117.064093] thunderbolt :07:00.0: starting RX ring 0
[  117.064097] thunderbolt :07:00.0: enabling interrupt at register 0x38200 
bit 12 (0x1 -> 0x1001)
[  117.064099] thunderbolt :07:00.0: resetting switch at 0
[  117.071730] thunderbolt :07:00.0: 0: resuming switch
[  117.076029] thunderbolt :07:00.0: resume finished
[  117.083894] PM: noirq resume of devices complete after 35.925 msecs
[  117.107976] PM: early resume of devices complete after 24.088 msecs
[  117.108077] mei_me :00:16.0: irq 50 for MSI/MSI-X
[  117.108087] snd_hda_intel :00:03.0: irq 51 for MSI/MSI-X
[  117.108178] snd_hda_intel :0

[Kernel-packages] [Bug 1366624] Re: failure to wake from suspend in 14.04 ppc

2014-12-21 Thread Fritz Hudnut
A couple weeks ago I posted my issue as a question on LP and I got the
suggestions to increase my swap partition, which I did, and the
situation did improve as far as short term suspend/hibernate goes . . .
but, the problem is not solved.  I posted this on my question today:

"["My last question remains, what would be the recommended minimum swap
that will still provide "suspend" or "hibernate"??? 1x RAM? I have 640MB
and the installer set it to something like 526 MB swap . . . so less
than 1x did not work . . . would 1 or 1.5x get it? 1.25x?? Or 2x would
give me a cool running "suspend" that would zip in and out of itself?"]

Was waiting to do some more testing with the increased RAM . . . as I
stated previously, the situation is "improved" with the added swap, but
the problem is ***not solved . . . just "answered."

Today I put the iBook into hibernate . . . and, as I routinely do in OSX
I unplugged the computer . . . a few minutes later the computer dropped
out of hibernate and powered down . . . requiring cold boot to get back
into GUI . . . problem continues in spite of the answer provided here to
increase my swap partition . . . ."

I still consider this to be an active bug, hence my further report here
. . . .

e.e.p.

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

Title:
  failure to wake from suspend in 14.04 ppc

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  System fails to revive from "suspend" through GUI in iBook G4 . . . screen 
goes black . . . but then does not wake up necessitating shut down and cold 
boot to return to GUI . . . .
  --- 
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: powerpc
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=d51748fd-33d0-4a70-ac85-c2b7eb924ba6
  InstallationDate: Installed on 2013-03-18 (541 days ago)
  InstallationMedia: Xbuntu 12.04 LTS "Precise Pangolin" - Release powerpc 
(20130303)
  Package: linux (not installed)
  ProcFB: 0 ATI Radeon 5c63
  ProcKernelCmdLine: root=UUID=ec34988f-8d65-4f66-ba8c-f1bd65a3d73f ro quiet 
splash
  ProcVersionSignature: Ubuntu 3.13.0-35.62-powerpc-smp 3.13.11.6
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-powerpc-smp N/A
   linux-backports-modules-3.13.0-35-powerpc-smp  N/A
   linux-firmware 1.127.5
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.13.0-35-powerpc-smp ppc
  UpgradeStatus: Upgraded to trusty on 2014-08-24 (17 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  WifiSyslog:
   
  _MarkForUpload: True

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

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


[Kernel-packages] [Bug 1374760] Re: iwlwifi 0000:01:00.0: Microcode SW error detected. Restarting 0x2000000.

2014-12-21 Thread Cristian Aravena Romero
** Bug watch added: Linux Kernel Bug Tracker #90171
   http://bugzilla.kernel.org/show_bug.cgi?id=90171

** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=90171
   Importance: Unknown
   Status: Unknown

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

Title:
  iwlwifi :01:00.0: Microcode SW error detected.  Restarting
  0x200.

Status in The Linux Kernel:
  Unknown
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  [ 5238.676517] iwlwifi :01:00.0: Microcode SW error detected.  Restarting 
0x200.
  [ 5238.676531] iwlwifi :01:00.0: CSR values:
  [ 5238.676537] iwlwifi :01:00.0: (2nd byte of CSR_INT_COALESCING is 
CSR_INT_PERIODIC_REG)
  [ 5238.676547] iwlwifi :01:00.0:CSR_HW_IF_CONFIG_REG: 0X00484b00
  [ 5238.676557] iwlwifi :01:00.0:  CSR_INT_COALESCING: 0Xff40
  [ 5238.676567] iwlwifi :01:00.0: CSR_INT: 0X
  [ 5238.676576] iwlwifi :01:00.0:CSR_INT_MASK: 0X
  [ 5238.676586] iwlwifi :01:00.0:   CSR_FH_INT_STATUS: 0X
  [ 5238.676596] iwlwifi :01:00.0: CSR_GPIO_IN: 0X003c
  [ 5238.676607] iwlwifi :01:00.0:   CSR_RESET: 0X
  [ 5238.676617] iwlwifi :01:00.0:CSR_GP_CNTRL: 0X080403c5
  [ 5238.676628] iwlwifi :01:00.0:  CSR_HW_REV: 0X00b0
  [ 5238.676639] iwlwifi :01:00.0:  CSR_EEPROM_REG: 0Xc4540ffd
  [ 5238.676648] iwlwifi :01:00.0:   CSR_EEPROM_GP: 0X9801
  [ 5238.676657] iwlwifi :01:00.0:  CSR_OTP_GP_REG: 0X00030001
  [ 5238.676667] iwlwifi :01:00.0: CSR_GIO_REG: 0X00080044
  [ 5238.676676] iwlwifi :01:00.0:CSR_GP_UCODE_REG: 0X4a07
  [ 5238.676687] iwlwifi :01:00.0:   CSR_GP_DRIVER_REG: 0X
  [ 5238.676697] iwlwifi :01:00.0:   CSR_UCODE_DRV_GP1: 0X
  [ 5238.676708] iwlwifi :01:00.0:   CSR_UCODE_DRV_GP2: 0X
  [ 5238.676719] iwlwifi :01:00.0: CSR_LED_REG: 0X0040
  [ 5238.676729] iwlwifi :01:00.0:CSR_DRAM_INT_TBL_REG: 0X880cb804
  [ 5238.676739] iwlwifi :01:00.0:CSR_GIO_CHICKEN_BITS: 0X27800200
  [ 5238.676750] iwlwifi :01:00.0: CSR_ANA_PLL_CFG: 0X
  [ 5238.676760] iwlwifi :01:00.0:  CSR_MONITOR_STATUS_REG: 0X43f7ff57
  [ 5238.676768] iwlwifi :01:00.0:   CSR_HW_REV_WA_REG: 0X0001001a
  [ 5238.676785] iwlwifi :01:00.0:CSR_DBG_HPET_MEM_REG: 0X0010
  [ 5238.676791] iwlwifi :01:00.0: FH register values:
  [ 5238.676809] iwlwifi :01:00.0: FH_RSCSR_CHNL0_STTS_WPTR_REG: 
0X0cd14900
  [ 5238.676827] iwlwifi :01:00.0:FH_RSCSR_CHNL0_RBDCB_BASE_REG: 
0X00cd1480
  [ 5238.676844] iwlwifi :01:00.0:  FH_RSCSR_CHNL0_WPTR: 
0X00d8
  [ 5238.676861] iwlwifi :01:00.0: FH_MEM_RCSR_CHNL0_CONFIG_REG: 
0X80801114
  [ 5238.676878] iwlwifi :01:00.0:  FH_MEM_RSSR_SHARED_CTRL_REG: 
0X00fc
  [ 5238.676895] iwlwifi :01:00.0:FH_MEM_RSSR_RX_STATUS_REG: 
0X0703
  [ 5238.676912] iwlwifi :01:00.0:FH_MEM_RSSR_RX_ENABLE_ERR_IRQ2DRV: 
0X
  [ 5238.676930] iwlwifi :01:00.0:FH_TSSR_TX_STATUS_REG: 
0X07ff0001
  [ 5238.676951] iwlwifi :01:00.0: FH_TSSR_TX_ERROR_REG: 
0X
  [ 5238.676968] iwlwifi :01:00.0: Loaded firmware version: 18.168.6.1
  [ 5238.677108] iwlwifi :01:00.0: Start IWL Error Log Dump:
  [ 5238.677114] iwlwifi :01:00.0: Status: 0x02CC, count: 6
  [ 5238.677120] iwlwifi :01:00.0: 0x198A | ADVANCED_SYSASSERT  
  [ 5238.677125] iwlwifi :01:00.0: 0x00015920 | uPc
  [ 5238.677129] iwlwifi :01:00.0: 0x00015910 | branchlink1
  [ 5238.677133] iwlwifi :01:00.0: 0x00015910 | branchlink2
  [ 5238.677138] iwlwifi :01:00.0: 0xDBEA | interruptlink1
  [ 5238.677142] iwlwifi :01:00.0: 0x | interruptlink2
  [ 5238.677147] iwlwifi :01:00.0: 0x0C62 | data1
  [ 5238.677151] iwlwifi :01:00.0: 0x0005 | data2
  [ 5238.677155] iwlwifi :01:00.0: 0x01DC | line
  [ 5238.677160] iwlwifi :01:00.0: 0xE74018F3 | beacon time
  [ 5238.677164] iwlwifi :01:00.0: 0x4197870D | tsf low
  [ 5238.677168] iwlwifi :01:00.0: 0x00D1 | tsf hi
  [ 5238.677173] iwlwifi :01:00.0: 0x | time gp1
  [ 5238.677177] iwlwifi :01:00.0: 0x38174CD0 | time gp2
  [ 5238.677181] iwlwifi :01:00.0: 0x | time gp3
  [ 5238.677186] iwlwifi :01:00.0: 0x754312A8 | uCode version
  [ 5238.677190] iwlwifi :01:00.0: 0x00B0 | hw version
  [ 5238.677194] iwlwifi :01:00.0: 0x00484B00 | board version
  [ 5238.677199] iwlwifi :01:00.0: 0x001C | hcmd
  [ 5238.677203] iwl

[Kernel-packages] [Bug 117713] UdevLog.txt

2014-12-21 Thread Peter
apport information

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

Title:
  WD external drives need to be spun down, "sdparm --command=stop"
  doesn't work any more

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Try to dismount a USB external Western digital passport harddrive , it
  will be ok but the cylinders will be still rotating , then if you
  unplug your hardrrive it'll do a strange noise like a violent hard
  drive parking. ( in Microsoft windows the eject the device safely
  option stop the heads ) at the moment the only solution to stop
  properly the hard drive is tu use sdparm , here is the script :

  #!/bin/sh
  WD=/dev/sdb1
  sudo umount $WD
  if [ $? -eq 0 ]
  then
echo Stopping heads
  #Stop properly the heads and cylinders
sdparm --command=stop $WD 
  else
echo Unmount Failed !
  fi

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

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


[Kernel-packages] [Bug 117713] WifiSyslog.txt

2014-12-21 Thread Peter
apport information

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

Title:
  WD external drives need to be spun down, "sdparm --command=stop"
  doesn't work any more

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Try to dismount a USB external Western digital passport harddrive , it
  will be ok but the cylinders will be still rotating , then if you
  unplug your hardrrive it'll do a strange noise like a violent hard
  drive parking. ( in Microsoft windows the eject the device safely
  option stop the heads ) at the moment the only solution to stop
  properly the hard drive is tu use sdparm , here is the script :

  #!/bin/sh
  WD=/dev/sdb1
  sudo umount $WD
  if [ $? -eq 0 ]
  then
echo Stopping heads
  #Stop properly the heads and cylinders
sdparm --command=stop $WD 
  else
echo Unmount Failed !
  fi

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

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


[Kernel-packages] [Bug 117713] ProcModules.txt

2014-12-21 Thread Peter
apport information

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

Title:
  WD external drives need to be spun down, "sdparm --command=stop"
  doesn't work any more

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Try to dismount a USB external Western digital passport harddrive , it
  will be ok but the cylinders will be still rotating , then if you
  unplug your hardrrive it'll do a strange noise like a violent hard
  drive parking. ( in Microsoft windows the eject the device safely
  option stop the heads ) at the moment the only solution to stop
  properly the hard drive is tu use sdparm , here is the script :

  #!/bin/sh
  WD=/dev/sdb1
  sudo umount $WD
  if [ $? -eq 0 ]
  then
echo Stopping heads
  #Stop properly the heads and cylinders
sdparm --command=stop $WD 
  else
echo Unmount Failed !
  fi

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

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


[Kernel-packages] [Bug 117713] PulseList.txt

2014-12-21 Thread Peter
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/117713/+attachment/4285433/+files/PulseList.txt

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

Title:
  WD external drives need to be spun down, "sdparm --command=stop"
  doesn't work any more

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Try to dismount a USB external Western digital passport harddrive , it
  will be ok but the cylinders will be still rotating , then if you
  unplug your hardrrive it'll do a strange noise like a violent hard
  drive parking. ( in Microsoft windows the eject the device safely
  option stop the heads ) at the moment the only solution to stop
  properly the hard drive is tu use sdparm , here is the script :

  #!/bin/sh
  WD=/dev/sdb1
  sudo umount $WD
  if [ $? -eq 0 ]
  then
echo Stopping heads
  #Stop properly the heads and cylinders
sdparm --command=stop $WD 
  else
echo Unmount Failed !
  fi

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

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


[Kernel-packages] [Bug 117713] UdevDb.txt

2014-12-21 Thread Peter
apport information

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

Title:
  WD external drives need to be spun down, "sdparm --command=stop"
  doesn't work any more

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Try to dismount a USB external Western digital passport harddrive , it
  will be ok but the cylinders will be still rotating , then if you
  unplug your hardrrive it'll do a strange noise like a violent hard
  drive parking. ( in Microsoft windows the eject the device safely
  option stop the heads ) at the moment the only solution to stop
  properly the hard drive is tu use sdparm , here is the script :

  #!/bin/sh
  WD=/dev/sdb1
  sudo umount $WD
  if [ $? -eq 0 ]
  then
echo Stopping heads
  #Stop properly the heads and cylinders
sdparm --command=stop $WD 
  else
echo Unmount Failed !
  fi

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

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


[Kernel-packages] [Bug 117713] IwConfig.txt

2014-12-21 Thread Peter
apport information

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

Title:
  WD external drives need to be spun down, "sdparm --command=stop"
  doesn't work any more

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Try to dismount a USB external Western digital passport harddrive , it
  will be ok but the cylinders will be still rotating , then if you
  unplug your hardrrive it'll do a strange noise like a violent hard
  drive parking. ( in Microsoft windows the eject the device safely
  option stop the heads ) at the moment the only solution to stop
  properly the hard drive is tu use sdparm , here is the script :

  #!/bin/sh
  WD=/dev/sdb1
  sudo umount $WD
  if [ $? -eq 0 ]
  then
echo Stopping heads
  #Stop properly the heads and cylinders
sdparm --command=stop $WD 
  else
echo Unmount Failed !
  fi

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

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


[Kernel-packages] [Bug 117713] Lspci.txt

2014-12-21 Thread Peter
apport information

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

Title:
  WD external drives need to be spun down, "sdparm --command=stop"
  doesn't work any more

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Try to dismount a USB external Western digital passport harddrive , it
  will be ok but the cylinders will be still rotating , then if you
  unplug your hardrrive it'll do a strange noise like a violent hard
  drive parking. ( in Microsoft windows the eject the device safely
  option stop the heads ) at the moment the only solution to stop
  properly the hard drive is tu use sdparm , here is the script :

  #!/bin/sh
  WD=/dev/sdb1
  sudo umount $WD
  if [ $? -eq 0 ]
  then
echo Stopping heads
  #Stop properly the heads and cylinders
sdparm --command=stop $WD 
  else
echo Unmount Failed !
  fi

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

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


[Kernel-packages] [Bug 117713] Lsusb.txt

2014-12-21 Thread Peter
apport information

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

Title:
  WD external drives need to be spun down, "sdparm --command=stop"
  doesn't work any more

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Try to dismount a USB external Western digital passport harddrive , it
  will be ok but the cylinders will be still rotating , then if you
  unplug your hardrrive it'll do a strange noise like a violent hard
  drive parking. ( in Microsoft windows the eject the device safely
  option stop the heads ) at the moment the only solution to stop
  properly the hard drive is tu use sdparm , here is the script :

  #!/bin/sh
  WD=/dev/sdb1
  sudo umount $WD
  if [ $? -eq 0 ]
  then
echo Stopping heads
  #Stop properly the heads and cylinders
sdparm --command=stop $WD 
  else
echo Unmount Failed !
  fi

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

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


[Kernel-packages] [Bug 117713] ProcInterrupts.txt

2014-12-21 Thread Peter
apport information

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

Title:
  WD external drives need to be spun down, "sdparm --command=stop"
  doesn't work any more

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Try to dismount a USB external Western digital passport harddrive , it
  will be ok but the cylinders will be still rotating , then if you
  unplug your hardrrive it'll do a strange noise like a violent hard
  drive parking. ( in Microsoft windows the eject the device safely
  option stop the heads ) at the moment the only solution to stop
  properly the hard drive is tu use sdparm , here is the script :

  #!/bin/sh
  WD=/dev/sdb1
  sudo umount $WD
  if [ $? -eq 0 ]
  then
echo Stopping heads
  #Stop properly the heads and cylinders
sdparm --command=stop $WD 
  else
echo Unmount Failed !
  fi

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

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


[Kernel-packages] [Bug 117713] ProcEnviron.txt

2014-12-21 Thread Peter
apport information

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

Title:
  WD external drives need to be spun down, "sdparm --command=stop"
  doesn't work any more

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Try to dismount a USB external Western digital passport harddrive , it
  will be ok but the cylinders will be still rotating , then if you
  unplug your hardrrive it'll do a strange noise like a violent hard
  drive parking. ( in Microsoft windows the eject the device safely
  option stop the heads ) at the moment the only solution to stop
  properly the hard drive is tu use sdparm , here is the script :

  #!/bin/sh
  WD=/dev/sdb1
  sudo umount $WD
  if [ $? -eq 0 ]
  then
echo Stopping heads
  #Stop properly the heads and cylinders
sdparm --command=stop $WD 
  else
echo Unmount Failed !
  fi

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

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


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

2014-12-21 Thread Peter
apport information

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

Title:
  WD external drives need to be spun down, "sdparm --command=stop"
  doesn't work any more

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Try to dismount a USB external Western digital passport harddrive , it
  will be ok but the cylinders will be still rotating , then if you
  unplug your hardrrive it'll do a strange noise like a violent hard
  drive parking. ( in Microsoft windows the eject the device safely
  option stop the heads ) at the moment the only solution to stop
  properly the hard drive is tu use sdparm , here is the script :

  #!/bin/sh
  WD=/dev/sdb1
  sudo umount $WD
  if [ $? -eq 0 ]
  then
echo Stopping heads
  #Stop properly the heads and cylinders
sdparm --command=stop $WD 
  else
echo Unmount Failed !
  fi

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

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


[Kernel-packages] [Bug 117713] apport information

2014-12-21 Thread Peter
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  peter  2784 F pulseaudio
CurrentDesktop: KDE
DistroRelease: Ubuntu 14.04
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-07-29 (145 days ago)
InstallationMedia: Linux Mint 17 "Qiana" - Release amd64 20140619
MachineType: Hewlett-Packard HP G60 Notebook PC
Package: linux (not installed)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=b9197503-27d1-4f90-bade-a411d7f6a295 ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 3.13.0-24.47-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.10
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Tags:  qiana
Uname: Linux 3.13.0-24-generic x86_64
UnreportableReason: Your system partition has less than 29 MB of free space 
available, which leads to problems using applications and installing updates. 
Please free some space.
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo vboxusers
_MarkForUpload: True
dmi.bios.date: 12/15/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.65
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 3612
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 09.67
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.65:bd12/15/2010:svnHewlett-Packard:pnHPG60NotebookPC:pvr039212200C102:rvnHewlett-Packard:rn3612:rvr09.67:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP G60 Notebook PC
dmi.product.version: 039212200C102
dmi.sys.vendor: Hewlett-Packard

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

Title:
  WD external drives need to be spun down, "sdparm --command=stop"
  doesn't work any more

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Try to dismount a USB external Western digital passport harddrive , it
  will be ok but the cylinders will be still rotating , then if you
  unplug your hardrrive it'll do a strange noise like a violent hard
  drive parking. ( in Microsoft windows the eject the device safely
  option stop the heads ) at the moment the only solution to stop
  properly the hard drive is tu use sdparm , here is the script :

  #!/bin/sh
  WD=/dev/sdb1
  sudo umount $WD
  if [ $? -eq 0 ]
  then
echo Stopping heads
  #Stop properly the heads and cylinders
sdparm --command=stop $WD 
  else
echo Unmount Failed !
  fi

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

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


[Kernel-packages] [Bug 117713] CurrentDmesg.txt

2014-12-21 Thread Peter
apport information

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

Title:
  WD external drives need to be spun down, "sdparm --command=stop"
  doesn't work any more

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Try to dismount a USB external Western digital passport harddrive , it
  will be ok but the cylinders will be still rotating , then if you
  unplug your hardrrive it'll do a strange noise like a violent hard
  drive parking. ( in Microsoft windows the eject the device safely
  option stop the heads ) at the moment the only solution to stop
  properly the hard drive is tu use sdparm , here is the script :

  #!/bin/sh
  WD=/dev/sdb1
  sudo umount $WD
  if [ $? -eq 0 ]
  then
echo Stopping heads
  #Stop properly the heads and cylinders
sdparm --command=stop $WD 
  else
echo Unmount Failed !
  fi

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

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


[Kernel-packages] [Bug 117713] AlsaInfo.txt

2014-12-21 Thread Peter
apport information

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

Title:
  WD external drives need to be spun down, "sdparm --command=stop"
  doesn't work any more

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Try to dismount a USB external Western digital passport harddrive , it
  will be ok but the cylinders will be still rotating , then if you
  unplug your hardrrive it'll do a strange noise like a violent hard
  drive parking. ( in Microsoft windows the eject the device safely
  option stop the heads ) at the moment the only solution to stop
  properly the hard drive is tu use sdparm , here is the script :

  #!/bin/sh
  WD=/dev/sdb1
  sudo umount $WD
  if [ $? -eq 0 ]
  then
echo Stopping heads
  #Stop properly the heads and cylinders
sdparm --command=stop $WD 
  else
echo Unmount Failed !
  fi

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

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


[Kernel-packages] [Bug 117713] BootDmesg.txt

2014-12-21 Thread Peter
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/117713/+attachment/4285423/+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/117713

Title:
  WD external drives need to be spun down, "sdparm --command=stop"
  doesn't work any more

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Try to dismount a USB external Western digital passport harddrive , it
  will be ok but the cylinders will be still rotating , then if you
  unplug your hardrrive it'll do a strange noise like a violent hard
  drive parking. ( in Microsoft windows the eject the device safely
  option stop the heads ) at the moment the only solution to stop
  properly the hard drive is tu use sdparm , here is the script :

  #!/bin/sh
  WD=/dev/sdb1
  sudo umount $WD
  if [ $? -eq 0 ]
  then
echo Stopping heads
  #Stop properly the heads and cylinders
sdparm --command=stop $WD 
  else
echo Unmount Failed !
  fi

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

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


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

2014-12-21 Thread Peter
apport information

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

Title:
  WD external drives need to be spun down, "sdparm --command=stop"
  doesn't work any more

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Try to dismount a USB external Western digital passport harddrive , it
  will be ok but the cylinders will be still rotating , then if you
  unplug your hardrrive it'll do a strange noise like a violent hard
  drive parking. ( in Microsoft windows the eject the device safely
  option stop the heads ) at the moment the only solution to stop
  properly the hard drive is tu use sdparm , here is the script :

  #!/bin/sh
  WD=/dev/sdb1
  sudo umount $WD
  if [ $? -eq 0 ]
  then
echo Stopping heads
  #Stop properly the heads and cylinders
sdparm --command=stop $WD 
  else
echo Unmount Failed !
  fi

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

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


[Kernel-packages] [Bug 117713] Re: WD external drives need to be spun down, "sdparm --command=stop" doesn't work any more

2014-12-21 Thread Peter
I am not currently using Kubuntu but Linux Mint 17 - safe removal, using the 
device notifier (plasma desktop), still does not spin down removable drives.  
udisks --detach /dev/sdb does still work though
Just installing apport and will run it once done

** Tags added: apport-collected qiana

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

Title:
  WD external drives need to be spun down, "sdparm --command=stop"
  doesn't work any more

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Try to dismount a USB external Western digital passport harddrive , it
  will be ok but the cylinders will be still rotating , then if you
  unplug your hardrrive it'll do a strange noise like a violent hard
  drive parking. ( in Microsoft windows the eject the device safely
  option stop the heads ) at the moment the only solution to stop
  properly the hard drive is tu use sdparm , here is the script :

  #!/bin/sh
  WD=/dev/sdb1
  sudo umount $WD
  if [ $? -eq 0 ]
  then
echo Stopping heads
  #Stop properly the heads and cylinders
sdparm --command=stop $WD 
  else
echo Unmount Failed !
  fi

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

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


[Kernel-packages] [Bug 262408] Re: SysRq key equivalent needed

2014-12-21 Thread Ville Aakko
Attatched a keyfuzz file for usage with MBP.

With the patch in previous comment, one can put the symlink in: 
/etc/keyfuzz/by-id/usb-Apple_Inc._Apple_Internal_Keyboard___Trackpad-event-kbd

instead of /etc/keyfuzz/eventX (the latter was unreliable in my case).

** Attachment added: "keyfuzz file for usage with keyfuzz."
   
https://bugs.launchpad.net/mactel-support/+bug/262408/+attachment/4285421/+files/MBP-alt%2Beject2Print.keyfuzz

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

Title:
  SysRq key equivalent needed

Status in Mactel Support:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  MacBook keyboards and other Apple keyboards lack a SysRq key and
  therefore lack important kernel functionality that is designed to save
  catastrophic data loss if the computer freezes.  An equivalent
  keystroke should be assigned, for example Fn + Eject, to preserve the
  functionality of the Magic SysRq key in linux on a Mactel.  I believe
  this is a bug and not a feature request because the current
  implementation assumes that all keyboards have a SysRq key which is an
  incorrect assumption and therefore a mistake, or bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mactel-support/+bug/262408/+subscriptions

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


[Kernel-packages] [Bug 262408] Re: SysRq key equivalent needed

2014-12-21 Thread Ville Aakko
Hi,

being a puritanist I tried creating a .deb for my own personal usage and
using the init scripts that come with keyfuzz.

The init script needed to be patched, since the /dev/input/eventX nodes
are created in different order at least sometimes (attached).

** Patch added: "keyfuzz init script patch"
   
https://bugs.launchpad.net/mactel-support/+bug/262408/+attachment/4285419/+files/keyfuzz.init.in.patch

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

Title:
  SysRq key equivalent needed

Status in Mactel Support:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  MacBook keyboards and other Apple keyboards lack a SysRq key and
  therefore lack important kernel functionality that is designed to save
  catastrophic data loss if the computer freezes.  An equivalent
  keystroke should be assigned, for example Fn + Eject, to preserve the
  functionality of the Magic SysRq key in linux on a Mactel.  I believe
  this is a bug and not a feature request because the current
  implementation assumes that all keyboards have a SysRq key which is an
  incorrect assumption and therefore a mistake, or bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mactel-support/+bug/262408/+subscriptions

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


[Kernel-packages] [Bug 1388583] Re: 15c2:0038 Unable to boot from S5 with Soundgraph iMon IR module

2014-12-21 Thread Olli Niemikorpi
** Also affects: lirc (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Status: Triaged => Opinion

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

Title:
  15c2:0038 Unable to boot from S5 with Soundgraph iMon IR module

Status in linux package in Ubuntu:
  Opinion
Status in lirc package in Ubuntu:
  New

Bug description:
  After complete Ubuntu shut down, the system does not wake up with
  Soundgraph Imon IR. Since complete remote boot is possible after
  Windows shutdown, this seems to be a Linux Kernel bug and related to
  the way Linux handles the shut down process. Some users have reported
  that remote boot was possible with Kernels prior to 2.6.32 version.

  There are several topics around the issue I have, but I was unable to find 
any bug reports of the issue. Please refer:
  http://ubuntuforums.org/showthread.php?t=2014242
  http://www.soundgraph.com/forums/showthread.php?p=37616
  http://forum.kodi.tv/showthread.php?tid=194870
  http://ubuntuforums.org/showthread.php?t=2219778

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-37-generic 3.13.0-37.64
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  niemikorpi   1861 F pulseaudio
   /dev/snd/controlC0:  niemikorpi   1861 F pulseaudio
  CurrentDesktop: Unity
  Date: Sun Nov  2 18:01:57 2014
  HibernationDevice: RESUME=UUID=deab300a-6f47-44e7-834e-94ac0954061a
  InstallationDate: Installed on 2014-10-15 (17 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: System manufacturer System Product Name
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=78e2c4b6-1ff6-4e09-ae97-92a0f97acbb5 ro nomodeset quiet splash 
nomodeset video=uvesafb:mode_option=800x600-24,mtrr=3,scroll=ywrap 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-37-generic N/A
   linux-backports-modules-3.13.0-37-generic  N/A
   linux-firmware 1.127.7
  RfKill:
   
  SourcePackage: linux
  StagingDrivers: lirc_imon
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/11/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1206
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M3A
  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.:bvr1206:bd06/11/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM3A: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/1388583/+subscriptions

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


[Kernel-packages] [Bug 1404173] Re: [Dell Inspiron 7537] HIGH failures found in FWTS klog report

2014-12-21 Thread Anthony Wong
** Changed in: linux (Ubuntu)
 Assignee: Anthony Wong (anthonywong) => Ivan Hu (ivan.hu)

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

Title:
  [Dell Inspiron 7537] HIGH failures found in FWTS klog report

Status in HWE Next Project:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  CID: 201306-13868 Dell Inspiron 7537

  There are four high failure reported in the klog log:
  High failures: 4
   klog: HIGH Kernel message: [0.00] ACPI Error: Gpe0Block - 32-bit 
FADT register is too long (32 bytes, 256 bits) to convert to GAS struct - 255 
bits max, truncating (20131115/tbfadt-202)
  I think this one was confirmed not a blocker in bug 1363775

   klog: HIGH Kernel message: [0.257172] \_SB_.PCI0:_OSC invalid UUID
  I think this one was confirmed not a blocker in bug 1279169

   klog: HIGH Kernel message: [7.099033] ACPI Exception: AE_NOT_FOUND, 
Evaluating _DOD (20131115/video-1278)
   klog: HIGH Kernel message: [   10.653041] ACPI Warning: 
\_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI 
requires [Package] (20131115/nsarguments-95)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-43-generic 3.13.0-43.72
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1750 F pulseaudio
   /dev/snd/controlC1:  ubuntu 1750 F pulseaudio
  CRDA:
   country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
  CurrentDesktop: Unity
  Date: Fri Dec 19 04:52:02 2014
  HibernationDevice: RESUME=UUID=1037e06d-3f36-4dbc-a80a-31400fcf4165
  InstallationDate: Installed on 2014-12-17 (2 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 7537
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic 
root=UUID=8ffaa535-6ef2-4aa6-b934-cb06b23881b9 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-43-generic N/A
   linux-backports-modules-3.13.0-43-generic  N/A
   linux-firmware 1.127.10
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/10/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: C35
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrC35:bd12/10/2013:svnDellInc.:pnInspiron7537:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Inspiron 7537
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1404173/+subscriptions

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


[Kernel-packages] [Bug 1328708] Re: [HP Pavilion dv6t-6b00 CTO Quad Edition Entertainment Notebook PC] System freezes periodically when I try to suspend to RAM

2014-12-21 Thread slowtrain
Hi Christopher:

I've been using 3.18-rc1 for a few weeks now.  Initially seemed quite
stable, except for fairly consistent 'double wakings'--that is, I'd wake
it from a suspend and it would automatically fall asleep again in a few
seconds.  It would stay awake after a couple wakings.  In the last
couple weeks, I've had a number of crashes.  One crash while waking from
sleep (by crash I mean a complete system freeze, couldn't switch to an
alternative terminal for a graceful shutdown), a couple crashes while
booting up (KDE would not load and then I couldn't do anything but a
hard reboot), and probably a couple more crashes the specifics of which
I cannot now remember.  Still, more stable than the current kernel for
this computer.

Do you think I could try anything more advanced than 3.18-rc1 given that
X wouldn't load with 3.18-rc2?

Happy holidays!

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

Title:
  [HP Pavilion dv6t-6b00 CTO Quad Edition Entertainment Notebook PC]
  System freezes periodically when I try to suspend to RAM

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  About a couple times a week, my system freezes when I suspend to RAM
  (only way out is hard power off--alternative terminals are
  inaccessible). These seems to be happening more in KDE than when I was
  using Unity.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-29-generic 3.13.0-29.53
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peterm 3598 F pulseaudio
  CurrentDesktop: KDE
  Date: Tue Jun 10 18:25:42 2014
  HibernationDevice: RESUME=UUID=5d23be8c-e134-466b-8698-0344f70809a4
  InstallationDate: Installed on 2014-04-20 (51 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  ProcFB:
   0 inteldrmfb
   1 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-29-generic 
root=UUID=905a5deb-feac-448c-9f59-7040a9ea9942 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-29-generic N/A
   linux-backports-modules-3.13.0-29-generic  N/A
   linux-firmware 1.127.2
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/23/2012
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.1B
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 17FB
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 10.5A
  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/23/2012:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr058D11000220472622100:rvnHewlett-Packard:rn17FB:rvr10.5A:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion dv6 Notebook PC
  dmi.product.version: 058D11000220472622100
  dmi.sys.vendor: Hewlett-Packard

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

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


[Kernel-packages] [Bug 1404589] RfKill.txt

2014-12-21 Thread Antonio Rodriguez
apport information

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubun

[Kernel-packages] [Bug 1404589] WifiSyslog.txt

2014-12-21 Thread Antonio Rodriguez
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1404589/+attachment/4285230/+files/WifiSyslog.txt

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

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.versio

[Kernel-packages] [Bug 1404589] UdevDb.txt

2014-12-21 Thread Antonio Rodriguez
apport information

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubun

[Kernel-packages] [Bug 1404589] BootDmesg.txt

2014-12-21 Thread Antonio Rodriguez
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1404589/+attachment/4285216/+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/1404589

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.

[Kernel-packages] [Bug 1404589] PulseList.txt

2014-12-21 Thread Antonio Rodriguez
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1404589/+attachment/4285226/+files/PulseList.txt

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.

[Kernel-packages] [Bug 1404589] IwConfig.txt

2014-12-21 Thread Antonio Rodriguez
apport information

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-

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

2014-12-21 Thread Antonio Rodriguez
apport information

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8

[Kernel-packages] [Bug 1404589] ProcInterrupts.txt

2014-12-21 Thread Antonio Rodriguez
apport information

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVers

[Kernel-packages] [Bug 1404589] Lsusb.txt

2014-12-21 Thread Antonio Rodriguez
apport information

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu

[Kernel-packages] [Bug 1404589] Lspci.txt

2014-12-21 Thread Antonio Rodriguez
apport information

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu

[Kernel-packages] [Bug 1404589] ProcEnviron.txt

2014-12-21 Thread Antonio Rodriguez
apport information

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2

[Kernel-packages] [Bug 1404589] UdevLog.txt

2014-12-21 Thread Antonio Rodriguez
apport information

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0u

[Kernel-packages] [Bug 1404589] ProcEnviron.txt

2014-12-21 Thread Antonio Rodriguez
apport information

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2

[Kernel-packages] [Bug 1404589] ProcModules.txt

2014-12-21 Thread Antonio Rodriguez
apport information

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2

[Kernel-packages] [Bug 1404589] CurrentDmesg.txt

2014-12-21 Thread Antonio Rodriguez
apport information

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion:

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

2014-12-21 Thread Antonio Rodriguez
apport information

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2

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

2014-12-21 Thread Antonio Rodriguez
apport information

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8

[Kernel-packages] [Bug 1404589] PulseList.txt

2014-12-21 Thread Antonio Rodriguez
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1404589/+attachment/4285212/+files/PulseList.txt

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.

[Kernel-packages] [Bug 1404589] CurrentDmesg.txt

2014-12-21 Thread Antonio Rodriguez
apport information

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion:

[Kernel-packages] [Bug 1404589] ProcInterrupts.txt

2014-12-21 Thread Antonio Rodriguez
apport information

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVers

[Kernel-packages] [Bug 1404589] Lspci.txt

2014-12-21 Thread Antonio Rodriguez
apport information

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu

[Kernel-packages] [Bug 1404589] ProcModules.txt

2014-12-21 Thread Antonio Rodriguez
apport information

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D3p:   taser  2935 F...m pulseaudio
   /dev/snd/controlC0:  taser  2935 F pulseaudio
   /dev/snd/controlC1:  taser  2935 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=1699f9db-fe96-4e53-893a-49a8bd957d5c
  InstallationDate: Installed on 2014-12-18 (3 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  MachineType: TOSHIBA Satellite P50-B
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic.efi.signed 
root=UUID=36624408-b7e6-4c9b-8f4a-09fabe5f2d56 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-29-generic N/A
   linux-backports-modules-3.16.0-29-generic  N/A
   linux-firmware 1.138.1
  Tags:  utopic
  Uname: Linux 3.16.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev pulse pulse-access sambashare 
sudo video
  _MarkForUpload: True
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA
  --- 
  ApportVersion: 2

  1   2   >