You are not logged in.
Pages: 1
Topic closed
Hello all. I am new to Arch and am trying to setup cpufreq as per the Wiki article (http://wiki.archlinux.org/index.php/Cpufrequtils). I am running a desktop P4 2.00 GHz. I am trying to manually activate ondemand mode before setting it all to automatically run and I cannot get it to activate.
What I have done so far:
# modprobe p4-clockmod (ran fine)
# cpufreq-info (listed only performance as an option, so i ran the next command)
# modprobe ondemand (running info again now shows ondemand)
# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor (this prints "performance", as expected)
# cpufreq-set -g ondemand (this should activate ondemand mode, but the computer has less than 1% CPU usage and is still running at 2GHz, so...)
# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor (this prints "performance", so it would seem forcing ondemand didn't work)
Does anyone have any ideas why this isn't working for me? cpufreq-info says I should have a clock range of 250-2000 MHz and this computer will be an always on, rarely used machine, so being able to ramp down the CPU that drastically would be a great feature.
Please let me know if I can provide any more information.
Offline
Welcome to the forums uberben, afaik the module is named cpufreq_ondemand:
modprobe cpufreq_ondemand
Have you tried this?
ᶘ ᵒᴥᵒᶅ
Offline
Thanks for the quick reply. I ran that modprobe line and tried "cpufreq-set -g ondemand" as well as "cpufreq-set -g cpufreq_ondemand" and neither seems to have worked. The first one executed with no errors, the second failed saying I may have tried an invalid policy.
Offline
Pentium 4 does not have frequency scaling.
Offline
Pentium 4 does not have frequency scaling.
You're right, here's some background info on that: http://www.codemonkey.org.uk/2009/01/18 … 4clockmod/
I see there's also a few other threads about this, start here: https://bbs.archlinux.org/viewtopic.php?pid=796574
Closing this one to avoid duplication.
ᶘ ᵒᴥᵒᶅ
Offline
Pages: 1
Topic closed