Hi,
I'm trying to put my laptop to sleep (TC8) via the CLI (not running X).
When i run:
cat /sys/power/state
I get 3 options:
freeze mem diskThen, when i do:
echo mem > /sys/power/state
This works fine, the laptop goes to sleep. Power button starts blinking. Now, when I wake-it-up (press the power button), it comes to life but the screen
stays black. I need to keep to power button pressed for a few seconds and then it switches off. I tried this on 3 different laptops (all a bit older):
- Sony Vaio - PCG-882M
- Toshiba - Satellite Pro A200 (PSAE4E-04L0251G)
- Dell - Latitude E6400
acapid is running (and seems to work, checked acapi_listen)I also looked in the BIOS of each machine, but there is not much related to ACAPI that i can set there.
Thanks!