View Single Post
Old 05-25-2013, 03:06 PM   #16
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by Vava View Post
The spelling is OK, that's why I don't understand... But, I found an other way to do it, so don't bother you And thank you for all your help !
I think there is some mis-understanding here -
It **has to work** since it is at the very heart of the kernel's power management system.
Code:
[root@kindle root]# cd /sys/power
[root@kindle power]# ls -l
-rw-r--r--    1 root     root          4096 May 24 06:29 state
[root@kindle power]# cat state
standby mem
[root@kindle power]# echo mem > state
**dead** (almost completely)

Although the battery manager chip is still running (the 'charger') in this state it does not respond to "wake on USB" events.

All of the above while never disturbing the screen saver (or whatever was drawn last) on the display.

The only way out of this state is to reboot the device.

Last edited by knc1; 05-25-2013 at 03:11 PM.
knc1 is offline   Reply With Quote