Rahul Sundaram wrote:
Jarod Wilson wrote:
Everyone please kindly read the cpuspeed initscript before continuing to
hypothesize about it. It does indeed already look for necessary support,
and silently exits without doing a thing it its not present.
/me is the cpuspeed maintainer... :)
It would do that everytime on bootup though. Right?
Yes. And within a few lines of bash, it'll exit if support isn't found.
The second line of the start function is essentially:
if /sys/devices/system/cpu/cpu*/cpufreq/scaling_driver doesn't exist,
immediately exit silently.