[ltp] Fedora 1
Satish Balay
linux-thinkpad@linux-thinkpad.org
Wed, 21 Jan 2004 10:58:42 -0600 (CST)
On Wed, 21 Jan 2004, Ross Burton wrote:
> On Wed, 2004-01-21 at 16:33, Julien Tane wrote:
> > Different things did not go really well. But my main problem: is that it
> > seems as though the system has not recognized that my computer actually
> > a 700 MHz computer.
>
> If I don't boot with the power cable plugged in linux will always run in
> power-saving mode, which means 450MHz for me instead of 733MHz. Try
> rebooting on mains power.
> cpu MHz : 238.493
Opps - I was looking at the wrong line.. It is really due to booting
on battery - you can try (on PIII):
modproble speedstep-lib
Check /proc/cpufreq - and change the state by:
echo -n "0:100%:100%:performance" > /proc/cpufreq
or install cpudyn (available as rpm from http://dag.wieers.com/packages/cpudyn/)
Satish