summaryrefslogtreecommitdiffstats
path: root/system/mbpfan/README
blob: 5d097af99f2d1b3ca9a5cea05d69ba14f0b1db7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mbpfan (fan control daemon for Apple MacBookPro machines)

A simple daemon to control fan speed on all MacBook/MacBook Pros
(probably all Apple computers) for Linux Kernel 3 and newer.

After installation you must add below to /etc/rc.d/rc.local:

if [ -x /etc/rc.d/rc.mbpfan ]; then
  /etc/rc.d/rc.mbpfan start
fi

and ensure /etc/rc.d/rc.mbpfan is exec (0755)

Also edit /etc/mbpfan.conf and uncomment min_fan1_speed & max_fan1_speed
I have found a min of 3000 and max 6200 work well for my mbp.