mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #02155
[Bug 585099] [NEW] pm-utils: hibernate/suspend do not work right
Public bug reported:
I own an ASUS P3-P5G43 (Intel GMA X4500 graphics) barebone running
Mythbuntu 10.04 amd64. The following pm-utils commands work bad as
shown:
- pm-hibernate:
the PC appears to correctly hibernate, but when trying to wake-up it
only does a normal boot.
- pm-suspend:
It suspends the right way only the first time. Subsequent tries are
ignored.
In both failure cases it seems no relevant info is written to pm-
hibernate/suspend logs.
For suspend/hibernate purposes using MythTV I have set up the following
script:
/etc/pm/sleep.d/01_mythtv:
#!/bin/bash
. "${PM_FUNCTIONS}"
case "$1" in
suspend|hibernate)
killall mythfrontend.real &> /dev/null
killall mythwelcome &> /dev/null
service mythtv-backend stop &> /dev/null
service lirc stop &> /dev/null
rmmod dvb_usb_dib0700 &> /dev/null
;;
resume|thaw)
modprobe dvb_usb_dib0700 &> /dev/null
service lirc start &> /dev/null
service mythtv-backend start &> /dev/null
sleep 3
sudo -u <mi_usuario> mythfrontend &> /dev/null
;;
esac
I will provide any additional debugging info upon request.
Regards,
** Affects: mythbuntu
Importance: Undecided
Status: New
--
pm-utils: hibernate/suspend do not work right
https://bugs.launchpad.net/bugs/585099
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
Status in Mythbuntu, Ubuntu derivative focused upon MythTV: New
Bug description:
I own an ASUS P3-P5G43 (Intel GMA X4500 graphics) barebone running Mythbuntu 10.04 amd64. The following pm-utils commands work bad as shown:
- pm-hibernate:
the PC appears to correctly hibernate, but when trying to wake-up it only does a normal boot.
- pm-suspend:
It suspends the right way only the first time. Subsequent tries are ignored.
In both failure cases it seems no relevant info is written to pm-hibernate/suspend logs.
For suspend/hibernate purposes using MythTV I have set up the following script:
/etc/pm/sleep.d/01_mythtv:
#!/bin/bash
. "${PM_FUNCTIONS}"
case "$1" in
suspend|hibernate)
killall mythfrontend.real &> /dev/null
killall mythwelcome &> /dev/null
service mythtv-backend stop &> /dev/null
service lirc stop &> /dev/null
rmmod dvb_usb_dib0700 &> /dev/null
;;
resume|thaw)
modprobe dvb_usb_dib0700 &> /dev/null
service lirc start &> /dev/null
service mythtv-backend start &> /dev/null
sleep 3
sudo -u <mi_usuario> mythfrontend &> /dev/null
;;
esac
I will provide any additional debugging info upon request.
Regards,
Follow ups
-
[Bug 585099] Re: pm-utils: hibernate/suspend do not work right
From: Thomas Mashos, 2015-01-12
-
[Bug 585099] Re: pm-utils: hibernate/suspend do not work right
From: Thomas Mashos, 2015-01-12
-
[Bug 585099] Re: pm-utils: hibernate/suspend do not work right
From: Antonio Lopez, 2010-12-05
-
[Bug 585099] Re: pm-utils: hibernate/suspend do not work right
From: Gibby, 2010-12-05
-
[Bug 585099] Re: pm-utils: hibernate/suspend do not work right
From: Antonio Lopez, 2010-12-04
-
[Bug 585099] Re: pm-utils: hibernate/suspend do not work right
From: Antonio Lopez, 2010-12-04
-
[Bug 585099] Re: pm-utils: hibernate/suspend do not work right
From: Gibby, 2010-12-02
-
[Bug 585099] Re: pm-utils: hibernate/suspend do not work right
From: Ruslan, 2010-11-24
-
[Bug 585099] Re: pm-utils: hibernate/suspend do not work right
From: Ruslan, 2010-11-24
-
[Bug 585099] Re: pm-utils: hibernate/suspend do not work right
From: Ruslan, 2010-11-24
-
[Bug 585099] Re: pm-utils: hibernate/suspend do not work right
From: Ruslan, 2010-11-24
-
[Bug 585099] Re: pm-utils: hibernate/suspend do not work right
From: Ruslan, 2010-11-24
-
[Bug 585099] [NEW] pm-utils: hibernate/suspend do not work right
From: Antonio Lopez, 2010-05-24
References