My acer aspire 3620 has been running so hot I began to look for a cure.
My investigations led me to a thread on this board. I have followed the instructions given here:
http://www.pclinuxos.com/forum/index.php/topic,84821.0.htmlwhich worked for the user the advice was intended for.
This my initial read out from cpufreq-info:
cpufreq-info
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
driver: p4-clockmod
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 10.00 ms.
hardware limits: 188 MHz - 1.50 GHz
available frequency steps: 188 MHz, 375 MHz, 563 MHz, 750 MHz, 938 MHz, 1.13 GHz, 1.31 GHz, 1.50 GHz
available cpufreq governors: conservative, powersave, ondemand, userspace, performance
current policy: frequency should be within 750 MHz and 1.50 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 1.50 GHz.
and after following the steps in the above referenced thread like so:
as root
modprobe acpi-cpufreq
FATAL: Error inserting acpi_cpufreq (/lib/modules/2.6.38.8-pclos3.bfs/kernel/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko.gz): Device or resource busy
I also, as the thread advises, added to /etc/modprobe.preload:
acpi-cpufreq
cpufreq_ondemand
cpufreq_powersave
cpufreq_conservative
also my /etc/sysconfig/cpufreq after modification looks like this:
cat /etc/sysconfig/cpufreq
# set cpufreq governor if defined
# possible choices are: ondemand powersave userspace performance
GOVERNOR=ondemand
# minimum frequency
#MIN_FREQ=
# maximum frequency
#MAX_FREQ=
# Uncomment to use acpi-cpufreq as fallback
USE_ACPI_CPUFREQ=yes
The USE_ACPI_CPUFREQ=yes line was commented. I removed the comment. Maybe I should put it back? But what sense would that make?
I'll wait until somebody looks at their /etc/sysconfig/cpufreq and see what it reads like - after all this was a llater modification and it made no difference to the original results.
In PCC, I checked to see if cpufreq was running in system services and it is.
So after all modifications and reboots my cpufreq-info still looks like this:
cpufreq-info
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
driver: p4-clockmod
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 10.00 ms.
hardware limits: 188 MHz - 1.50 GHz
available frequency steps: 188 MHz, 375 MHz, 563 MHz, 750 MHz, 938 MHz, 1.13 GHz, 1.31 GHz, 1.50 GHz
available cpufreq governors: conservative, powersave, ondemand, userspace, performance
current policy: frequency should be within 750 MHz and 1.50 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 1.50 GHz (asserted by call to hardware).
As you will note from the other posters thread the adviser's cpufreq-info has their driver listed as acpi-cpufreq whereas mine is the same as when I began
troubleshooting.
Would anyone care to offer assistance?
Ignore the spec in my signature this laptop is on loan. If anyone needs more specifications other than I have given - vitually none - pleas ask.
OS = minime up to date; kernel = 2.6.38.8-pclos3.bfs
Hugh