Download cpudcc-2.1.tar.gz [2008Jan16] Version 2.1 update! Copyright Condition: GPL General Public License Version 3
# modprobe processor # modprobe powernow-k8 # modprobe cpufreq_userspaceYou must check that scaling_available_governors become userspace.
# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors userspaceFile scaling_available_frequencies include an available list of CPU frequency. That values can be used as changeable CPU frequency. So, try that CPU frequency value can be changed or not.
$ cd /sys/devices/system/cpu/cpu0/cpufreq $ cat scaling_available_frequencies 2000000 1800000 1000000 $ su # echo '1000000' > scaling_setspeed # cat /proc/cpuinfo
# ruby cpudcc.rb --verbose 2005-07-25 12:45:10 Start: 2000000Hz 2005-07-25 12:45:10 Change: 1000000Hz ....An option --testmode should be used for test that changes CPU frequency as randomly per 60 seconds.
# ruby cpudcc.rb --testmodeIf you want to run cpudcc as well as daemon, run with nohup command.
# nohup ruby cpudcc.rb &
Hironobu SUZUKI < hironobu -at- h2np -dot- net >
$Id: index.html.en,v 1.6 2007/08/15 11:35:51 hironobu Exp hironobu $