On XO-1 we did not use pm-utils, but rather direct writing to /sys/power/state, and I've verified that pm-suspend is unreliable.
I've found the most effective way to run something after resume is to place it after the write to /sys/power/state ... like so: #!/bin/sh echo mem > /sys/power/state echo "put resume hooks here" -- James Cameron http://quozl.linux.org.au/ _______________________________________________ Devel mailing list [email protected] http://lists.laptop.org/listinfo/devel
