What does “cat /proc/cpuinfo” show?
Vikas
Is there any entry in the output of that command that says “cpu MHz”?
I have not looked at the output of the command but will do so when I boot up my Panda.
no, but it might be 2 cores running at 1GHz each...
BogoMIPS can give you approximate clock speed.
It’s twice the clock speed so your cores are running at 1GHz each.
More about BogoMIPS is at http://en.wikipedia.org/wiki/BogoMips
The cpu speed is set at 1GHz in MLO.
The performance CPU governor lets your CPU frequency always to the highest available.
Not sure if below helps but worth a try:
echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo 1 > /sys/devices/system/cpu/cpu1/online
Upgrade your MLO boot file on the maverick system, originally in the
repo on ( http://gitorious.org/x-loader/x-loader ) it was set to
600Mhz then mid nov/dec it was changed by default to 1Ghz for the
panda..
Regards,
--
Robert Nelson
http://www.rcn-ee.com/
Does Natty MLO give you MAX fixed 1 GHz?
Are you looking for fixed 1GHz on Maveric?
You are right, what I mentioned below is not for MLO enabled fixed max of 1GHz.
Vikas