Results 1 to 3 of 3
Hello
This little Atom-based unit works fine with Linux, but its fan is running at full-speed all the time.
So I figured maybe lm_sensors could ajust its speed dynamically, but ...
- 09-05-2010 #1Linux Newbie
- Join Date
- Nov 2007
- Posts
- 127
[SOLVED] Slowing down fan in MSI MS-7418?
Hello
This little Atom-based unit works fine with Linux, but its fan is running at full-speed all the time.
So I figured maybe lm_sensors could ajust its speed dynamically, but "sensors", "fancontrol", and "pwmconfig" all fail to work, even though the modules required for this motherboard are up and running:
Any help appreciated,Code:# dpkg -L lm-sensors [...] /usr/sbin/fancontrol /usr/sbin/pwmconfig /usr/sbin/sensors-detect /usr/bin/sensors /usr/bin/sensors-conf-convert /etc/init.d /etc/init.d/fancontrol /etc/init.d/lm-sensors # cat /etc/modules # Generated by sensors-detect on Sun Sep 5 13:24:20 2010 # I2C adapter drivers i2c-i801 # lsmod Module Size Used by i2c_dev 6500 0 i2c_i801 9420 0 # sensors No sensors found! Make sure you loaded all the kernel drivers you need. Try sensors-detect to find out which these are. # fancontrol File /var/run/fancontrol.pid exists, is fancontrol already running? # pwmconfig File /var/run/fancontrol.pid exists. This typically means that the fancontrol deamon is running. You should stop it before running pwmconfig. If you are certain that fancontrol is not running, then you can delete /var/run/fancontrol.pid manually.
Thank you.
- 09-06-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
Well, the problem is likely indicated by the results of the 'sensors' command, to wit "No sensors found!". It is possible that the temperature sensors on the mobo for this system are not supported by Linux, or at least your distribution, which is what, BTW? Without measurable sensor output, the system has to run the fan at full speed as a precaution.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 09-07-2010 #3Linux Newbie
- Join Date
- Nov 2007
- Posts
- 127
Thanks for the into. It's Ubuntu 9.10. I'll run htop and see if it's due to some specific application.


Reply With Quote