Depends on the kernel version you are running. So what version? (I.E: output of: uname -a)
Q2: Why do you think it isn't working?
- - - -
The system (should) be maintaining stats on the scaling - - exactly what depends on version/build.
Find the path to the cpufreq directory:
cd /sys
find . -name 'cpufreq'
cd to the full path returned by the above command (if not found, then you don't have it loaded) -
browse around in that directory and its sub-directories - just 'cat' any files found.
- - - -
The man(ual) command is your friend - each of the above commands is explained, for instance:
man cat



LinkBack URL
About LinkBacks
Reply With Quote


Bookmarks