View previous topic :: View next topic |
Author |
Message |
tornamodo Apprentice
Joined: 12 Aug 2005 Posts: 185
|
Posted: Sun Oct 02, 2005 11:48 am Post subject: ACPI (or APM?) Standby, Suspend & other Power Saving Iss |
|
|
Hi There!
I have a notebook which is quite unsupported by the app-laptop branch of portage ; )
It's a Maxdata M-Book 1200x with an AMD Mobile 2600+ Processor.
Now it was rather cheap and the battery is not that goot... it lasts only about 70 min...
Basically I followed the Gentoo Power Management Guide.
I didn't get the CPUFreq drivers working, but it doesn't matter too much anyway.
What i need:
* Suspend (mem or disk - one at least : )
To the acpi suspend stuff:
Quote: | echo 1 > /proc/acpi/sleep | or Quote: | echo -n standby > /sys/power/state |
the screen turns dark, after one or two seconds it returns to normal mode again
Quote: | echo 3 > /proc/acpi/sleep | or Quote: | echo -n mem > /sys/power/state |
I get a short message like "Saving Data => MEM" or so and everything turns down (inc. cpu + fan).
But I cannot recover the systen with any of the buttons...
what can i do to get at least some power saving working?
should i go for APM?
any infos are very welcome! _________________ 1. Docs | 2. Gentoo-Wiki | 3. Search the Forum | 4. Post |
|
Back to top |
|
|
ekutay l33t
Joined: 30 Mar 2005 Posts: 636 Location: Berlin
|
Posted: Sun Oct 02, 2005 3:08 pm Post subject: |
|
|
tornamodo wrote: | I get a short message like "Saving Data => MEM" or so and everything turns down (inc. cpu + fan).
But I cannot recover the systen with any of the buttons... |
Have you tried to close the lid and open it up again? This is an acpi event too, although I can also fire up the FN button to start up again.
Check also the acpid event log to map events to functionalities. The logfile is in /var/log/acpid. _________________ -- erol |
|
Back to top |
|
|
pvk n00b
Joined: 10 Feb 2004 Posts: 24 Location: Germany
|
Posted: Sun Oct 02, 2005 4:08 pm Post subject: Re: ACPI (or APM?) Standby, Suspend & other Power Saving |
|
|
tornamodo wrote: |
Quote: | echo 3 > /proc/acpi/sleep | or Quote: | echo -n mem > /sys/power/state |
I get a short message like "Saving Data => MEM" or so and everything turns down (inc. cpu + fan).
But I cannot recover the systen with any of the buttons...
|
Try to add acpi_sleep=s3_bios to your kernel options in lilo or grub. You must also have X started. Once it helped me. |
|
Back to top |
|
|
Earthwings Bodhisattva
Joined: 14 Apr 2003 Posts: 7753 Location: Germany
|
Posted: Sun Oct 02, 2005 4:15 pm Post subject: |
|
|
Are you using a recent kernel? Can you try the hibernate-script instead of writing to files in /proc or /sys? There's a more detailed description in the updated power management guide. _________________ KDE |
|
Back to top |
|
|
tornamodo Apprentice
Joined: 12 Aug 2005 Posts: 185
|
Posted: Sun Oct 02, 2005 7:18 pm Post subject: |
|
|
thx for the tips guys!
i'll try them all - but my laptop is already packed in my school-bag.
tomorrow i have to leave home at 6:05 pm, make a bike-round with my dog and then go to university for a lotta hours.
i'll post the results the next days! _________________ 1. Docs | 2. Gentoo-Wiki | 3. Search the Forum | 4. Post |
|
Back to top |
|
|
|