hey thanks for this sir nice tweaki saw this on eeeuser i think last year never thought of trying this in bt3 thanks very much again
![]()
how to get the asus eee 701 to work in full speed 900Mhz at startup.
Go to http://www.linuxpackages.net and download "cpufrequtils"
(http://www.linuxpackages.net/download.php?id=11257)
unzip with: installpkg cpufrequtils-002-i486-2McD.tgz
Add the following lines in /etc/rc.d/rc.local
modprobe p4-clockmod
modprobe freq_table
modprobe cpufreq_ondemand
modprobe cpufreq_conservative
modprobe cpufreq_powersave
modprobe cpufreq_performance
cpufreq-set -g performance
save and close
paste this in console:
cd /etc/rc.d
chmod 777 rc.local
reboot
you can check your cpu speed with:
cat /proc/cpuinfo
set your preferred speed with
cpufreq-set -g performance (900Mhz)
cpufreq-set -g conservative (562Mhz)
cpufreq-set -g powersave (112Mhz)
if you dont want run this at startup you can simply paste this (for900Mhz) in console and you will have the same result.
modprobe p4-clockmod
modprobe freq_table
modprobe cpufreq_performance
cpufreq-set -g performance
or
modprobe p4-clockmod && modprobe freq_table && modprobe cpufreq_performance && cpufreq-set -g performance
good luck![]()
/Mikael
hey thanks for this sir nice tweaki saw this on eeeuser i think last year never thought of trying this in bt3 thanks very much again
![]()
XP.sp3 | BT3F | 8GB SDHC 2GB RAM
Asus EEE PC 701B
bagito | manila pride :D
will this work on a 2g surf? or should I test it for you?