Hi, Am Freitag, 10. September 2004 15:25 schrieb Derek Broughton: > Anyway, for any such event you put both the deactivation and the > reactivation code in the same script: > > # deactivate code here > echo 4 > /proc/acpi/sleep > # good idea to sleep for a moment to let things wake up properly > sleep 1 > # activate code here
this is also what I did, it's working fine this way. Regards, Andreas