You are not logged in.
How I can load cpufreq module without powersave? I try lo load p4-clockmod.ko (this module was used by powersave) manually via rc.local, but I got the error
insmod: error inserting '/lib/modules/2.6.22-ARCH/kernel/arch/i386/kernel/cpu/cpufreq/p4-clockmod.ko': -1 Unknown symbol in module
As was mentioned in http://bugs.archlinux.org/task/7651 , the cpufreq module can be loaded from rc.local or via MODULES list in rc.conf. What I do wrong?
Last edited by PavelZh (2007-08-26 19:22:00)
Offline
Insmod does not probe modules 'intelligently', like modprobe does. Use modprobe, it will load the modules the p4 one depends on. The 'unknown symbol' error probably refers to a module it depends on.
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Module loaded, but dynamic scaling frequency doesn't work more
#cpufreq-info
cpufrequtils 002: cpufreq-info (C) Dominik Brodowski 2004-2006
Report errors and bugs to linux@brodo.de, please.
analyzing CPU 0:
driver: p4-clockmod
CPUs which need to switch frequency at the same time: 0
hardware limits: 175 MHz - 1.40 GHz
available frequency steps: 175 MHz, 350 MHz, 525 MHz, 700 MHz, 875 MHz, 1.05 GHz, 1.23 GHz, 1.40 GHz
available cpufreq governors: performance
current policy: frequency should be within 175 MHz and 1.40 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 1.40 GHz (asserted by call to hardware).
Why only 'performance' governor is available? With powersave I can switch between 'performance' and 'dynamic' via kpowersave, but now I can set only 'performance'
UPDATED: governor name is 'dynamic', but kernel module name is 'cpufreq_ondemand'.
After loading 'cpufreq_ondemand' module kpowersave works again
Last edited by PavelZh (2007-08-26 18:55:28)
Offline
For reference purposes, the appropriate steps are now laid out in the Cpufrequtils wiki: http://wiki.archlinux.org/index.php/Cpufrequtils
thayer williams ~ cinderwick.ca
Offline