Re: XO won`t suspend sometimes

2011-04-27 Thread Richard A. Smith
On 04/26/2011 03:06 PM, Matías Poloni wrote: > I'm working with the XO 1.0 with the 802 image (i've found this image the > most accurate one for my project). Power management in general is much better in the newer builds. I encourage you to use 860 rather than 802. What is it in 802 that you

Re: XO won`t suspend sometimes

2011-04-26 Thread James Cameron
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 ec

XO won`t suspend sometimes

2011-04-26 Thread Matías Poloni
I'm working with the XO 1.0 with the 802 image (i've found this image the most accurate one for my project). I need to suspend (and resume) many times per day the XO with the *pm-suspend* command due to my project, but sometimes it doesn't goes to sleep. I know that the process is running because w