Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
Fan-Control-Daemon
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CeRiAl
Fan-Control-Daemon
Commits
e63b4d16
Commit
e63b4d16
authored
Jun 09, 2012
by
Daniel Graziotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enhanced README
parent
ed4f1868
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
8 deletions
+27
-8
README
README
+27
-8
No files found.
README
View file @
e63b4d16
This is an enhanced version of rvega's Fan-Control-Daemon <https://github.com/rvega/Fan-Control-Daemon>,
Fan-Control-Daemon
which itself is an enhanced version of Allan McRae mbpfan <http://allanmcrae.com/2010/05/simple-macbook-pro-fan-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/)
Fan-Control-Daemon is a daemon that uses input from coretemp module and sets the fan speed using the applesmc module.
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).
This enhanced version assumes any number of processors and fans (max. 10).
...
@@ -9,17 +15,30 @@ This enhanced version assumes any number of processors and fans (max. 10).
...
@@ -9,17 +15,30 @@ This enhanced version assumes any number of processors and fans (max. 10).
* It requires root use
* It requires root use
Compile Instructions
---------------------
Compile with
Compile with
gcc -o mbpfan -lm mbpfan.c
make
Manually compile with
gcc -o bin/mbpfan src/mbpfan.c -lm
Run Instructions
---------------------
Run with
Run with
sudo ./mbpfan
sudo bin/mbpfan
License
---------------------
GNU General Public License version 3
Original README below.
--
It includes a PKGBUILD for easy installation in Arch Linux.
Based on:
Based On
---------------------
http://allanmcrae.com/2010/05/simple-macbook-pro-fan-daemon/
http://allanmcrae.com/2010/05/simple-macbook-pro-fan-daemon/
http://allanmcrae.com/2011/08/mbp-fan-daemon-update/
http://allanmcrae.com/2011/08/mbp-fan-daemon-update/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment