The following script seems to fix the 1 minute hang when resuming. It belongs
in /etc/pm/sleep.d:
echo 50_dvb_usb_dib0700_quirk:
#!/bin/sh
case "$1" in
hibernate|suspend)
rmmod dvb_usb_dib0700
;;
thaw|resume)
modprobe dvb_usb_dib0700
;;
*) exit $NA
;;
esac
--
Resume from suspend fails when DVB-T card is plugged in
https://bugs.launchpad.net/bugs/279143
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs