There's nothing you can do. The Linux kernel is unable to report the correct frequency. You have to live with the problem.
Hi,
I have a ASRock NetTop ION 330 which I have overclocked to 2.00 Ghz by using the BIOS OC Tweaker utility but after rebooting the pc, fedora (f16) keeps reporting 1800 Mhz on /proc/cpuinfo.
What do I need to do to have fedora to recognize the new cpu clock frequency?
Thanks in advance
There's nothing you can do. The Linux kernel is unable to report the correct frequency. You have to live with the problem.
Thanks Real,
But how can I then check the I'm actually running at the new frequency? if I reinstall reinstall the OS with the new BIOS clock frequency, am I going to have the OS reporting the new one?
Take a look at the bogomips.
This example is a dual-core processor overlocked to 2.8GHz (2x2800=5600 bogomips)Code:$ cat /proc/cpuinfo cpu MHz : 2500.000 ... bogomips : 5600.61 ...