You are not logged in.
Pages: 1
I got a Centrino laptop, HP zt3010us & i installed linux on it. everything went smoothly, but the processor fan is working more frequently than under window$. running top doesn't show more than 2-3% processor usage.
so i am wondering if other users are experiencing something like this or is it just me?
any tips what can i do about it?
Regards, Shemeta
Offline
I got a Centrino laptop, HP zt3010us & i installed linux on it. everything went smoothly, but the processor fan is working more frequently than under window$. running top doesn't show more than 2-3% processor usage.
so i am wondering if other users are experiencing something like this or is it just me?any tips what can i do about it?
Regards, Shemeta
do you have speedstep enabled in the kernel along with a program to underclock your cpu?
Offline
i have the stock kernel 2.6.7 installed. i have no clue if speedstep is enabled! :?
does it mean it is installed?
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
# CONFIG_CPU_FREQ_PROC_INTF is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=m
CONFIG_CPU_FREQ_24_API=y
CONFIG_CPU_FREQ_TABLE=m
Offline
#
# CPUFreq processor drivers
#
CONFIG_X86_SPEEDSTEP_CENTRINO=m
CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y
that's in your .config by default you need to load speedstep-centrino and get something like cpudyn or cpufreqd that will downstep the speed of your processor. I think cpudyn will do it dynamically while cpufreqd you have to tell it to downstep your proceessor.
Offline
Pages: 1