Temperature

From Hackepedia
Revision as of 07:52, 8 January 2013 by Franks (talk | contribs) (Created page with "If you notice your CPU fan is always running on a Debian based UBO, try the following steps: $ sudo apt-get install lm-sensors fancontrol $ sudo sensors-detect # ch...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

If you notice your CPU fan is always running on a Debian based UBO, try the following steps:

$ sudo apt-get install lm-sensors fancontrol
$ sudo sensors-detect # choose YES to everything, including at the end to have it auto-add to /etc/modules
$ sudo service module-init-tools restart 
$ sensors

This will show you your sensors

$ sudo pwmconfig

Go through this setup to control your fan to only go on when the temperature hits a certain threshold.