Bugzilla – Bug 120350
powersave error message about ondemand governor/cpufreq
Last modified: 2007-06-05 10:01:38 UTC
I am getting this error message after I have updated from 9.3 to 10.0: Oct 5 14:15:08 Lorentz [powersave]: ERROR (CPUFreq_Kernel:21) Can not set ondemand governor, maybe your cpufreq driver is too slow. Oct 5 14:15:08 Lorentz [powersave]: ERROR (CPUFreq_Kernel:23) Try CPUFREQ_CONTROL=userspace in /etc/sysconfig/powersave/cpufreq. Oct 5 14:15:08 Lorentz [powersave]: ERROR (PM_Interface:231) Cannot create cpufreq objects CPUFREQD_MODULE is set to "off".
To be sure: Your aim is to completely disable cpufreq? I will take care.
Yes, this machine cannot do CPUFreq, it is a P4 Desktop. Unfortunately we always try to initialize it and if it fails, we throw this error. Some more checking before trying to enable the ondemand governor would be good (or maybe a "--no-cpufreq" option for the daemon which at least with "CPUFREQD_MODULE=off" gets appended in the startscript)
We plan to overwork the cpufreq-interface of the powersave daemon, so I will take account of this issue when I start implementing.
I added a configuration value to the daemon indicating whether cpufreq is enabled by configuration or not. Just commited to cvs, so closing...