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

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

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

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

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2014-12-23 Thread Christopher M. Penalver
** 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:
+ WORKAROUND: I have created a 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.

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

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2014-12-21 Thread sander
Ok, I discovered my computer *never* can resume if I remove the closed
source nvidia driver. When I remove this driver, I also cannot resume my
current 3.13.0-43 kernel which does resume with this driver installed.
So, my report that the bug is still existing in newer kernels, may or
may not be valid. I just cannot test this on my computer as the nvidia
driver does not work with these newer kernels.

Anyway, I still think resuming is not the problem. I guess the problem
is when trying to enter sleep state. When the DVB-t stick is playing
content, it is sending data to the kernel. Probably the kernel does not
block this data stream when going to sleep causing this data to fill
some kernel buffers which then causes the computer to fail entering
sleep and stop responding. (The light of my power button stays on when
this happens!)

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

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2014-12-21 Thread sander
I just tested and confirm the same bug on Ubuntu 12.04 LTS on my very
old netbook. This is kernel 3.2.0-74-generic.

Do the mainline kernels also work on this old Ubuntu release? Then I can
test this bug on my netbook. (Unfortunately I can't upgrade to newer
releases as this netbook is too slow for newer Unity versions)

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

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

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

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

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

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

What do you think?

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

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

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

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

 sander, just to advise, you don't have to keep stating this is a suspend
 versus resume issue, or vice versa.

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

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

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

 What do you think?

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

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

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


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

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

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

Please subscribe me to this new report.

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

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2014-12-20 Thread sander
How I suspend:

Either I suspend by clicking the word Suspend in the GUI, or using LIRC which 
executes the following command:
dbus-send --system --print-reply --dest=org.freedesktop.UPower 
/org/freedesktop/UPower org.freedesktop.UPower.Suspend

The bug appears in both scenarios.

PS: I will do further testing tomorrow and append the results here.

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

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2014-12-15 Thread sander
I will check later this week when I have time.

You changed the summary. I'm not sure if this makes a difference, but I
think something goes wrong during suspending and not from waking up from
suspension state.

-- 
Mvg, Sander Devrieze.

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

 sander, could you please provide the missing information following
 https://wiki.ubuntu.com/DebuggingKernelSuspend ?

 ** Summary changed:

 - 0ccd:00ab Fix for suspend/hibernate with DVB-t USB stick
 + 0ccd:00ab Won't resume from suspend using DVB-t USB stick

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

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

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


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

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2014-12-14 Thread Christopher M. Penalver
sander, could you please provide the missing information following
https://wiki.ubuntu.com/DebuggingKernelSuspend ?

** Summary changed:

- 0ccd:00ab Fix for suspend/hibernate with DVB-t USB stick
+ 0ccd:00ab Won't resume from suspend using DVB-t USB stick

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

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs