2012-06-09 14:40:12 +00:00
|
|
|
Fan-Control-Daemon
|
|
|
|
====================
|
|
|
|
|
|
|
|
Introduction
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
This is an enhanced version of [rvega's Fan-Control-Daemon](https://github.com/rvega/Fan-Control-Daemon),
|
|
|
|
which itself is an enhanced version of [Allan McRae mbpfan](http://allanmcrae.com/2010/05/simple-macbook-pro-fan-daemon/)
|
2012-06-09 14:25:28 +00:00
|
|
|
|
|
|
|
Fan-Control-Daemon is a daemon that uses input from coretemp module and sets the fan speed using the applesmc module.
|
|
|
|
This enhanced version assumes any number of processors and fans (max. 10).
|
|
|
|
|
|
|
|
* It only uses the temperatures from the processors as input.
|
|
|
|
* It requires coretemp and applesmc kernel modules to be loaded.
|
|
|
|
* It requires root use
|
|
|
|
|
|
|
|
|
2012-06-09 14:40:12 +00:00
|
|
|
Compile Instructions
|
|
|
|
---------------------
|
|
|
|
|
2012-06-09 14:25:28 +00:00
|
|
|
Compile with
|
2012-06-09 14:40:12 +00:00
|
|
|
make
|
|
|
|
|
|
|
|
Manually compile with
|
|
|
|
gcc -o bin/mbpfan src/mbpfan.c -lm
|
|
|
|
|
|
|
|
|
|
|
|
Run Instructions
|
|
|
|
---------------------
|
2012-06-09 14:25:28 +00:00
|
|
|
|
|
|
|
Run with
|
2012-06-09 14:40:12 +00:00
|
|
|
sudo bin/mbpfan
|
|
|
|
|
|
|
|
|
|
|
|
License
|
|
|
|
---------------------
|
|
|
|
GNU General Public License version 3
|
2012-06-09 14:25:28 +00:00
|
|
|
|
2012-01-25 15:26:01 +00:00
|
|
|
|
2012-06-09 14:40:12 +00:00
|
|
|
Based On
|
|
|
|
---------------------
|
2012-01-25 15:26:01 +00:00
|
|
|
|
|
|
|
http://allanmcrae.com/2010/05/simple-macbook-pro-fan-daemon/
|
|
|
|
http://allanmcrae.com/2011/08/mbp-fan-daemon-update/
|
|
|
|
https://launchpad.net/macfanctld
|
|
|
|
http://paste2.org/p/862259
|
|
|
|
http://www.lobotomo.com/products/FanControl/
|