View Single Post
Posts: 150 | Thanked: 80 times | Joined on Dec 2009
#4774
Originally Posted by etuoyo View Post
How do I edit the command or beecon for stock?
In x-term type
Code:
sudo gainroot
leafpad /home/user/.kernel/"whatever the filename is, probably STOCK"
Then change the MAXFREQ entry.

Originally Posted by etuoyo View Post
Also how do I add a new beecon for a frequency other than default, e.g 850mhz?
First load a profile you are comfortable with, e.g LV, ULV, XLV or Ideal. We'll use LV in this case, In x-term type:

Code:
sudo gainroot
kernel-config load lv
Then set the min and max frequency to what you want:
Code:
kernel-config limits 250 850
Then you can save the profile with whatever name you choose, in this case we'll use 850max
Code:
kernel-config save 850max
 

The Following 2 Users Say Thank You to Sash For This Useful Post: