You are not logged in.
Pages: 1
I'm trying to get cpufreqd to work. I've got a pentium 4, which I'm sure is capable of cpu freqency scaling. How do I do it and what module do I have to load?
Offline
check the wiki alot of stuff there just search it
http://wiki.archlinux.org/index.php/SpeedStep
Offline
I tried all that but I get an error:
FATAL: Error inserting acpi_cpufreq (/lib/modules/2.6.22-ARCH/kernel/arch/x86_64/kernel/cpufreq/acpi-cpufreq.ko): No such device
Offline
Just a random thought, does that file exist for you? (/lib/modules/2.6.22-ARCH/kernel/arch/x86_64/kernel/cpufreq/acpi-cpufreq.ko)
If it does, and you have just upgraded the kernel without restarting, then you might be using an old kernel and try to load a newer module.
Offline
Pentium 4 works only with p4-clockmod module. Be aware of the fact that a pentium 4 is extremely slow and unusable when running at lower speeds. Another thing is that clockspeed changing is extremely slow also, making a pentium 4 with speedstepping useless when using the ondemand/conservative governors (yes, cpufreqd is obsolete)
Offline
Pentium 4 works only with p4-clockmod module. Be aware of the fact that a pentium 4 is extremely slow and unusable when running at lower speeds. Another thing is that clockspeed changing is extremely slow also, making a pentium 4 with speedstepping useless when using the ondemand/conservative governors (yes, cpufreqd is obsolete)
So if it's obsolete, what should I use?
Offline
cpufrequtils is a start (and you probably already have it, since you are using cpufreqd), it's configuration depends on what situation you are in:
In case you are just wanting to use the ondemand guardian, it will be simple, and if you want it to lower the frequency after a given time of inactivity, it won't be to difficult either.
But if you are going to have a more complicated setup (like if you are going to use it on a laptop, and want to have different guardians depending on if it's connected to a charger), you will have to spend some more time gluing together different systems (the power connection, for example, could be handled as a acpid event, in which you order cpufreq to switch guardian).
Offline
It looks like SpeedStep is the best thing for me to use. I've found a page on the wiki. But I'm still getting the same error...
Offline
Pages: 1