Juan Quintela wrote:
Doesn't workBackup your data. echo 4 > /proc/acpi/sleep
$ 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
For each button I only have an 'info' entry, so it's quite useless.modprobe button
$ 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)
Gives the right status,modprobe fan
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)
