Re: [Kernel-packages] [Bug 1354668] Re: 0ccd:00ab Fix for suspend/hibernate with DVB-t USB stick

2014-12-14 Thread sander
I have this device since summer 2011 and this problem occured in all Ubuntu
releases I tried since then (most).

-- 
Kind Regards,
Sander Devrieze.
Op 14 dec. 2014 19:20 schreef Christopher M. Penalver 
christopher.m.penal...@gmail.com:

 sander, did this problem not occur in a release prior to Trusty?

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

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

 Title:
   0ccd:00ab Fix for suspend/hibernate with 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 Fix for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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


Re: [Kernel-packages] [Bug 1354668] Re: 0ccd:00ab Fix for suspend/hibernate with DVB-t USB stick

2014-12-14 Thread sander
I do not keep a log of that :-) But I think I only skipped 1 or at most 2
releases. So, 11.04 and 14.04 for sure.

-- 
Mvg, Sander Devrieze.

2014-12-14 19:32 GMT+01:00 Christopher M. Penalver 
christopher.m.penal...@gmail.com:

 sander, which release names specifically was this tested to work and not
 work in?

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

 Title:
   0ccd:00ab Fix for suspend/hibernate with 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 Fix for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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


Re: [Kernel-packages] [Bug 1354668] Re: 0ccd:00ab Fix for suspend/hibernate with DVB-t USB stick

2014-12-14 Thread sander
No idea, I did not had any DVB-t stick before summer 2011.

-- 
Kind Regards,
Sander Devrieze.
Op 14 dec. 2014 20:35 schreef Christopher M. Penalver 
christopher.m.penal...@gmail.com:

 sander, to clarify, did this problem not occur in a release prior to
 11.04?

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

 Title:
   0ccd:00ab Fix for suspend/hibernate with 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 Fix for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 1354668] Re: Fix for suspend/hibernate with DVB-t USB stick

2014-12-13 Thread sander
apport information

** Description changed:

  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=enter password for LUA telnet access to VLC
  
  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
+ --- 
+ 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

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

2014-12-13 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  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

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

2014-12-13 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  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

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

2014-12-13 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  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

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

2014-12-13 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  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

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

2014-12-13 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  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

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

2014-12-13 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  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

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

2014-12-13 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  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

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

2014-12-13 Thread sander
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1354668/+attachment/4280446/+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/1354668

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  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

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

2014-12-13 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  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

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

2014-12-13 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  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

[Kernel-packages] [Bug 1354668] Re: Fix for suspend/hibernate with DVB-t USB stick

2014-12-13 Thread sander
This bug is still persistent with my new motherboard, which is from
another manufacturer and which has another and newer chipset. If I move
/etc/pm/sleep.d/50_dvb_usb_dib0700_quirk to my home dir, Linux fails to
suspend and I need to reset the whole computer.

Thus, this bug is not related to any motherboard hardware issue. It may
be a bug in the USB DVB-T stick, but if so, Linux should provide a
workaround instead of crashing the system.

-- 
You 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:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  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

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

2014-12-13 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  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

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

2014-12-13 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  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

Re: [Kernel-packages] [Bug 1354668] Re: Fix for suspend/hibernate with DVB-t USB stick

2014-12-13 Thread sander
Yes, because the other board got bricked as I told due to the bios update.
I had to buy a new board because of that (no warranty).

-- 
Kind Regards,
Sander Devrieze.
Op 13 dec. 2014 21:55 schreef Christopher M. Penalver 
christopher.m.penal...@gmail.com:

 sander, just to advise, it's preferred not to mix-and-match connecting
 hardware and then apport-collect. Hence, just to clarify, going forward,
 all further testing/debugging is going to be with the Gigabyte B75M-D3V
 setup?

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

 Title:
   Fix  for suspend/hibernate with 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:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  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

Re: [Kernel-packages] [Bug 1354668] Re: Fix for suspend/hibernate with DVB-t USB stick

2014-12-07 Thread sander
May I suggest to update your bug reporting etiquette to not require bios
updates if the motherboard manufactuerer does not provide a reliable way to
update the bios from within Ubuntu whilst the motherboard is working
stable? I bricked my MSI motherboard yesterday by installing BIOS version
4.3 using FreeDOS. The update went great but now my motherboard is in an
infinite boot loop. After about 7 secs the motherboard resets. See also
Google for a lot of people facing the same with this unstable MSI
motherboard with unfriendly Linux support and a buggy BIOS update
procedure. MSI is a bad choice for Linux / Ubuntu. (yes there is some
intended SEO in this report)

So, this bug report costs me at least 50EUR and a lot of time :-( I will
test again when I have a new motherboard installed and time for testing.
Obviously, I will refrain from doing a BIOS update if requested here...

Any suggestions for which motherboard to buy? I need USB3, ethernet, 3
SATA-600 ports and 5.1 or higher onboard sound. I prefer no separate
onboard RAID controller as this slows down booting and Linux software RAID
is easier/much more reliable. Linux stability is very important, especially
as this computer is put to sleep often. Are Asrock and Gigabyte
Linux-friendly brands? Which Intel chipset will be the most reliable: B75,
P75, H77? What Realtek chips will give the most reliable and best sound
experience in Ubuntu: ALC662, ALC887 or ALC892?

Thanks for the support!

-- 
Mvg, Sander Devrieze.

2014-12-05 22:38 GMT+01:00 Christopher M. Penalver 
christopher.m.penal...@gmail.com:

 sander, as per http://www.msi.com/support/mb/P67AGD65.html#down-bios an
 update to your BIOS is available (4.3). If you update to this following
 https://help.ubuntu.com/community/BIOSUpdate does it change anything?  If
 it doesn't, could you please both specify what happened, and provide the
 output of the following terminal command:
 sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

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

 Please note your current BIOS is already in the Bug Description, so
 posting this on the old BIOS would not be helpful. As well, you don't
 have to create a new bug report.

 Once the BIOS is updated, then please mark this report Status Confirmed.

 Thank you for your understanding.

 ** Tags added: bios-outdated-4.3

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

 Title:
   Fix  for suspend/hibernate with 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:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash

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

2014-12-05 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI

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

2014-12-05 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI

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

2014-12-05 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI

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

2014-12-05 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI

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

2014-12-05 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI

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

2014-12-05 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI

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

2014-12-05 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI

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

2014-12-05 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/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 1354668] Re: Fix for suspend/hibernate with DVB-t USB stick

2014-12-05 Thread sander
apport information

** Tags added: apport-collected trusty

** Description changed:

  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=enter password for LUA telnet access to VLC
  
  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
+ 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 2632 F pulseaudio
+  /dev/snd/controlC0:  sander 2632 F 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:
+  p6p1  no wireless extensions.
+  
+  lono wireless extensions.
+ MachineType: MSI MS-7681
+ NonfreeKernelModules: nvidia
+ Package: linux (not installed)
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
+ ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
+ RelatedPackageVersions:
+  linux-restricted-modules-3.13.0-39-generic N/A
+  linux-backports-modules-3.13.0-39-generic  N/A
+  linux-firmware 1.127.10
+ RfKill:
+  
+ Tags:  trusty
+ Uname: Linux 3.13.0-39-generic x86_64
+ UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
+ UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
+ _MarkForUpload: True
+ dmi.bios.date: 07/13/2011
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: V1.14
+ dmi.board.asset.tag: To be filled by O.E.M.
+ dmi.board.name: P67A-GD65 (MS-7681)
+ dmi.board.vendor: MSI
+ dmi.board.version: 2.0
+ dmi.chassis.asset.tag: To Be Filled By O.E.M.
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: MSI
+ dmi.chassis.version: 2.0
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
+ dmi.product.name: MS-7681
+ dmi.product.version: 2.0
+ dmi.sys.vendor: MSI

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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

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

2014-12-05 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI

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

2014-12-05 Thread sander
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1354668/+attachment/4274787/+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/1354668

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI

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

2014-12-05 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI

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

2014-12-05 Thread sander
apport information

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

Title:
  Fix  for suspend/hibernate with 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=enter password for LUA telnet access to VLC

  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 2632 F pulseaudio
   /dev/snd/controlC0:  sander 2632 F 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:
   p6p1  no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7681
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=e882cc04-9882-4d29-b98d-cd0144f876ad ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-39-generic N/A
   linux-backports-modules-3.13.0-39-generic  N/A
   linux-firmware 1.127.10
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2014-06-21 (166 days ago)
  UserGroups: adm cdrom debian-transmission dip lpadmin plugdev sambashare 
saned sudo
  _MarkForUpload: True
  dmi.bios.date: 07/13/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.14
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: P67A-GD65 (MS-7681)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.14:bd07/13/2011:svnMSI:pnMS-7681:pvr2.0:rvnMSI:rnP67A-GD65(MS-7681):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.name: MS-7681
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/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 577377] Re: DVB-T USB tuner dib0700 wrong initiated (no cold state step)

2014-08-09 Thread sander
I can confirm the reboot issue is still not fixed in Ubuntu 14.04.

When rebooting the computer:

[6.921888] DiB0070: successfully identified
[6.947049] Registered IR keymap rc-dib0700-rc5
[6.947175] input: IR-receiver inside an USB DVB receiver as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.5/rc/rc0/input16
[6.947235] rc0: IR-receiver inside an USB DVB receiver as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.5/rc/rc0
[6.947392] dvb-usb: schedule remote query interval to 50 msecs.
[6.947393] dvb-usb: Terratec Cinergy T USB XXS (HD)/ T3 successfully 
initialized and connected.
[6.947508] dib0700: rc submit urb failed
[6.947583] usbcore: registered new interface driver dvb_usb_dib0700

Workaround as described in this thread still works: deconnecting the USB
stick and reconnect it again.

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

Title:
  DVB-T USB tuner dib0700 wrong initiated (no cold state step)

Status in “linux” package in Ubuntu:
  New

Bug description:
  Hi,


  I'm running fully uptodate Ubuntu 10.04 and have the following problem
  with my DVB-T USB stick Terratec Cinergy T USB XXS (dib0700).


  The DVB-T stick is always attached to my PC and sometimes it doesn't
  work properly. Meaning I get a I/O error message while trying to watch
  TV with Kaffeine player (s. below DiB0070 I2C read failed). More over
  if I disconnect the stick there are NO messages about that events in
  kernel.log and any other USD device shows the same behavior - it
  doesn't work and there are no messages in reknel.log by connecting or
  disconnecting it.


  I noticed that this happens every time when the stick immediately
  found in warm state and the step of loading the firmware (dvb-usb-
  dib0700-1.20.fw) is missing.


  This is the kernel.log for the case the stick doesn't work


  May  4 20:10:17 vsn-desktop kernel: [   12.558714] dib0700: loaded
  with support for 13 different device-types

  May  4 20:10:17 vsn-desktop kernel: [   12.560036] dvb-usb: found a
  'Terratec Cinergy T USB XXS (HD)/ T3' in warm state.

  May  4 20:10:17 vsn-desktop kernel: [   12.560707] dvb-usb: will pass
  the complete MPEG2 transport stream to the software demuxer.

  May  4 20:10:17 vsn-desktop kernel: [   12.560736] Linux video capture
  interface: v2.00

  May  4 20:10:17 vsn-desktop kernel: [   12.561431] DVB: registering
  new adapter (Terratec Cinergy T USB XXS (HD)/ T3)

  May  4 20:10:17 vsn-desktop kernel: [   12.579479] bttv: driver
  version 0.9.18 loaded

  May  4 20:10:17 vsn-desktop kernel: [   12.579484] bttv: using 8
  buffers with 2080k (520 pages) each for capture

  May  4 20:10:17 vsn-desktop kernel: [   12.580046] bttv: Bt8xx card
  found (0).

  May  4 20:10:17 vsn-desktop kernel: [   12.580065]   alloc irq_desc
  for 20 on node -1

  May  4 20:10:17 vsn-desktop kernel: [   12.580068]   alloc kstat_irqs
  on node -1

  May  4 20:10:17 vsn-desktop kernel: [   12.580078] bttv :02:06.0:
  PCI INT A - GSI 20 (level, low) - IRQ 20

  May  4 20:10:17 vsn-desktop kernel: [   12.580091] bttv0: Bt878 (rev
  17) at :02:06.0, irq: 20, latency: 32, mmio: 0xfdeff000

  May  4 20:10:17 vsn-desktop kernel: [   12.580126] bttv0: detected:
  Pinnacle PCTV Sat [card=94], PCI subsystem ID is 11bd:001c

  May  4 20:10:17 vsn-desktop kernel: [   12.580129] bttv0: using:
  Pinnacle PCTV Sat [card=94,autodetected]

  May  4 20:10:17 vsn-desktop kernel: [   12.580131] IRQ 20/bttv0:
  IRQF_DISABLED is not guaranteed on shared IRQs

  May  4 20:10:17 vsn-desktop kernel: [   12.580177] bttv0: gpio:
  en=, out= in=009f00fc [init]

  May  4 20:10:17 vsn-desktop kernel: [   12.580284] bttv0: tuner absent

  May  4 20:10:17 vsn-desktop kernel: [   12.580403] bttv0: registered
  device video0

  May  4 20:10:17 vsn-desktop kernel: [   12.580492] bttv0: registered
  device vbi0

  May  4 20:10:17 vsn-desktop kernel: [   12.580522] bttv0: PLL:
  28636363 = 35468950 .. ok

  May  4 20:10:17 vsn-desktop kernel: [   12.612607] bttv0: add
  subdevice dvb0

  May  4 20:10:17 vsn-desktop kernel: [   12.636856] type=1505
  audit(1272996615.404:2):  operation=profile_load pid=631
  name=/sbin/dhclient3

  May  4 20:10:17 vsn-desktop kernel: [   12.637126] type=1505
  audit(1272996615.408:3):  operation=profile_load pid=631
  name=/usr/lib/NetworkManager/nm-dhcp-client.action

  May  4 20:10:17 vsn-desktop kernel: [   12.637267] type=1505
  audit(1272996615.408:4):  operation=profile_load pid=631
  name=/usr/lib/connman/scripts/dhclient-script

  May  4 20:10:17 vsn-desktop kernel: [   12.641228] type=1505
  audit(1272996615.412:5):  operation=profile_load pid=658
  name=/usr/sbin/ntpd

  May  4 20:10:17 vsn-desktop kernel: [   12.699157]   alloc irq_desc
  for 21 on node -1

  May  4 20:10:17 vsn-desktop kernel: [  

[Kernel-packages] [Bug 1285304] Re: NETDEV WATCHDOG: eth0 (sky2): transmit queue 0 timed out

2014-04-16 Thread Sander Jonkers
I can't; too difficult for me. Sorry.

Close this bug report if you want to.

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

Title:
  NETDEV WATCHDOG: eth0 (sky2): transmit queue 0 timed out

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Fixed ethernet not working, and dmesg says upon connecting the
  ethernet cable.

  sander@flappie:~$ uname -a
  Linux flappie 3.11.0-15-generic #25-Ubuntu SMP Thu Jan 30 17:22:01 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux
  sander@flappie:~$ 
  sander@flappie:~$ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 13.10
  Release:  13.10
  Codename: saucy
  sander@flappie:~$

  
  [   39.963577] [ cut here ]
  [   39.963592] WARNING: CPU: 0 PID: 0 at 
/build/buildd/linux-3.11.0/net/sched/sch_generic.c:260 
dev_watchdog+0x26a/0x280()
  [   39.963595] NETDEV WATCHDOG: eth0 (sky2): transmit queue 0 timed out
  [   39.963597] Modules linked in: pci_stub vboxpci(OF) vboxnetadp(OF) 
vboxnetflt(OF) vboxdrv(OF) parport_pc ppdev rfcomm bnep bluetooth joydev 
vesafb(F) binfmt_misc snd_hda_codec_hdmi snd_hda_codec_realtek intel_powerclamp 
coretemp kvm_intel kvm samsung_laptop uvcvideo videobuf2_vmalloc 
videobuf2_memops videobuf2_core arc4 videodev microcode snd_hda_intel 
snd_hda_codec snd_hwdep snd_pcm snd_page_alloc snd_seq_midi snd_seq_midi_event 
snd_rawmidi ath9k psmouse ath9k_common ath9k_hw serio_raw ath intel_ips 
mac80211 snd_seq lpc_ich snd_seq_device snd_timer snd i915 cfg80211 
drm_kms_helper soundcore drm i2c_algo_bit video mac_hid lp parport hid_generic 
usbhid hid ahci sky2 libahci
  [   39.963661] CPU: 0 PID: 0 Comm: swapper/0 Tainted: GF  O 
3.11.0-15-generic #25-Ubuntu
  [   39.963664] Hardware name: SAMSUNG ELECTRONICS CO., LTD. R530/R730/R540
  /R530/R730/R540  , BIOS 08JV.M029.20100621.hkk 06/21/2010
  [   39.963666]  0009 880117c03d60 816e7375 
880117c03da8
  [   39.963670]  880117c03d98 81061dcd 880111f6e000 

  [   39.963673]   88010e7e5c80 88010e7e5c00 
880117c03df8
  [   39.963677] Call Trace:
  [   39.963679]  IRQ  [816e7375] dump_stack+0x45/0x56
  [   39.963694]  [81061dcd] warn_slowpath_common+0x7d/0xa0
  [   39.963698]  [81061e3c] warn_slowpath_fmt+0x4c/0x50
  [   39.963704]  [8160f9ea] dev_watchdog+0x26a/0x280
  [   39.963708]  [8160f780] ? 
dev_deactivate_queue.constprop.32+0x60/0x60
  [   39.963716]  [8106e776] call_timer_fn+0x36/0x110
  [   39.963719]  [8160f780] ? 
dev_deactivate_queue.constprop.32+0x60/0x60
  [   39.963723]  [8106f8dd] run_timer_softirq+0x1fd/0x2b0
  [   39.963728]  [810673c7] __do_softirq+0xf7/0x240
  [   39.963733]  [816f8c5c] call_softirq+0x1c/0x30
  [   39.963741]  [81014bf5] do_softirq+0x55/0x90
  [   39.963744]  [810676a5] irq_exit+0xb5/0xc0
  [   39.963748]  [816f9605] smp_apic_timer_interrupt+0x45/0x60
  [   39.963754]  [816f7f9d] apic_timer_interrupt+0x6d/0x80
  [   39.963755]  EOI  [8159fe9f] ? cpuidle_enter_state+0x4f/0xc0
  [   39.963765]  [8159fe98] ? cpuidle_enter_state+0x48/0xc0
  [   39.963768]  [8159ffd9] cpuidle_idle_call+0xc9/0x210
  [   39.963772]  [8101bafe] arch_cpu_idle+0xe/0x30
  [   39.963778]  [810b54c5] cpu_startup_entry+0xe5/0x280
  [   39.963783]  [816d64b7] rest_init+0x77/0x80
  [   39.963790]  [81d26ef7] start_kernel+0x40a/0x416
  [   39.963793]  [81d268f6] ? repair_env_string+0x5c/0x5c
  [   39.963797]  [81d26120] ? early_idt_handlers+0x120/0x120
  [   39.963800]  [81d265de] x86_64_start_reservations+0x2a/0x2c
  [   39.963804]  [81d266e8] x86_64_start_kernel+0x108/0x117
  [   39.963806] ---[ end trace a5bab2243373 ]---
  [   39.963813] sky2 :06:00.0 eth0: tx timeout
  [   39.963823] sky2 :06:00.0 eth0: transmit ring 17 .. 20 report=17 
done=17

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

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


[Kernel-packages] [Bug 1273392] Re: 0cf3:9271 [MSI FM2-A75IA-E53] ath9k_htc: AR9271 wireless device stops functioning

2014-02-03 Thread Sander Brandenburg
I could not get linux-image-3.13.0-5-generic to work on saucy. Xorg
would not register my video card correctly.

I've now patched 3.11.0-15-generic and I've been using the system as
such since Thursday. Yesterday I encountered a hang of the wifi driver
just after joining a torrent, which had a lot of peers/seeds, in deluge.
Unfortunately, I have not found any panic message (and I've confirmed
ath9k_htc.ko  was patched correctly).

I could not recover from this state. suspend did not work and I could
not disconnect using network manager.

Feb  2 20:33:26 sander-laptop kernel: [252566.290931] wlan0: deauthenticating 
from 94:44:52:24:a3:2c by local choice (reason=3)
Feb  2 20:35:51 sander-laptop kernel: [252710.472578] INFO: task 
NetworkManager:935 blocked for more than 120 seconds.
Feb  2 20:35:51 sander-laptop kernel: [252710.472585] echo 0  
/proc/sys/kernel/hung_task_timeout_secs disables this message.
Feb  2 20:35:51 sander-laptop kernel: [252710.472589] NetworkManager  D 
88043ec94580 0   935  1 0x
Feb  2 20:35:51 sander-laptop kernel: [252710.472595]  880408c79ae0 
0046 880408c79fd8 00014580
Feb  2 20:35:51 sander-laptop kernel: [252710.472601]  880408c79fd8 
00014580 880424ed9770 81cd4300
Feb  2 20:35:51 sander-laptop kernel: [252710.472606]  81cd4304 
880424ed9770  81cd4308
Feb  2 20:35:51 sander-laptop kernel: [252710.472611] Call Trace:
Feb  2 20:35:51 sander-laptop kernel: [252710.472623]  [816ed519] 
schedule_preempt_disabled+0x29/0x70
Feb  2 20:35:51 sander-laptop kernel: [252710.472629]  [816eb55f] 
__mutex_lock_slowpath+0x13f/0x1c0
Feb  2 20:35:51 sander-laptop kernel: [252710.472635]  [815e1c9e] ? 
skb_free_head+0x1e/0x70
Feb  2 20:35:51 sander-laptop kernel: [252710.472640]  [816ea94f] 
mutex_lock+0x1f/0x2f
Feb  2 20:35:51 sander-laptop kernel: [252710.472645]  [8161968f] 
netlink_dump+0x1f/0x230
Feb  2 20:35:51 sander-laptop kernel: [252710.472649]  [81619b78] 
netlink_recvmsg+0x2d8/0x390
Feb  2 20:35:51 sander-laptop kernel: [252710.472654]  [815d9968] 
sock_recvmsg+0xa8/0xe0
Feb  2 20:35:51 sander-laptop kernel: [252710.472661]  [815d810f] ? 
move_addr_to_user+0xaf/0xd0
Feb  2 20:35:51 sander-laptop kernel: [252710.472665]  [815d9c64] 
___sys_recvmsg+0x114/0x2a0
Feb  2 20:35:51 sander-laptop kernel: [252710.472670]  [816ea8eb] ? 
mutex_unlock+0x1b/0x20
Feb  2 20:35:51 sander-laptop kernel: [252710.472675]  [816f26ac] ? 
__do_page_fault+0x1dc/0x530
Feb  2 20:35:51 sander-laptop kernel: [252710.472681]  [8108c87a] ? 
lg_local_unlock+0x1a/0x20
Feb  2 20:35:51 sander-laptop kernel: [252710.472686]  [811c585e] ? 
mntput_no_expire+0x3e/0x150
Feb  2 20:35:51 sander-laptop kernel: [252710.472690]  [811c5996] ? 
mntput+0x26/0x40
Feb  2 20:35:51 sander-laptop kernel: [252710.472695]  [811a8c6c] ? 
__fput+0x16c/0x230
Feb  2 20:35:51 sander-laptop kernel: [252710.472700]  [815da742] 
__sys_recvmsg+0x42/0x80
Feb  2 20:35:51 sander-laptop kernel: [252710.472705]  [815da792] 
SyS_recvmsg+0x12/0x20
Feb  2 20:35:51 sander-laptop kernel: [252710.472710]  [816f721d] 
system_call_fastpath+0x1a/0x1f
Feb  2 20:35:51 sander-laptop kernel: [252710.472717] INFO: task 
wpa_supplicant:1145 blocked for more than 120 seconds.
Feb  2 20:35:51 sander-laptop kernel: [252710.472719] echo 0  
/proc/sys/kernel/hung_task_timeout_secs disables this message.
Feb  2 20:35:51 sander-laptop kernel: [252710.472721] wpa_supplicant  D 
88043ed14580 0  1145  1 0x
Feb  2 20:35:51 sander-laptop kernel: [252710.472726]  880409a9b850 
0046 880409a9bfd8 00014580
Feb  2 20:35:51 sander-laptop kernel: [252710.472731]  880409a9bfd8 
00014580 88040d2c 88040dbbd330
Feb  2 20:35:51 sander-laptop kernel: [252710.472735]  88040dbbd334 
88040d2c  88040dbbd338
Feb  2 20:35:51 sander-laptop kernel: [252710.472740] Call Trace:
Feb  2 20:35:51 sander-laptop kernel: [252710.472746]  [816ed519] 
schedule_preempt_disabled+0x29/0x70
Feb  2 20:35:51 sander-laptop kernel: [252710.472751]  [816eb55f] 
__mutex_lock_slowpath+0x13f/0x1c0
Feb  2 20:35:51 sander-laptop kernel: [252710.472756]  [816ea94f] 
mutex_lock+0x1f/0x2f
Feb  2 20:35:51 sander-laptop kernel: [252710.472797]  [a04b02f0] 
ieee80211_stop_poll+0x20/0x50 [mac80211]
Feb  2 20:35:51 sander-laptop kernel: [252710.472823]  [a04b3acb] 
ieee80211_set_disassoc+0x4b/0x3d0 [mac80211]
Feb  2 20:35:51 sander-laptop kernel: [252710.472850]  [a04b7d53] 
ieee80211_mgd_deauth+0x1d3/0x240 [mac80211]
Feb  2 20:35:51 sander-laptop kernel: [252710.472874]  [a048d2b8] 
ieee80211_deauth+0x18/0x20 [mac80211]
Feb  2 20:35:51 sander-laptop kernel: [252710.472905]  [a017788c] 
cfg80211_mlme_deauth+0x9c

[Kernel-packages] [Bug 1273392] Re: 0cf3:9271 [MSI FM2-A75IA-E53] ath9k_htc: AR9271 wireless device stops functioning

2014-01-29 Thread Sander Brandenburg
Very much so (although the settings page could be lying to me):

Copy from the settings page of my AP:
Wireless  Channel and SSID

Wireless Channel: 11
Extension Channel: 7
SSID: ...
Wireless Mode: 802.11g
Bandwidth: 20/40Mhz (not changeable)
Broadcast SSID: enabled
Protected Mode: OFF
802.11e/WMM QoS: ON

Wireless  Security
Security Mode: WPA/WPA2-Personal(PSK)
Authentication: WPA2-PSK
Encryption Technique: AES
PSK: 

I've set it to G because I have a PS3 and another PC with a G adapter in
the network as well. (I thought setting it to just G would be the most
reliable setting).

About my test run in trusty:
I started with using nohwcrypt=0. I sent a 12Mbit/s UDP stream over wlan0 
(noone listening on the other end, so it's only transmitting). The connection 
died and stayed dead after 3-4 hours.

Afterwards, with nohwcrypt=1 I could run iperf for 12+ hours until I
gave up. It only lost its connection once and it reauthenticated under
water immediately after a few hours (which is not bothersome behaviour
for me).

Then again I did a test with nohwcrypt=0. I got the connection to drop
with reason 6 and 15 again after a few hours. I could not get it to
authenticate again. I switched by rmmod ath9k_htc and modprobing
ath9k_htc with the right options. Eventually this caused a cold
reset(!), with all USB devices' power being disabled at boot up. When I
replugged my USB keyboard in a different port, it got power and I could
choose the USB boot menu to boot trusty Instead it reset again,
turning off power to *all* USB ports, leaving me no choice but to power
down by PSU. Afterwards everything is hunky dory again. Not sure whether
this behaviour is significant, as the wifi adapter is also hosted on the
USB bus and I'm not sure whether rmmod is supposed to be that dangerous.

So I guess using nohwcrypt=1 solely is a winner for me. Txpower does not
amount to anything. I haven't had connection problems with my PS3 or
with the other PC.

I am willing to try out other things if this helps locating this bug. I
can see the Ralink RT3052 listed in the openwrt hardware table. Would it
be interesting to try out openwrt with this wifi adapter in nohwcrypt=0?

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

Title:
  0cf3:9271 [MSI FM2-A75IA-E53] ath9k_htc: AR9271 wireless device stops
  functioning

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  A long time after a cold boot, my wireless connection starts dropping,
  will try to reconnect but will not come back again. When I'm in that
  state only a suspend, waiting a while and resuming gets my wireless
  connection back again.  However, after that state it does not take
  long before it starts to drop again.

  WORKAROUND: I could not reproduce this problem again after setting
  nohwcrypt=1 on the ath9k_htc module.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.23
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  sander 1881 F pulseaudio
   /dev/snd/controlC0:  sander 1881 F pulseaudio
  Date: Mon Jan 27 20:27:01 2014
  HibernationDevice: RESUME=UUID=3f3e0b39-93b8-4c28-a8cd-91f2cf4a6890
  InstallationDate: Installed on 2013-09-13 (136 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130912)
  MachineType: MSI MS-7792
  MarkForUpload: True
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-15-generic 
root=UUID=add6edeb-2e13-438b-814e-d4995835e178 ro persistent quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:

  dmi.bios.date: 04/24/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V2.0
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: FM2-A75IA-E53 (MS-7792)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.0:bd04/24/2013:svnMSI:pnMS-7792:pvr1.0:rvnMSI:rnFM2-A75IA-E53(MS-7792):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7792
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

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

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

[Kernel-packages] [Bug 1273392] Re: 0cf3:9271 [MSI FM2-A75IA-E53] ath9k_htc: AR9271 wireless device stops functioning

2014-01-29 Thread Sander Brandenburg
This is what I got from iw dev wlan0 scan dump (selecting only my AP):
BSS 94:44:52:24:a3:2c (on wlan0) -- associated
TSF: 68298172938 usec (0d, 18:58:18)
freq: 2462
beacon interval: 100
capability: ESS Privacy ShortSlotTime (0x0411)
signal: -58.00 dBm
last seen: 11968 ms ago
Information elements from Probe Response frame:
SSID: Barebeekstraat12
Supported rates: 1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0 
DS Parameter set: channel 11
ERP: Barker_Preamble_Mode
Extended supported rates: 6.0* 12.0* 24.0* 48.0 
RSN: * Version: 1
 * Group cipher: CCMP
 * Pairwise ciphers: CCMP
 * Authentication suites: PSK
 * Capabilities: (0x)
WMM: * Parameter version 1
 * BE: CW 15-1023, AIFSN 3
 * BK: CW 15-1023, AIFSN 7
 * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
 * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
Country: US Environment: Indoor/Outdoor
Channels [1 - 11] @ 16 dBm

I've just now disabled WPS on the AP. I wasn't using it anyway. I
presume this is G, as only G modes are listed.

I'll try to apply this patch to linux-image-3.13.0-5-generic, keep using
that in saucy with nohwcrypt=1 and see what gives.

(about USB behaving crappily: meh)

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

Title:
  0cf3:9271 [MSI FM2-A75IA-E53] ath9k_htc: AR9271 wireless device stops
  functioning

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  A long time after a cold boot, my wireless connection starts dropping,
  will try to reconnect but will not come back again. When I'm in that
  state only a suspend, waiting a while and resuming gets my wireless
  connection back again.  However, after that state it does not take
  long before it starts to drop again.

  WORKAROUND: I could not reproduce this problem again after setting
  nohwcrypt=1 on the ath9k_htc module.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.23
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  sander 1881 F pulseaudio
   /dev/snd/controlC0:  sander 1881 F pulseaudio
  Date: Mon Jan 27 20:27:01 2014
  HibernationDevice: RESUME=UUID=3f3e0b39-93b8-4c28-a8cd-91f2cf4a6890
  InstallationDate: Installed on 2013-09-13 (136 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130912)
  MachineType: MSI MS-7792
  MarkForUpload: True
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-15-generic 
root=UUID=add6edeb-2e13-438b-814e-d4995835e178 ro persistent quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:

  dmi.bios.date: 04/24/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V2.0
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: FM2-A75IA-E53 (MS-7792)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.0:bd04/24/2013:svnMSI:pnMS-7792:pvr1.0:rvnMSI:rnFM2-A75IA-E53(MS-7792):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7792
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

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

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


[Kernel-packages] [Bug 1273392] Re: 0cf3:9271 [MSI FM2-A75IA-E53] ath9k_htc: AR9271 wireless device stops functioning

2014-01-28 Thread Sander Brandenburg
1/ Compute model:
It's a custom built PC I assembled recently, using a 'Cooler Master Elite 120 
Advanced' case. I suppose it is not overheating, although I very much so 
distrust the sensors output now I look at it:
ubuntu@ubuntu:~$ sensors
radeon-pci-0008
Adapter: PCI adapter
temp1: +2.0°C  (crit = +120.0°C, hyst = +90.0°C)

k10temp-pci-00c3
Adapter: PCI adapter
temp1: +2.8°C  (high = +70.0°C)
   (crit = +70.0°C, hyst = +69.0°C)

2-2.8 degrees cannot be achieved by just some case fan running silently.

2/ I'll try updating the bios from 2.0 to 2.3 after this test run. The 
changelog does not look promisary:
Description - Improved PS2 KB/Mouse compatibility. Version  2.1
Description - Update BIOS module.   Version 2.2
Description - Update BIOS module.   Version 2.3

3a/ AP:
Belkin F7D2301 Belkin Surf
firmware:   1.00.16 (Jul 2 2010 14:36:56)
Updates are not available. 
Unfortunately it's not supported by ddwrt/openwrt :/

3b. What wireless connection type are you using: 802.11g

4/ I will fidget with my AP settings later.
5/ No
6/ 3 meters
7/ A big metal structure is in between (a big stove) 
7a/ Don't know yet
8/ I have only one AP right now
9/ I've only tried out saucy and trusty


The connection looks strong:
wlan0 IEEE 802.11bgn  ESSID:X  
  Mode:Managed  Frequency:2.462 GHz  Access Point: 94:44:52:24:A3:2C   
  Bit Rate=54 Mb/s   Tx-Power=20 dBm   
  Retry  long limit:7   RTS thr:off   Fragment thr:off
  Encryption key:off
  Power Management:off
  Link Quality=58/70  Signal level=-52 dBm  
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:1557  Invalid misc:73   Missed beacon:0

However, I'm sure that the Belkin AP may induce any kind of crappiness.

It takes quite a few hours until I know whether the situation has improved. 
However, I'm clueless what kind of internal error the wireless device is 
encountering. 
In trusty it appears that the deauth messages have changed the reason from 3 to 
6 and 15.

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

Title:
  0cf3:9271 [MSI FM2-A75IA-E53] ath9k_htc: AR9271 wireless device stops
  functioning

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  A long time after a cold boot, my wireless connection starts dropping,
  will try to reconnect but will not come back again. When I'm in that
  state only a suspend, waiting a while and resuming gets my wireless
  connection back again.  However, after that state it does not take
  long before it starts to drop again.

  WORKAROUND: I could not reproduce this problem again after setting
  nohwcrypt=1 on the ath9k_htc module.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.23
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  sander 1881 F pulseaudio
   /dev/snd/controlC0:  sander 1881 F pulseaudio
  Date: Mon Jan 27 20:27:01 2014
  HibernationDevice: RESUME=UUID=3f3e0b39-93b8-4c28-a8cd-91f2cf4a6890
  InstallationDate: Installed on 2013-09-13 (136 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130912)
  MachineType: MSI MS-7792
  MarkForUpload: True
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-15-generic 
root=UUID=add6edeb-2e13-438b-814e-d4995835e178 ro persistent quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:

  dmi.bios.date: 04/24/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V2.0
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: FM2-A75IA-E53 (MS-7792)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.0:bd04/24/2013:svnMSI:pnMS-7792:pvr1.0:rvnMSI:rnFM2-A75IA-E53(MS-7792):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7792
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

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

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


[Kernel-packages] [Bug 1049383] Re: ath9k_usb: TL-WN821N v3 (AR7010+9287) Connection drops

2014-01-27 Thread Sander Brandenburg
@Oleksij, it appears tougher to locate than I thought.

I'm back to kernel 3.11.0-15-generic. I tried to overheat by stressing
the CPU, GPU and wireless device for 15 minutes by running stress --cpu
4, glxgears fullscreen (vsync on however) and setting txpower to 20 and
pingflooding my gateway (sudo ping -f -s 1476 ). It did not succeed.

Only after 6-9 hours of moderately (ping -Di 0.2 -s 65507 192.168.1.1,
you'll be the judge) pingflooding my gateway I got into this state where
I could not ping my gateway anymore. Stopping the ping flood, waiting a
while and trying a normal ping again did not appear to work. Only after
suspending, waiting a while and resuming I can get the wifi adapter to
function again. Resuming 1-2 seconds after suspending did not work for
me. However, after this suspend-resume trick I can trigger the
nonfunctional state quite easily after 10-15 minutes.

So I am a bit confused about whether this is related to overheating, if
it takes such a long while to trigger. Can I enable some kind of
debugging to show this behaviour?

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

Title:
  ath9k_usb: TL-WN821N v3 (AR7010+9287) Connection drops

Status in The Linux Kernel:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Hi. The connection with this device is fast and stable, but seems to
  drop after a certain amount of data has been transmitted. The easiest
  way to reproduce it is to download something large. I can always
  reproduce it by downloading a torrent. After about 300-400MB, it seems
  like the wireless dongle hangs and the connection doesn't work
  anymore.

  At this point, network commands such as iwconfig freeze, and it's also
  impossible to reboot or turn off the computer. However, if the
  wireless dongle is unplugged and plugged again, everything's back to
  normal.

  The module is set with nohwcrypt=1. If this option is not set, the
  connection drops much faster. Also, I've noticed that the latency is
  lower with nohwcrypt=1 (using speedtest.net, the latency without
  hardware encryption is consistently 3 times less).

  Description:Ubuntu 12.04.1 LTS
  Release:12.04

  linux-generic:
Installed: 3.2.0.30.32
Candidate: 3.2.0.30.32
Version table:
   *** 3.2.0.30.32 0
  500 http://es.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   3.2.0.29.31 0
  500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
   3.2.0.23.25 0
  500 http://es.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

  ***Results of lsusb:
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  Bus 005 Device 002: ID 046d:c00e Logitech, Inc. M-BJ58/M-BJ69 Optical Wheel 
Mouse
  Bus 002 Device 004: ID 0cf3:7015 Atheros Communications, Inc. TP-Link 
TL-WN821N v3 802.11n [Atheros AR7010+AR9287]

  *** Results for modinfo ath9k_usb:
  filename:   
/lib/modules/3.2.0-30-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_htc.ko
  firmware:   htc_9271.fw
  firmware:   htc_7010.fw
  description:Atheros driver 802.11n HTC based wireless devices
  license:Dual BSD/GPL
  author: Atheros Communications
  srcversion: 9B885B82530A1FF8F15C062
  alias:  usb:v0CF3p20FFd*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v0411p017Fd*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v083ApA704d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v0846p9018d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v0CF3p7010d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v1668p1200d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v0CF3p7015d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v057Cp8403d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v0CF3pB003d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v040Dp3801d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v04CAp4605d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v13D3p3350d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v13D3p3349d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v13D3p3348d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v13D3p3346d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v13D3p3328d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v13D3p3327d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v07D1p3A10d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v0846p9030d*dc*dsc*dp*ic*isc*ip*
  alias:  

[Kernel-packages] [Bug 1273392] [NEW] ath9k_htc: AR9271 wireless device stops functioning

2014-01-27 Thread Sander Brandenburg
Public bug reported:

A long time after a cold boot, my wireless connection starts dropping,
will try to reconnect but will not come back again. When I'm in that
state only a suspend, waiting a while and resuming gets my wireless
connection back again.  However, after that state it does not take long
before it starts to drop again.

This bug seems a lot like bug 1049383. I thought I could not reproduce
this problem again after setting nohwcrypt=1 on the ath9k_htc module and
rebooting, but I guess I will only be sure after testing a while.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-image-3.11.0-15-generic 3.11.0-15.23
ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  sander 1881 F pulseaudio
 /dev/snd/controlC0:  sander 1881 F pulseaudio
Date: Mon Jan 27 20:27:01 2014
HibernationDevice: RESUME=UUID=3f3e0b39-93b8-4c28-a8cd-91f2cf4a6890
InstallationDate: Installed on 2013-09-13 (136 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130912)
MachineType: MSI MS-7792
MarkForUpload: True
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-15-generic 
root=UUID=add6edeb-2e13-438b-814e-d4995835e178 ro persistent quiet splash 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.11.0-15-generic N/A
 linux-backports-modules-3.11.0-15-generic  N/A
 linux-firmware 1.116
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
WifiSyslog:
 
dmi.bios.date: 04/24/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V2.0
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: FM2-A75IA-E53 (MS-7792)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.0:bd04/24/2013:svnMSI:pnMS-7792:pvr1.0:rvnMSI:rnFM2-A75IA-E53(MS-7792):rvr1.0:cvnMSI:ct3:cvr1.0:
dmi.product.name: MS-7792
dmi.product.version: 1.0
dmi.sys.vendor: MSI

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


** Tags: amd64 apport-bug saucy

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

Title:
  ath9k_htc: AR9271 wireless device stops functioning

Status in “linux” package in Ubuntu:
  New

Bug description:
  A long time after a cold boot, my wireless connection starts dropping,
  will try to reconnect but will not come back again. When I'm in that
  state only a suspend, waiting a while and resuming gets my wireless
  connection back again.  However, after that state it does not take
  long before it starts to drop again.

  This bug seems a lot like bug 1049383. I thought I could not reproduce
  this problem again after setting nohwcrypt=1 on the ath9k_htc module
  and rebooting, but I guess I will only be sure after testing a while.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.23
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  sander 1881 F pulseaudio
   /dev/snd/controlC0:  sander 1881 F pulseaudio
  Date: Mon Jan 27 20:27:01 2014
  HibernationDevice: RESUME=UUID=3f3e0b39-93b8-4c28-a8cd-91f2cf4a6890
  InstallationDate: Installed on 2013-09-13 (136 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130912)
  MachineType: MSI MS-7792
  MarkForUpload: True
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-15-generic 
root=UUID=add6edeb-2e13-438b-814e-d4995835e178 ro persistent quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:
   
  dmi.bios.date: 04/24/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V2.0
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: FM2-A75IA-E53 (MS-7792)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.0:bd04/24/2013:svnMSI:pnMS-7792:pvr1.0:rvnMSI:rnFM2-A75IA-E53(MS-7792):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7792
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu

[Kernel-packages] [Bug 1273392] Re: ath9k_htc: AR9271 wireless device stops functioning

2014-01-27 Thread Sander Brandenburg
Ah, yeah, I'm now running firmware 1.4, found at: https://github.com/qca
/open-ath9k-htc-firmware

(The original ubuntu firmware gave me the same problems, which caused me
to upgrade)

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

Title:
  ath9k_htc: AR9271 wireless device stops functioning

Status in “linux” package in Ubuntu:
  New

Bug description:
  A long time after a cold boot, my wireless connection starts dropping,
  will try to reconnect but will not come back again. When I'm in that
  state only a suspend, waiting a while and resuming gets my wireless
  connection back again.  However, after that state it does not take
  long before it starts to drop again.

  This bug seems a lot like bug 1049383. I thought I could not reproduce
  this problem again after setting nohwcrypt=1 on the ath9k_htc module
  and rebooting, but I guess I will only be sure after testing a while.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.23
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  sander 1881 F pulseaudio
   /dev/snd/controlC0:  sander 1881 F pulseaudio
  Date: Mon Jan 27 20:27:01 2014
  HibernationDevice: RESUME=UUID=3f3e0b39-93b8-4c28-a8cd-91f2cf4a6890
  InstallationDate: Installed on 2013-09-13 (136 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130912)
  MachineType: MSI MS-7792
  MarkForUpload: True
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-15-generic 
root=UUID=add6edeb-2e13-438b-814e-d4995835e178 ro persistent quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:
   
  dmi.bios.date: 04/24/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V2.0
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: FM2-A75IA-E53 (MS-7792)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.0:bd04/24/2013:svnMSI:pnMS-7792:pvr1.0:rvnMSI:rnFM2-A75IA-E53(MS-7792):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7792
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

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

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


[Kernel-packages] [Bug 1049383] Re: ath9k_usb: TL-WN821N v3 (AR7010+9287) Connection drops

2014-01-25 Thread Sander Brandenburg
This bug also affects my AR9271 internal USB wifi device.

I've tried kernel 3.12.0-031200-generic but this did not help using
vanilla settings.

I ended up using:
$ cat /etc/modprobe.d/cfg80211.conf 
options ath9k_htc nohwcrypt=1

and set txpower to 12 at runtime to circumvent this problem.

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

Title:
  ath9k_usb: TL-WN821N v3 (AR7010+9287) Connection drops

Status in The Linux Kernel:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Hi. The connection with this device is fast and stable, but seems to
  drop after a certain amount of data has been transmitted. The easiest
  way to reproduce it is to download something large. I can always
  reproduce it by downloading a torrent. After about 300-400MB, it seems
  like the wireless dongle hangs and the connection doesn't work
  anymore.

  At this point, network commands such as iwconfig freeze, and it's also
  impossible to reboot or turn off the computer. However, if the
  wireless dongle is unplugged and plugged again, everything's back to
  normal.

  The module is set with nohwcrypt=1. If this option is not set, the
  connection drops much faster. Also, I've noticed that the latency is
  lower with nohwcrypt=1 (using speedtest.net, the latency without
  hardware encryption is consistently 3 times less).

  Description:Ubuntu 12.04.1 LTS
  Release:12.04

  linux-generic:
Installed: 3.2.0.30.32
Candidate: 3.2.0.30.32
Version table:
   *** 3.2.0.30.32 0
  500 http://es.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   3.2.0.29.31 0
  500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
   3.2.0.23.25 0
  500 http://es.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

  ***Results of lsusb:
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  Bus 005 Device 002: ID 046d:c00e Logitech, Inc. M-BJ58/M-BJ69 Optical Wheel 
Mouse
  Bus 002 Device 004: ID 0cf3:7015 Atheros Communications, Inc. TP-Link 
TL-WN821N v3 802.11n [Atheros AR7010+AR9287]

  *** Results for modinfo ath9k_usb:
  filename:   
/lib/modules/3.2.0-30-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_htc.ko
  firmware:   htc_9271.fw
  firmware:   htc_7010.fw
  description:Atheros driver 802.11n HTC based wireless devices
  license:Dual BSD/GPL
  author: Atheros Communications
  srcversion: 9B885B82530A1FF8F15C062
  alias:  usb:v0CF3p20FFd*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v0411p017Fd*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v083ApA704d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v0846p9018d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v0CF3p7010d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v1668p1200d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v0CF3p7015d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v057Cp8403d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v0CF3pB003d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v040Dp3801d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v04CAp4605d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v13D3p3350d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v13D3p3349d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v13D3p3348d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v13D3p3346d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v13D3p3328d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v13D3p3327d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v07D1p3A10d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v0846p9030d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v0CF3p1006d*dc*dsc*dp*ic*isc*ip*
  alias:  usb:v0CF3p9271d*dc*dsc*dp*ic*isc*ip*
  depends:ath9k_hw,ath9k_common,mac80211,ath,cfg80211
  intree: Y
  vermagic:   3.2.0-30-generic SMP mod_unload modversions 
  parm:   debug:Debugging mask (uint)
  parm:   nohwcrypt:Disable hardware encryption (int)

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

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


[Kernel-packages] [Bug 1120617] Re: No IPv6 and IPv6 duplicate address with IPv6 privacy extensions on

2013-12-22 Thread Sander Jonkers
In a new setup (Sitecom router, no more Zyxel) and Ubuntu 13.10, I still
have the same problem via Wifi:

[ 1782.075212] IPv6: wlan0: IPv6 duplicate address 
2001:abc:1234:b45d:1af4:6aff:fe9c:ced4 detected!
[ 1813.616483] IPv6: wlan0: IPv6 duplicate address 
2001:abc:1234:b45d:1af4:6aff:fe9c:ced4 detected!
[ 1868.605625] IPv6: wlan0: IPv6 duplicate address 
2001:abc:1234:b45d:1af4:6aff:fe9c:ced4 detected!
[ 1899.938703] IPv6: wlan0: IPv6 duplicate address 
2001:abc:1234:b45d:1af4:6aff:fe9c:ced4 detected!
[ 1955.019861] IPv6: wlan0: IPv6 duplicate address 
2001:abc:1234:b45d:1af4:6aff:fe9c:ced4 detected!
[ 2011.786209] IPv6: wlan0: IPv6 duplicate address 
2001:abc:1234:b45d:1af4:6aff:fe9c:ced4 detected!
[ 2069.830439] IPv6: wlan0: IPv6 duplicate address 
2001:abc:1234:b45d:1af4:6aff:fe9c:ced4 detected!

and my wlan0 gets no public IPv6 address.

Problem goes away with sudo sysctl net.ipv6.conf.wlan0.accept_dad=0

Some analysis would be nice.

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

Title:
  No IPv6 and IPv6 duplicate address with IPv6 privacy extensions on

Status in “linux” package in Ubuntu:
  Expired

Bug description:
  Short:

  I get no public IPv6 address and  IPv6 duplicate address in dmesg with IPv6 
privacy extensions on.
  Disabling DAD does not solve it.
  Disabling privacy extension with net.ipv6.conf.all.use_tempaddr=-1 in 
/etc/sysctl.conf, works as a workaround: I get the public IPv6 address based on 
my MAC address.

  This is a bug; privacy extensions should not disable IPv6.

  FWIW: on the same LAN, both Windows 7 and Android 4.x do get a public
  IPv6. For Windows 7, I'm sure it's IPv6 address with privacy
  extension.

  Long:

  Since some time I did not get a public IPv6 address anymore (provided
  natively by my ISP). Some lines from dmesg:

  [51849.455380] IPv6: wlan0: IPv6 duplicate address 
2a00:cd8:blabla:1af4:6aff:fe9c:ced4 detected!
  [52038.685221] IPv6: wlan0: IPv6 duplicate address 
2a00:cd8:blabla:1af4:6aff:fe9c:ced4 detected!
  [52208.691846] IPv6: wlan0: IPv6 duplicate address 
2a00:cd8:blabla:1af4:6aff:fe9c:ced4 detected!
  [52393.831468] IPv6: wlan0: IPv6 duplicate address 
2a00:cd8:blabla:1af4:6aff:fe9c:ced4 detected!
  [52546.966404] IPv6: wlan0: IPv6 duplicate address 
2a00:cd8:blabla:1af4:6aff:fe9c:ced4 detected!
  [52713.804952] IPv6: wlan0: IPv6 duplicate address 
2a00:cd8:blabla:1af4:6aff:fe9c:ced4 detected!

  I tried to disabled duplicate detection like below, but that didn't
  work:

  sander@R540:~$ sudo sysctl net.ipv6.conf.eth0.accept_dad
  net.ipv6.conf.eth0.accept_dad = 1

  sander@R540:~$ sudo sysctl net.ipv6.conf.eth0.accept_dad=0
  net.ipv6.conf.eth0.accept_dad = 0

  I got this in dmesg:

  [58037.095963] IPv6: wlan0: IPv6 duplicate address 
2a00:cd8:blabla:1af4:6aff:fe9c:ced4 detected!
  [58037.519619] IPv6: wlan0: IPv6 duplicate address 
2a00:cd8:blabla:cdb:467c:e1e6:7532 detected!
  [58038.424991] IPv6: wlan0: IPv6 duplicate address 
2a00:cd8:blabla:58eb:c65e:25e:b3c7 detected!
  [58039.141499] IPv6: wlan0: IPv6 duplicate address 
2a00:cd8:blabla:a413:1a:2614:e16a detected!
  [58039.141507] IPv6: ipv6_create_tempaddr: regeneration time exceeded - 
disabled temporary address support

  It seemed that after a fresh boot, there was a public IPv6 for a few
  seconds, which then disappeared.

  rdisc6 wlan0 shows a correct function advertisement.

  Somewhere in the trial-and-error process, I also got:

  [14790.090074] ICMPv6: NA: someone advertises our address 
2a00:0cd8:blabla:1182:7070:8ebf:4fe1 on wlan0!
  [14790.090228] ICMPv6: NA: someone advertises our address 
2a00:0cd8:blabla:1af4:6aff:fe9c:ced4 on wlan0!

  I finally fell back to this workaround:
  Disabling privacy extension with net.ipv6.conf.all.use_tempaddr=-1 in 
/etc/sysctl.conf, works as a workaround: I get the public IPv6 address based on 
my MAC address.

  See more info here: http://ubuntuforums.org/showthread.php?p=12501110

  FWIW: My modem is a Zyxel P-2812HNU-F1 with firmware V3.11(TUE.5)-2_20121211. 
I don't think this bug is related to the modem, as:
  - rdisc6 works
  - MAC based IPv6 works
  - other devices work

  As I'm now forced to use my MAC based IPv6 address, which means less
  privacy and thus less security, I'll mark this also as a security
  related bug.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: linux-image-3.5.0-21-generic 3.5.0-21.32
  ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
  Uname: Linux 3.5.0-21-generic x86_64
  ApportVersion: 2.6.1-0ubuntu10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sander 2644 F pulseaudio
  CRDA:
   country NL:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
(5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS
(5490 - 5710 @ 40), (N/A, 27), DFS
  Date: Sat Feb  9 22

[Kernel-packages] [Bug 1219498] Re: [Hewlett-Packard HP ProBook 4530s] suspend/resume failure

2013-09-02 Thread Sander Jonkers
Thank you for your reply!

I did the BIOS upgrade. I'll force an empty battery occurence, and check
what Ubuntu says upon boot afterwards.


sander@HPtje:~$ sudo dmidecode -s bios-version  sudo dmidecode -s 
bios-release-date
68SRR Ver. F.41
05/22/2013
sander@HPtje:~$

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

Title:
  [Hewlett-Packard HP ProBook 4530s] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The usual crash after a fresh boot after the battery went empty.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-4-generic 3.11.0-4.9
  ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7
  Uname: Linux 3.11.0-4-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.12.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sander 1804 F pulseaudio
  Date: Sat Aug 31 18:55:52 2013
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=8347ea18-a02a-451a-a889-44f76dfe095b
  InstallationDate: Installed on 2013-08-09 (22 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha i386 (20130809)
  InterpreterPath: /usr/bin/python3.3
  MachineType: Hewlett-Packard HP ProBook 4530s
  MarkForUpload: True
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-4-generic 
root=UUID=4751d5cf-0d0a-4d15-aa76-3859947c3f7a ro persistent quiet splash 
vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-4-generic N/A
   linux-backports-modules-3.11.0-4-generic  N/A
   linux-firmware1.113
  SourcePackage: linux
  Title: [Hewlett-Packard HP ProBook 4530s] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 03/12/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68SRR Ver. F.40
  dmi.board.name: 167C
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 22.24
  dmi.chassis.asset.tag: CNU1290ZYV
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SRRVer.F.40:bd03/12/2013:svnHewlett-Packard:pnHPProBook4530s:pvrA0001D02:rvnHewlett-Packard:rn167C:rvrKBCVersion22.24:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ProBook 4530s
  dmi.product.version: A0001D02
  dmi.sys.vendor: Hewlett-Packard

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

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


[Kernel-packages] [Bug 1219498] Re: [Hewlett-Packard HP ProBook 4530s] suspend/resume failure

2013-09-02 Thread Sander Jonkers
Update:

Still happens with that BIOS.

[Hewlett-Packard HP ProBook 4530s] suspend/resume failure

sander@HPtje:~$ sudo dmidecode -s bios-version  sudo dmidecode -s 
bios-release-date
68SRR Ver. F.41
05/22/2013
sander@HPtje:~$

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

Title:
  [Hewlett-Packard HP ProBook 4530s] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The usual crash after a fresh boot after the battery went empty.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-4-generic 3.11.0-4.9
  ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7
  Uname: Linux 3.11.0-4-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.12.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sander 1804 F pulseaudio
  Date: Sat Aug 31 18:55:52 2013
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=8347ea18-a02a-451a-a889-44f76dfe095b
  InstallationDate: Installed on 2013-08-09 (22 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha i386 (20130809)
  InterpreterPath: /usr/bin/python3.3
  MachineType: Hewlett-Packard HP ProBook 4530s
  MarkForUpload: True
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-4-generic 
root=UUID=4751d5cf-0d0a-4d15-aa76-3859947c3f7a ro persistent quiet splash 
vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-4-generic N/A
   linux-backports-modules-3.11.0-4-generic  N/A
   linux-firmware1.113
  SourcePackage: linux
  Title: [Hewlett-Packard HP ProBook 4530s] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 03/12/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68SRR Ver. F.40
  dmi.board.name: 167C
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 22.24
  dmi.chassis.asset.tag: CNU1290ZYV
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SRRVer.F.40:bd03/12/2013:svnHewlett-Packard:pnHPProBook4530s:pvrA0001D02:rvnHewlett-Packard:rn167C:rvrKBCVersion22.24:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ProBook 4530s
  dmi.product.version: A0001D02
  dmi.sys.vendor: Hewlett-Packard

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

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


[Kernel-packages] [Bug 1219498] Re: [Hewlett-Packard HP ProBook 4530s] suspend/resume failure

2013-09-02 Thread Sander Jonkers
OK: I just installed 12.04.3 (32-bit, not 64-bit, if that matters) on
the same machine. Fully updated.

I'll force the empty-battery and see what happens afterwards.


sander@sander12043:~$ uname -a
Linux sander12043 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 15:31:16 
UTC 2013 i686 i686 i386 GNU/Linux
sander@sander12043:~$ 

sander@sander12043:~$ sudo dmidecode -s bios-version  sudo dmidecode -s 
bios-release-date
68SRR Ver. F.41
05/22/2013
sander@sander12043:~$

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

Title:
  [Hewlett-Packard HP ProBook 4530s] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The usual crash after a fresh boot after the battery went empty.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-4-generic 3.11.0-4.9
  ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7
  Uname: Linux 3.11.0-4-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.12.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sander 1804 F pulseaudio
  Date: Sat Aug 31 18:55:52 2013
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=8347ea18-a02a-451a-a889-44f76dfe095b
  InstallationDate: Installed on 2013-08-09 (22 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha i386 (20130809)
  InterpreterPath: /usr/bin/python3.3
  MachineType: Hewlett-Packard HP ProBook 4530s
  MarkForUpload: True
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-4-generic 
root=UUID=4751d5cf-0d0a-4d15-aa76-3859947c3f7a ro persistent quiet splash 
vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-4-generic N/A
   linux-backports-modules-3.11.0-4-generic  N/A
   linux-firmware1.113
  SourcePackage: linux
  Title: [Hewlett-Packard HP ProBook 4530s] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 03/12/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68SRR Ver. F.40
  dmi.board.name: 167C
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 22.24
  dmi.chassis.asset.tag: CNU1290ZYV
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SRRVer.F.40:bd03/12/2013:svnHewlett-Packard:pnHPProBook4530s:pvrA0001D02:rvnHewlett-Packard:rn167C:rvrKBCVersion22.24:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ProBook 4530s
  dmi.product.version: A0001D02
  dmi.sys.vendor: Hewlett-Packard

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

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


[Kernel-packages] [Bug 1219498] Re: [Hewlett-Packard HP ProBook 4530s] suspend/resume failure

2013-09-02 Thread Sander Jonkers
An interesting result:

With 13.10, when I close the laptop lid and remove the power cable, after one 
night the battery will be empty and upon a fresh, powered boot I will get the 
crash reported here.
With 12.04.3, with the closed lid  removed power cable, after one night the 
laptop could just start up on it's own battery that was still 100% full. IMHO 
this is behaviour as expected

So: two problems (battery going empty and crash-report-after-boot), or
one combined problem?

I will now force an empty battery on 12.04.3 by keeping the lid open
while the laptop is unpowered

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

Title:
  [Hewlett-Packard HP ProBook 4530s] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  The usual crash after a fresh boot after the battery went empty.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-4-generic 3.11.0-4.9
  ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7
  Uname: Linux 3.11.0-4-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.12.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sander 1804 F pulseaudio
  Date: Sat Aug 31 18:55:52 2013
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=8347ea18-a02a-451a-a889-44f76dfe095b
  InstallationDate: Installed on 2013-08-09 (22 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha i386 (20130809)
  InterpreterPath: /usr/bin/python3.3
  MachineType: Hewlett-Packard HP ProBook 4530s
  MarkForUpload: True
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-4-generic 
root=UUID=4751d5cf-0d0a-4d15-aa76-3859947c3f7a ro persistent quiet splash 
vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-4-generic N/A
   linux-backports-modules-3.11.0-4-generic  N/A
   linux-firmware1.113
  SourcePackage: linux
  Title: [Hewlett-Packard HP ProBook 4530s] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 03/12/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68SRR Ver. F.40
  dmi.board.name: 167C
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 22.24
  dmi.chassis.asset.tag: CNU1290ZYV
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SRRVer.F.40:bd03/12/2013:svnHewlett-Packard:pnHPProBook4530s:pvrA0001D02:rvnHewlett-Packard:rn167C:rvrKBCVersion22.24:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ProBook 4530s
  dmi.product.version: A0001D02
  dmi.sys.vendor: Hewlett-Packard

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

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


[Kernel-packages] [Bug 1216669] [NEW] Sharkoon Quickport XT USB3

2013-08-25 Thread sander
Public bug reported:

I bought this device: http://www.sharkoon.com/?q=en/content/sata-
quickport-xt-usb30

The kernel knows the vendor, but not the product:

[49637.803017] usb 6-2: new SuperSpeed USB device number 3 using xhci_hcd
[49637.821238] usb 6-2: Parent hub missing LPM exit latency info.  Power 
management will be impacted.
[49637.824992] usb 6-2: New USB device found, idVendor=174c, idProduct=55aa
[49637.824997] usb 6-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[49637.825000] usb 6-2: Product: sharkoon
[49637.825002] usb 6-2: Manufacturer: sharkoon
[49637.825005] usb 6-2: SerialNumber: 0002

Linux antec 3.8.0-29-generic #42-Ubuntu SMP Tue Aug 13 19:40:39 UTC 2013
x86_64 x86_64 x86_64 GNU/Linux

PS: support for the feature One click backup function would be great.
E.g. clicking device button will execute a Duplicity script.

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

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

Title:
  Sharkoon Quickport XT USB3

Status in “linux-meta” package in Ubuntu:
  New

Bug description:
  I bought this device: http://www.sharkoon.com/?q=en/content/sata-
  quickport-xt-usb30

  The kernel knows the vendor, but not the product:

  [49637.803017] usb 6-2: new SuperSpeed USB device number 3 using xhci_hcd
  [49637.821238] usb 6-2: Parent hub missing LPM exit latency info.  Power 
management will be impacted.
  [49637.824992] usb 6-2: New USB device found, idVendor=174c, idProduct=55aa
  [49637.824997] usb 6-2: New USB device strings: Mfr=2, Product=3, 
SerialNumber=1
  [49637.825000] usb 6-2: Product: sharkoon
  [49637.825002] usb 6-2: Manufacturer: sharkoon
  [49637.825005] usb 6-2: SerialNumber: 0002

  Linux antec 3.8.0-29-generic #42-Ubuntu SMP Tue Aug 13 19:40:39 UTC
  2013 x86_64 x86_64 x86_64 GNU/Linux

  PS: support for the feature One click backup function would be
  great. E.g. clicking device button will execute a Duplicity script.

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

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


[Kernel-packages] [Bug 1216669] Re: Sharkoon Quickport XT USB3

2013-08-25 Thread sander
I do not see what that kind of logs can help here. The only things you
need are:

idVendor=174c
idProduct=55aa
name of device=Sharkoon Quickport XT USB3

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

Title:
  Sharkoon Quickport XT USB3

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I bought this device: http://www.sharkoon.com/?q=en/content/sata-
  quickport-xt-usb30

  The kernel knows the vendor, but not the product:

  [49637.803017] usb 6-2: new SuperSpeed USB device number 3 using xhci_hcd
  [49637.821238] usb 6-2: Parent hub missing LPM exit latency info.  Power 
management will be impacted.
  [49637.824992] usb 6-2: New USB device found, idVendor=174c, idProduct=55aa
  [49637.824997] usb 6-2: New USB device strings: Mfr=2, Product=3, 
SerialNumber=1
  [49637.825000] usb 6-2: Product: sharkoon
  [49637.825002] usb 6-2: Manufacturer: sharkoon
  [49637.825005] usb 6-2: SerialNumber: 0002

  Linux antec 3.8.0-29-generic #42-Ubuntu SMP Tue Aug 13 19:40:39 UTC
  2013 x86_64 x86_64 x86_64 GNU/Linux

  PS: support for the feature One click backup function would be
  great. E.g. clicking device button will execute a Duplicity script.

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

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


[Kernel-packages] [Bug 1211391] [NEW] [Hewlett-Packard HP ProBook 4530s] suspend/resume failure

2013-08-12 Thread Sander Jonkers
Public bug reported:

Just started Ubuntu 13.10 and got this error.

ProblemType: KernelOops
DistroRelease: Ubuntu 13.10
Package: linux-image-3.10.0-6-generic 3.10.0-6.17
ProcVersionSignature: Ubuntu 3.10.0-6.17-generic 3.10.3
Uname: Linux 3.10.0-6-generic i686
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.12-0ubuntu3
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  sander 1740 F pulseaudio
Date: Mon Aug 12 18:06:20 2013
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=8347ea18-a02a-451a-a889-44f76dfe095b
InstallationDate: Installed on 2013-08-09 (2 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha i386 (20130809)
InterpreterPath: /usr/bin/python3.3
MachineType: Hewlett-Packard HP ProBook 4530s
MarkForUpload: True
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-6-generic 
root=UUID=4751d5cf-0d0a-4d15-aa76-3859947c3f7a ro persistent quiet splash 
vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon not 
responding.
RelatedPackageVersions:
 linux-restricted-modules-3.10.0-6-generic N/A
 linux-backports-modules-3.10.0-6-generic  N/A
 linux-firmware1.113
SourcePackage: linux
Title: [Hewlett-Packard HP ProBook 4530s] suspend/resume failure
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 03/12/2013
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68SRR Ver. F.40
dmi.board.name: 167C
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 22.24
dmi.chassis.asset.tag: CNU1290ZYV
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SRRVer.F.40:bd03/12/2013:svnHewlett-Packard:pnHPProBook4530s:pvrA0001D02:rvnHewlett-Packard:rn167C:rvrKBCVersion22.24:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP ProBook 4530s
dmi.product.version: A0001D02
dmi.sys.vendor: Hewlett-Packard

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


** Tags: apport-kerneloops i386 resume saucy suspend

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

Title:
  [Hewlett-Packard HP ProBook 4530s] suspend/resume failure

Status in “linux” package in Ubuntu:
  New

Bug description:
  Just started Ubuntu 13.10 and got this error.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.10.0-6-generic 3.10.0-6.17
  ProcVersionSignature: Ubuntu 3.10.0-6.17-generic 3.10.3
  Uname: Linux 3.10.0-6-generic i686
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.12-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sander 1740 F pulseaudio
  Date: Mon Aug 12 18:06:20 2013
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=8347ea18-a02a-451a-a889-44f76dfe095b
  InstallationDate: Installed on 2013-08-09 (2 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha i386 (20130809)
  InterpreterPath: /usr/bin/python3.3
  MachineType: Hewlett-Packard HP ProBook 4530s
  MarkForUpload: True
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-6-generic 
root=UUID=4751d5cf-0d0a-4d15-aa76-3859947c3f7a ro persistent quiet splash 
vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon 
not responding.
  RelatedPackageVersions:
   linux-restricted-modules-3.10.0-6-generic N/A
   linux-backports-modules-3.10.0-6-generic  N/A
   linux-firmware1.113
  SourcePackage: linux
  Title: [Hewlett-Packard HP ProBook 4530s] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 03/12/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68SRR Ver. F.40
  dmi.board.name: 167C
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 22.24
  dmi.chassis.asset.tag: CNU1290ZYV
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68SRRVer.F.40:bd03/12/2013:svnHewlett-Packard:pnHPProBook4530s:pvrA0001D02:rvnHewlett-Packard:rn167C:rvrKBCVersion22.24:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ProBook 4530s
  dmi.product.version: A0001D02
  dmi.sys.vendor: Hewlett-Packard

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

[Kernel-packages] [Bug 1155299] Re: [SAMSUNG ELECTRONICS CO., LTD. R530/R730/R540] suspend/resume failure

2013-07-19 Thread Sander Jonkers
I still get apportcheckresume crash reports on my fully updated system.

$ uname -a
Linux R540 3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux


So ... not solved.

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

Title:
  [SAMSUNG ELECTRONICS CO., LTD. R530/R730/R540] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  suspend/resume failure in Ubuntu 13.04 daily (fully updated).

  It might be the battery went dead, so an ungraceful shutdown

  It happened a lot on Ubuntu 12.10, this is the first time on Ubuntu
  13.04

  ProblemType: KernelOops
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-12-generic 3.8.0-12.21
  ProcVersionSignature: Ubuntu 3.8.0-12.21-generic 3.8.2
  Uname: Linux 3.8.0-12-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.9.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sander 2450 F pulseaudio
  CRDA:
   country NL:
(2402 - 2482 @ 40), (N/A, 20)
(5170 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
(5250 - 5330 @ 40), (N/A, 20), NO-OUTDOOR, DFS
(5490 - 5710 @ 40), (N/A, 27), DFS
  Date: Thu Mar 14 20:05:39 2013
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=56ea62f2-0b4c-4dc9-9f41-b3423fccfa31
  InstallationDate: Installed on 2013-03-03 (11 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130301)
  InterpreterPath: /usr/bin/python3.3
  MachineType: SAMSUNG ELECTRONICS CO., LTD. R530/R730/R540
  MarkForUpload: True
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-12-generic 
root=UUID=534812aa-a5c9-4a36-9fc2-ac1bcdfa2e90 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.8.0-12-generic N/A
   linux-backports-modules-3.8.0-12-generic  N/A
   linux-firmware1.104
  SourcePackage: linux
  Title: [SAMSUNG ELECTRONICS CO., LTD. R530/R730/R540] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 06/21/2010
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 08JV.M029.20100621.hkk
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: R530/R730/R540
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr08JV.M029.20100621.hkk:bd06/21/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnR530/R730/R540:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR530/R730/R540:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: R530/R730/R540
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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

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


<    1   2