Since switching to Karmic, suspend and hibernate are not working consistently on my Toshiba Satellite. I have it set to hibernate when I close the lid, but doing so only turns off the screen. The suspend and hibernate keys on my keyboard also no longer work. When I select these options from the menu, the computer will suspend or hibernate properly.
I was able to get the pm-hibernate (suspend-to-disk) functionality working by following the wiki . . . .
Well, resume on USB works really well with all forms of suspend/hibernate and also (my favorite) suspend-hybrid.
However, I have 2 issues. I've searched around, but I can't seem to find anything posted that works for me.
1) I don't seem to be able to wake my frontend using my MCE usb ir remote. It worked the first time I tried (but maybe I just bumped the mouse?).
I want hibernate and suspend my system with systemd( systemctl hibernate and systemctl suspend).Suspend looks like work correctly, but hibernate(maybe resume) isn't wokring.mkinitcpio.conf>>HOOKS="base udev autodetect modconf block resume filesystems usbinput fsck"grub.cfg>>linux /vmlinuz-linux root=UUID=06c94dc9-7166-43ec-947f-82d5c48be181 ro qu
After a kernel update from 3.3.7-1 to 3.4.0-1, my AMD64 F17 desktop system will no longer resume from suspend. The keyboard has no effect. When I hit the power button, I can hear the disk spin up, but the system is still unresponsive. /var/log/pm-suspend.log shows a normal suspend, but nothing else ( a successful resume will start with an "Awake" entry after the last suspend entry).
I've got a Thinkpad T400 with Gentoo Linux installed. Suspend-to-RAM works like a charm.
However, Susped-to-Disk doesn't work: if I suspend, the Laptop powers down and accesses the HD for around 30s.
I need to lock the screen when my computer is waken up from memory suspend,
So I tried to put the following script to /usr/lib/pm-utils/sleep.d and /etc/pm/sleep.d, but it never got executed,
#!/bin/sh
case "$1" in
hibernate|suspend)
;;
thaw|resume)
vlock -ans
;;
*) exit $NA
;;
esac
P.S It's pm-suspend not pm-hibernate.
Hi there,
I have an MSI WInd u100 with Ubuntu 9.04 jaunty on it. Laptopmode is enabled and it can Suspend/Hibernate and Resume without any problem.
I was wondering if there is a way I can get the laptop to go from Suspend state to Hibernate after a given period of time.
Possible Duplicate:
How to enable Hibernate in 12.04?
I just installed the new 12.04 beta on my Lenovo Ideapad U450. According to this thread Whither hybrid suspend? hibernate and suspend are supported, but in the power settings the option to hibernate is greyed out e.g. for what to do when closing the lid.