Juan Quintela wrote:

Backup your data.
echo 4 > /proc/acpi/sleep

Doesn't work

$ cat /proc/acpi/sleep

S0 S1 S3 S4 S5

Only 1 and 5 do something

1 freezes the machine until I use the power button (which is the right behaviour, I think) but I don't know if it's normal that the screen stay on ?

5 power-off immediatly the machine (right behaviour I think)

to have goodies with ACPI do a:

modprobe ac

works fine

modprobe battery

works fine

modprobe button

For each button I only have an 'info' entry, so it's quite useless.

$ cat /proc/acpi/button/lid/LID/info
type: Lid Switch

$ cat /proc/acpi/button/power/PWRF/info
type: Power Button (FF)

$ cat /proc/acpi/button/sleep/SLP/info
type: Sleep Button (CM)

modprobe fan

Gives the right status,
when I write "on" it start at full speed but then I can't stop it...
modprobe processor

looks fine but didn't really look into it

modprobe thermal

looks fine

(All of this is on a HP OB500)



Reply via email to