Hi,

I am observing that when I do,

powersave -u

The laptop starts the process of going to suspend to ram. I see this
in /var/log/messages and /var/log/suspen2ram.log. The suspend2ram.log
file ends with

prepare_sleep finished for suspend2ram

I see that some services are stopped and modules are removed in the
suspend2ram.log file (which I have attached). However, the laptop does
not switch to console and starts suspending. It just stays on.

If at this point, I manually do

echo 3 > /proc/acpi/sleep

the laptop does suspend fine. Also, the laptop resumes fine as well.
However, none of the modules that were unloaded are loaded. It seems
that restore_after_suspend_to_ram is not being called. Also, the
screen saver is not running as I would expect.

This is what I have in my /usr/etc/powersave/events

EVENT_GLOBAL_SUSPEND2DISK="prepare_suspend_to_disk screen_saver
do_suspend_to_disk"
EVENT_GLOBAL_SUSPEND2RAM="prepare_suspend_to_ram screen_saver do_suspend_to_ram"
EVENT_GLOBAL_STANDBY="prepare_standby screen_saver do_standby"

EVENT_GLOBAL_RESUME_SUSPEND2DISK="restore_after_suspend_to_disk"
EVENT_GLOBAL_RESUME_SUSPEND2RAM="restore_after_suspend_to_ram"
EVENT_GLOBAL_RESUME_STANDBY="restore_after_standby"

I did everything I could think of (turned the debug mode of acpid,
powersaved DEBUG is set to 16 etc.) but could not find any reason why
this is happenning. I am using powersave 0.12.15 with Kernel
2.6.16.13, dbus 0.61, hal 0.5.7.

Any help would be greatly greatly appreciated.

thanks,
Osho

Attachment: suspend2ram.log
Description: Binary data

_______________________________________________
powersave-devel mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/powersave-devel

Reply via email to