andrewb
Group: Members
Posts: 316
Joined: July 2005 |
|
Posted: Sep. 16 2007,23:16 |
|
Quote (yangmusa @ Sep. 15 2007,05:31) | I used acpi=force and it booted with acpi. It looks like battery life will be extended too, so already this experiment has been somewhat successful!
Few questions though: 1) Torsmo no longer shows any info about the battery - do I need to change any settings?
2) Suspend to ram no longer works, it used to sleep on pressing the power button. Now it does nothing. I've been reading the acpi documentation but following their advice doesn't work.
Code Sample | echo S3 > /proc/acpi/sleep |
Gives no errors, but nothing happens either. Still nothing if a sudo this command. When I check the contents of sleep, it remains unchanged:
Code Sample | cat /proc/acpi/sleep S0 S1 S2 S3 S4 S5 |
Ideas? |
Check where your battery info is stored when using acpi. The version of torsmo currently in DSL can only access battery info in directories proc/acpi/battery/BAT0(or 1,2,3,.....) Version 0.18, which I think Robert is going to put in future releases, can cope with other directory names (the Toshiba Libretto 100CT uses a directory called MBAT). I haven't had much success with symlinks to to correct this. The binary of v0.18 that I use is at users.tpg.com.au/cramond/torsmo.tar.gz. This contains a unc file so you can use it to overwrite the existing version of torsmo for the time being.
|