Introduction
I'm started to write this driver to my desktop assembled in MicroITX form-factor. Now there are no any valid drivers to provide QST fan control under Linux, either for Desktop, nor for Server. I searched Internet to complete design of such problem, but all that I found will be Intel QST SDK. I'm read specs and reference and than write this simple daemon to control CPU fan.
After compiling this daemon it installs in /usr/bn/ directory and you can start in manually or write startup string into /etc/rc.local such as:
/usr/bin/FanControl
exit 0
Of course this program starts as true Linux daemon and need root privileges.
Installation
Download driver from here.
Install it with help of untar archive and make sources:
tar -axf qstfancontrol.tar.bz2
make
sudo make install
That's all!
Good luck in usage.
90 | Bio.QSTFanControl | root | 2011-02-06 09:09:44 |
86 | Bio.QSTFanControl | root | 2011-01-28 06:28:39 |
85 | Bio.QSTFanControl | root | 2011-01-28 06:27:54 |
84 | Bio.QSTFanControl | root | 2011-01-28 06:26:26 |