Monday, April 18, 2011

auto wakeup after S3 sleep

On Linux

  • rtcwake -s 30 -m mem
-s means sleep seconds, -m means sleep type. Then the machine will sleep first and wait for 30 seconds and wake up.

On Windows



  • pwrtest /sleep /p:30
The result is the same as Linux.

No comments: