Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I don't really know what to tell you if the BIOS is correct. Where under Linux are you seeing that its running at 600Mhz?
The reason I tell you to check your BIOS is because when you have a power loss, some BIOS cut back on the speed on the CPU, mine does it nearly everytime I lose power. But then again, it doesn't cut back as drastically as yours has... mine only drops from 1Ghz to 750Mhz.
Here is something to try, One plug the laptop into a AC outlet. Then turn the Laptop on and check the proc speed. If its still at 600 mhz. Then run something that really taxes the CPU and check it during that process. 600 mhz is the speed that your centrino goes down to in power saving mode. It should clock up to 1.4 when your using the CPU heavily and it should slow down to 600 mhz when your not really using it.
If you're still intrested, I have some more info about this. This is Speedstep... I think that with normal 2.4 kernels, the speed you get depends on if you have the AC cable connected when you start it. With 2.6 you can control it. Here are some examples:
Code:
pioneer root # cd /sys/devices/system/cpu/cpu0/cpufreq/
pioneer cpufreq # ls
cpuinfo_max_freq scaling_driver scaling_min_freq
cpuinfo_min_freq scaling_governor
scaling_available_governors scaling_max_freq
pioneer cpufreq # echo userspace > scaling_governor
pioneer cpufreq # echo 600000 > scaling_setspeed
pioneer cpufreq # grep MHz /proc/cpuinfo
model name : Intel(R) Pentium(R) M processor 1400MHz
cpu MHz : 597.733
pioneer cpufreq # echo 800000 > scaling_setspeed
pioneer cpufreq # grep MHz /proc/cpuinfo
model name : Intel(R) Pentium(R) M processor 1400MHz
cpu MHz : 796.977
pioneer cpufreq #
There might be a way to do this in 2.4 too, but I don't think so.
All the Pentium M chips 1.3-1.6 drop to 600Mhz when on battery power to save some juice. I know in the ThinkPad T40, there is an option to always run at the max speed, so I'd imagine that option would be on most Centrino laptops.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.