I have an ASUS laptop that works fine: fast, no overheating etc. My problem is that the fans always run.
I find this very annoying because in a silent room they are really loud
How can I control their speed? Maybe setting a lower fan speed will fix the problem?
I started here:
- installed
lm-sensors
- installed
fancontrol
- ran
sudo sensors-detect
this command outputs an error:
$ sudo service module-init-tools restart module-init-tools: unrecognized service
Is there any hope to fix these noisy fan sounds?
Also:
$ fancontrol
Loading configuration from /etc/fancontrol ...
Error: Can't read configuration file
$ man fancontrol
says: For easy configuration, there's a script named pwmconfig(8)
...
$ sudo pwmconfig
[sudo] password for ionicabizau:
# pwmconfig revision 6166 (2013-05-01)
This program will search your sensors for pulse width modulation (pwm)
controls, and test each one to see if it controls a fan on
your motherboard. Note that many motherboards do not have pwm
circuitry installed, even if your sensor chip supports pwm.
We will attempt to briefly stop each fan using the pwm controls.
The program will attempt to restore each fan to full speed
after testing. However, it is ** very important ** that you
physically verify that the fans have been to full speed
after the program has completed.
/usr/sbin/pwmconfig: There are no fan-capable sensor modules installed
sudo sensors-detect
which returns an error. – Ionică Bizău May 25 '14 at 08:01