I have installed ubuntu 12.01 on my laptop Dell Inspiron E1705. The fan is running continuously and is quite noise. Is there any way to fix this problem? Thank you.
Asked
Active
Viewed 735 times
1 Answers
0
Install fancontrol and lm-sensors:
sudo apt-get install fancontrol lm-sensors
Start lm-sensors:
sudo sensors-detect
Answer 'yes' to all questions. Then start this: /etc/init.d/module-init-tools start
Now you could see some info 'bout your system:
sudo sensors
Build config-files:
touch /etc/fancontrol
chmod 666 /etc/fancontrol
Run the configuration utility:
sudo pwmconfig
Now tune pwm of ur fan and save changes. Run fancontrol:
/etc/init.d/fancontrol start
Enjoy.