>>>>> "pascal" == Pascal Terjan <[EMAIL PROTECTED]> writes:
pascal> Pascal Terjan wrote: >> 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) >> pascal> Now it's worse. pascal> echo 4 > /proc/acpi/sleep pascal> never finish and the shell can't be killed and uses 100% of CPU as pascal> system time until I reboot. pascal> Another very important point is that fan don't start automatically pascal> when CPU gets hot (it was 80�C when I decided to reboot without ACPI) try: echo "1 0 15" > /proc/sys/kernel/swsuspend and told me where it stops. Another question, are you inside X when you start the suspend? There are some problems with suspend from inside X, on some chips, working on them. Later, Juan. -- In theory, practice and theory are the same, but in practice they are different -- Larry McVoy
