You are not logged in.
Pages: 1
Hi, I'm having troubles with speedstep. I have a Centrino 740, single core, max frequency 1.73 Ghz. I've set /etc/rc.d/cpufreq with
# valid suffixes: Hz, kHz (default), MHz, GHz, THz
min_freq="800MHz"
max_freq="1.73GHz"
Using Klaptop for changing frequency, I've got two profiles: ondemand and performance.
The problem is that with both profiles, the max frequency is always 1.3 Ghz, which is the lower step. Why can't I get the maximum frequency?
Thanks
P.S cpufreq-info shows correctly max frequency, but I can't set it
Offline
Hi, I'm having troubles with speedstep. I have a Centrino 740, single core, max frequency 1.73 Ghz. I've set /etc/rc.d/cpufreq with
# valid suffixes: Hz, kHz (default), MHz, GHz, THz min_freq="800MHz" max_freq="1.73GHz"
Using Klaptop for changing frequency, I've got two profiles: ondemand and performance.
The problem is that with both profiles, the max frequency is always 1.3 Ghz, which is the lower step. Why can't I get the maximum frequency?
ThanksP.S cpufreq-info shows correctly max frequency, but I can't set it
Try setting the max frequency to "1.74GHz" or even "1.8GHz" - cpufreq should choose the largest possible value that's _less than_ (that's why 1.73 doesn't work) specified max_freq.
Last edited by fwojciec (2007-09-17 23:25:11)
Offline
Just don't set min_freq and max_freq at all, those settings are pure nonsense, as the kernel already knows the right settings.
Offline
well, setting 1.74 GHz did the trick, and now the max frequency is correct . brain0, that's interesting, I just followed the instructions from a page on ArchWiki, maybe I should correct it
Offline
I can confirm that. Please, update wiki. You can also add that commenting out both min and max values in /etc/conf.d/cpufreq also works (the kernel sets values automatically).
Last edited by lanrat (2007-09-19 06:52:56)
Offline
I can confirm that. Please, update wiki. You can also add that commenting out both min and max values in /etc/conf.d/cpufreq also works (the kernel sets values automatically).
Done. It's my first ArchWiki edit!
Offline
Pages: 1