- Jun 13, 2005
- 3,121
- 1
- 0
/sys/devices/system/cpu/cpu0/cpufreq is the location of files that determine the aspects of my cpu's operation, here is a pic of the file : pic
Would it be possible for me to force the pentium M dothan on my R50e Thinkpad to do a 400 Mhz by changing the value of scalin_min_freq from 600000 to 400000 ?
Using a command like :
echo -n 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
when I do it I go back to the file scaling_min_freq is unaffected, however any value from 600000 and above does make a change, so I figured there could be some file that has 600000 in it that is forcing a minimum limit on the scaling , so I tried changing scaling_available_frequencies from :
1600000 1400000 1200000 1000000 800000 600000
into :
1600000 1400000 1200000 1000000 800000 400000
it gives me a permession denied.
What's above is just some tinkering nothing more , but should I go on with my attempts or is there something in the motherboard as I initially guesses that is preventing me from doing what I am tring to do ?
All I am trying to do is make my cpu clock at 400 MHZ like it does in the T-series when Idle.
I am trying to do a forced multiplier of 4 , is there anyway this can be possible.
Would it be possible for me to force the pentium M dothan on my R50e Thinkpad to do a 400 Mhz by changing the value of scalin_min_freq from 600000 to 400000 ?
Using a command like :
echo -n 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
when I do it I go back to the file scaling_min_freq is unaffected, however any value from 600000 and above does make a change, so I figured there could be some file that has 600000 in it that is forcing a minimum limit on the scaling , so I tried changing scaling_available_frequencies from :
1600000 1400000 1200000 1000000 800000 600000
into :
1600000 1400000 1200000 1000000 800000 400000
it gives me a permession denied.
What's above is just some tinkering nothing more , but should I go on with my attempts or is there something in the motherboard as I initially guesses that is preventing me from doing what I am tring to do ?
All I am trying to do is make my cpu clock at 400 MHZ like it does in the T-series when Idle.
I am trying to do a forced multiplier of 4 , is there anyway this can be possible.