A simple daemon to control fan speed on all MacBook/MacBook Pros (probably all Apple computers) for Linux Kernel 3 and newer
Find a file
Daniel Graziotin 7e65d1e658 Fixes #9
2012-06-15 21:07:11 +02:00
src Fixes #9 2012-06-15 21:07:11 +02:00
.gitignore Take manual control of the fans 2012-06-09 19:07:25 +02:00
Makefile Take manual control of the fans 2012-06-09 19:07:25 +02:00
mbpfan.init Fixes #9 2012-06-15 21:07:11 +02:00
mbpfan.rc-not-maintained Added non-maintained files 2012-06-09 19:14:17 +02:00
PKGBUILD-not-maintained Added non-maintained files 2012-06-09 19:14:17 +02:00
README.md Fixes #1 and #2 2012-06-11 21:43:53 +02:00

Fan-Control-Daemon

Introduction

This is an enhanced version of rvega's Fan-Control-Daemon, which itself is an enhanced version of Allan McRae mbpfan

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

Compile Instructions

Compile with make

Manually compile with gcc -o bin/mbpfan src/mbpfan.c -lm

Run Instructions

Run with sudo bin/mbpfan

License

GNU General Public License version 3

Based On