Difference between revisions of "How to configure powernowd"

From ThinkWiki
Jump to: navigation, search
(Initial revision)
 
Line 1: Line 1:
 +
{{NOTE|See the [[How_to_make_use_of_Dynamic_Frequency_Scaling|Dynamic Frequency Scaling HOWTO]] on how to avoid using cpu frequency scaling daemons by using the kernel builtin ondemand governor.}}
 +
  
 
powernowd originally was only written for AMD CPUs which support PowerNow! technology, but it supports other CPUs as well.
 
powernowd originally was only written for AMD CPUs which support PowerNow! technology, but it supports other CPUs as well.
  
Make sure you have loaded the necessary kernel modules.  
+
Make sure you have loaded the necessary kernel modules. (See [[How_to_make_use_of_Dynamic_Frequency_Scaling]])
  
Install "powernowd". On Debian you can do this with:
+
Install "powernowd".
  
  apt-get install powernowd
+
On Debian you can do this with:
  
On my IBM ThinkPad T23 with Debian this was all I had to do.
+
{{cmdroot|apt-get install powernowd}}
  
In "/etc/default/powernowd" you may specify different options for powernowd. This file will be loaded by the init script "/etc/init.d/powernowd". This is all for Debian.
+
Also, on Debian you may specify different options for powernowd in <tt>/etc/default/powernowd</tt>. This file will be loaded by the init script <tt>/etc/init.d/powernowd</tt>.

Revision as of 10:38, 20 July 2005

NOTE!
See the Dynamic Frequency Scaling HOWTO on how to avoid using cpu frequency scaling daemons by using the kernel builtin ondemand governor.


powernowd originally was only written for AMD CPUs which support PowerNow! technology, but it supports other CPUs as well.

Make sure you have loaded the necessary kernel modules. (See How_to_make_use_of_Dynamic_Frequency_Scaling)

Install "powernowd".

On Debian you can do this with:

# apt-get install powernowd

Also, on Debian you may specify different options for powernowd in /etc/default/powernowd. This file will be loaded by the init script /etc/init.d/powernowd.