Page 1 of 1

Sleep mode does not work acpitool -s

Posted: Tue 05 Feb 2013, 22:21
by johnyaarts
Hi, i am a newbe and have installed puppy slacko5.4frugal on a asrock ion 330 htpc.
Until no everything works fine.
But i have a problem with turn the pc to sleep mode
After comand acpitool -S
The computer doesn't go in sleepmode, the output of the command acptool -s is

Function Do_Suspend : could not open file : /proc/acpi/sleep.
You must have write access to /proc/acpi/sleep to suspend your computer.

What am I doing wrong?
Regards

Posted: Fri 09 Aug 2013, 14:32
by Mr.Puppy
I have the same problem with acpitool -s. I have a frugal install of Puppy Precise 5.7.1 and I have given write-access to the directory /proc/acpi/. Even after giving write-access to the directory /proc/acpi/ I still have this problem. I can't even make the file sleep manually in the directory /proc/acpi/.

Could this issue be caused by the frugal install itself? And has anybody any idea how to fix this acpitool -s problem?

Posted: Fri 09 Aug 2013, 15:10
by scabz
you can suspend without acpitool.
paste this in console

Code: Select all

echo mem > /sys/power/state
this method works on my eeepc.

Posted: Fri 09 Aug 2013, 15:41
by Mr.Puppy
scabz wrote:you can suspend without acpitool.
paste this in console

Code: Select all

echo mem > /sys/power/state
this method works on my eeepc.
This method works. And how do I suspend it to disk like Windows XP does with Hibernate?

Posted: Fri 09 Aug 2013, 16:26
by scabz
i have never used Hibernate, found this post though http://murga-linux.com/puppy/viewtopic.php?t=59336

Posted: Fri 09 Aug 2013, 16:33
by ally
ozsouth kindly created 'suspbase' which solved the problem on my thinkpads (T61,T500)

http://murga-linux.com/puppy/viewtopic. ... =234277193

:)

Posted: Fri 09 Aug 2013, 21:37
by Karl Godt