View Single Post
Gusse's Avatar
Posts: 168 | Thanked: 206 times | Joined on Apr 2010 @ Finland
#4421
Originally Posted by HD.Canson View Post
Now i want make some edit in that kernel .. like puting some more avoid frenquensies.

what do i need to write in xterminal to change settings for starving kernel???
There are couple of ways to do this:

1) Make a custom file that you'll load with
Code:
kernel-condig load <your config>
and edit FREQS string and remove all unwanted frequencies.

or

2) Write avoided frequencies to "avoid_frequencies" -file. This need root rights.
Code:
sudo gainroot
echo "250000 550000 600000" > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies
This will avoid frequencies: 250MHz, 550MHz and 600MHz.

Note: Avoid frequencies will work only with "ondemand" covernor.

Last edited by Gusse; 2010-06-06 at 09:12.
 

The Following User Says Thank You to Gusse For This Useful Post: