Comment 3 for bug 296214

Revision history for this message
Akdo (menoft) wrote :

I had found lsmod log before this bug.

To compare with the new lsmod, this is not available :

powernow_k8 16608 1
cpufreq_powersave 3200 0
cpufreq_ondemand 11152 1
cpufreq_conservative 10632 0
cpufreq_userspace 6180 0
cpufreq_stats 8416 0
freq_table 6464 3 powernow_k8,cpufreq_ondemand,cpufreq_stats

So I do :
sudo modprobe powernow_k8 cpufreq_ondemand cpufreq_stats cpufreq_conservative cpufreq_powersave

Then
sudo dpkg-reconfigure gnome-applets

Now I can use ondemand and performance options but by default performance is selected.

dmesg give :

[ 4393.138120] powernow-k8: Found 1 AMD Turion(tm) 64 X2 Mobile Technology TL-50 processors (2 cpu cores) (version 2.20.00)
[ 4393.141127] powernow-k8: 0 : fid 0x8 (1600 MHz), vid 0x13
[ 4393.141133] powernow-k8: 1 : fid 0x0 (800 MHz), vid 0x1e
[ 4443.669517] Clocksource tsc unstable (delta = -219982760 ns)

Now conservative mode is not available :
[ 5086.758354] cpufreq_ondemand: Unknown parameter `cpufreq_conservative'

I don't know what can I do now. HELPPP