I'm using Ubuntu 11.10 and an HP nc6400 laptop, and it doesn't recognize my fans, which means that my laptop keeps overheating, is there anyway to make it recognize them? Thanks in advance :)
1 Answer
Try to setup LM-sensors and fancontrol, then do the following:
sudo pwmconfig
There you can make some configuration and see whether the fans are detected correctly. However, this requires that the sensors kernel module is installed.
- Install lm-sensors using apt-get or the Synaptic GUI.
sudo apt-get install lm-sensors
- Run the mkdev.sh script in the lm-sensors source.
It is exacted below:
1