Difference between revisions of "How to configure powernowd"

From ThinkWiki
Jump to: navigation, search
Line 9: Line 9:
  
 
On Debian you can do this with:
 
On Debian you can do this with:
 
+
:{{cmdroot|apt-get install powernowd}}
{{cmdroot|apt-get install powernowd}}
 
  
 
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>.
 
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:20, 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.