kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #94004
[Bug 1354668] BootDmesg.txt
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:
USER PID 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.
lo no 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