Hello Bernado.
Your suggestion worked... kinda. modprobe powernow-k8 as root did activate some sort of feature.
[root@localhost root]# modprobe powernow-k8
[root@localhost root]# 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: powernow-k8
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 1000 ns.
hardware limits: 500 MHz - 2.00 GHz
available frequency steps: 2.00 GHz, 1000 MHz, 500 MHz
available cpufreq governors: userspace, performance
current policy: frequency should be within 500 MHz and 2.00 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 2.00 GHz (asserted by call to hardware).
analyzing CPU 1:
driver: powernow-k8
CPUs which run at the same hardware frequency: 1
CPUs which need to have their frequency coordinated by software: 1
maximum transition latency: 1000 ns.
hardware limits: 500 MHz - 2.00 GHz
available frequency steps: 2.00 GHz, 1000 MHz, 500 MHz
available cpufreq governors: userspace, performance
current policy: frequency should be within 500 MHz and 2.00 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 2.00 GHz (asserted by call to hardware).
[root@localhost root]# modprobe acpi-cpufreq
FATAL: Error inserting acpi_cpufreq (/lib/modules/2.6.33.7-pclos6.bfs/kernel/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko.gz): Device or resource busy
I couldn't get it to work from the command line... but when I tried to load cpufreq from PCC it worked.
Problem is that even though it worked and the cpu frequency is changing, my cpu is at 2.0 90% of the time, only occasionally it drops to 0.50 speed for a second or two and very infrequently it stops at 1.0 for a second.
So the obvious question is what's using my cpu. top shows that X is using 32-36% of the cpu while kwin is using 8-11%. All I have up is the basic desktop, conky and firefox. Even if I close out all applications (except conky) and the overall utilization of the cpu is 3-4% the cpu speed is still 2.0!
So the next question becomes why/what is eating my cpu and how can I get it to stop? I have an ATI Radeon graphics card should I use a different driver to lower cpu utilization?
Or should I just start another topic about this?
Thanks for all the help everyone...