LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Quick ACPI getting started guide (https://www.linuxquestions.org/questions/debian-26/quick-acpi-getting-started-guide-257453/)

zero79 11-20-2004 10:49 PM

Quick ACPI getting started guide
 
Ok, this guide is for anyone interested in enabling power management on his or her debian system/laptop. First you need to install a couple packages.

Code:

apt-get install acpi acpid modconf
and make sure you don't have apm (the old power management package).

Code:

apt-get remove --purge apmd
next, you need to enable the cpu frequency apci control module in the kernel, so do

Code:

modconf
go to the key "kernel/arch/i386/kernel/cpu/cpufreq" and enable "acpi" (make sure there is a + off to the right) and the appropriate speedstep funtionality for your processor (note that i don't know which processors most of the speedstep choices correspond to, so enabling this is at your own risk).

you're now good to go. you can add the battery monitor to your gnome panel now (or do an "apt-cache search acpi" to figure out what package you need for your particular window manager). suspend the system with

Code:

echo 3 > /proc/acpi/state
i'm sure there is more interesting functionality than this (like cpu frequency control), but i haven't delved that deep yet. post any interesting finds here. good luck.

initialdrifteg6 11-23-2004 02:36 PM

dude... i did all of that and my cpu is fried now... thanks a lot...


heh.. just messin.. good postin.. =)~

prabhatsoni 11-23-2004 11:09 PM

Hello,

A Fedora Core 1 equivalent of this guide will be highly appreciated.



-Prabhat Soni.

excelsior_3000 12-25-2004 06:33 PM

I would second that


All times are GMT -5. The time now is 10:45 PM.