From Electron Cloud
Jump to: navigation, search
Line 1: Line 1:
 
[https://wiki.ubuntu.com/MacBookPro/SantaRosaFanControl This script] works with Gentoo on the Mac Mini with some modifications:
 
[https://wiki.ubuntu.com/MacBookPro/SantaRosaFanControl This script] works with Gentoo on the Mac Mini with some modifications:
*[[media:tempmon.sh /usr/local/sbin/tempmon]]
+
*[[media:tempmon.sh|/usr/local/sbin/tempmon]]
*[[media:tempmon.startup /etc/init.d/tempmon]]
+
*[[media:tempmon.startup|/etc/init.d/tempmon]]
  
 
The modifications are due to the fact there are only 2 temperature sensors, one fan, and no battery, thus no need to mess with hdparm settings or to change behavior depending on whether the Mac is running on batteries; and Gentoo startup scripts are more concise than plain shell scripts.
 
The modifications are due to the fact there are only 2 temperature sensors, one fan, and no battery, thus no need to mess with hdparm settings or to change behavior depending on whether the Mac is running on batteries; and Gentoo startup scripts are more concise than plain shell scripts.

Revision as of 11:10, 23 August 2009

This script works with Gentoo on the Mac Mini with some modifications:

The modifications are due to the fact there are only 2 temperature sensors, one fan, and no battery, thus no need to mess with hdparm settings or to change behavior depending on whether the Mac is running on batteries; and Gentoo startup scripts are more concise than plain shell scripts.