loss control CPU fan after reinstalling acpi and acpid
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
acpi (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I had a problem with my ventilator fan control and I reinstall ( after --purge ) acpi acpid and other package for dependancy reason.
Since I cannot to control CPU with gnome-applets. Befort if work very well. I don't understand why this does not work yet.
cat /proc/acpi/
<not supported>
Description: Ubuntu 8.04.1
Release: 8.04
ii linux-headers-
ii linux-headers-
ii linux-headers-
ii linux-headers-
ii linux-headers-
ii linux-image-
ii linux-image-
ii linux-image-generic 2.6.24.21.23 Generic Linux kernel image
ii linux-libc-dev 2.6.24-21.43 Linux Kernel Headers for development
ii linux-restricte
ii linux-sound-base 1.0.16-0ubuntu4 base package for ALSA and OSS sound systems
ii linux-ubuntu-
ii linux-ubuntu-
ii powertop 1.9-2ubuntu1 linux tool to find out what is using power o
ii util-linux 2.13.1-5ubuntu2 Miscellaneous system utilities
ii util-linux-locales 2.13.1-5ubuntu2 Locales files for util-linux
ii acpi 0.09-3ubuntu1 displays information on ACPI devices
ii acpi-support 0.109 a collection of useful events for acpi
ii acpid 1.0.4-5ubuntu9 Utilities for using ACPI power management
ii libsensors3 1:2.10.5-3ubuntu1 library to read temperature/
ii libsensors4 1:3.0.0-4ubuntu1 library to read temperature/
ii lm-sensors 1:3.0.0-4ubuntu1 utilities to read temperature/
I had found lsmod log before this bug.
To compare with the new lsmod, this is not available :
powernow_k8 16608 1 conservative 10632 0 k8,cpufreq_ ondemand, cpufreq_ stats
cpufreq_powersave 3200 0
cpufreq_ondemand 11152 1
cpufreq_
cpufreq_userspace 6180 0
cpufreq_stats 8416 0
freq_table 6464 3 powernow_
So I do : conservative cpufreq_powersave
sudo modprobe powernow_k8 cpufreq_ondemand cpufreq_stats cpufreq_
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 : conservative'
[ 5086.758354] cpufreq_ondemand: Unknown parameter `cpufreq_
I don't know what can I do now. HELPPP