I have gone through the problem that you are facing and I guess I can help you in this case, what you have to do here is that just install a handy little utility fancontrol. With a lot of motherboards, the CPU fan speed can be controlled by PWM ( Pulse Width Modulation ) which is a technique for varying the speed of a DC motor, varying the pulse width that he applies.With the tool fancontrol contained in the package lm-sensor s, it is possible to link the pulse width and thus the fan speed to the CPU temperature. In many cases it is possible to drastically reduce the speed of the fan without risk to the processor. To help you, lm-sensors package also contains a utility for configuring fancontrol:
Code:
$ sudo pwmconfig $ Sudo pwmconfig
. This program will stop and restart each fan so that you can determine which fan should be controlled. It will also ask you how fast the fan should turn to such a temperature, minimum and maximum. Use the defaults or try your own, make tests, you will not be disappointed with the results it is possible to obtain.Once you determine your ideal values or when you test, do not forget to restart the fan control by:
Code:
$ / Etc / init.d / restart fancontrol
Simple to use, this utility may render a great service for those who like me have a machine with a fan, especially in summer, makes a noise A380 takeoff.
Bookmarks