Tag: Apple
Useful Links for Running Linux on Apple Hardware
by Matt on Nov.13, 2009, under Apple, Linux
Here’s some links with information about running Linux on Apple hardware. I’ll keep adding to this as I find more information:
The Ubuntu Mactel support team. Home of applesmc and other required software:
https://wiki.ubuntu.com/MactelSupportTeam/PPA
Install Guides:
https://help.ubuntu.com/community/MacBookPro5-1_5-2/Jaunty
https://help.ubuntu.com/community/MacBook Aluminum
http://ubuntuforums.org/showthread.php?t=1192296
Power Management / Heat:
http://ubuntuforums.org/showthread.php?t=969183
https://wiki.ubuntu.com/MacBookPro/SantaRosaFanControl
Macbook Fan Control in Linux
by Matt on Nov.13, 2009, under Apple, Linux
Update: Since Karmic came out I no longer need to run this….
Update: I have gone back to using this script because my laptop was getting too hot. I also tweaked it a bit for my new macbook pro 7,1.
Here’s a daemon written in python to monitor the temperature and control the fan speed in linux. It depends on the applesmc module available from: https://wiki.ubuntu.com/MactelSupportTeam/PPA.
Main Script:
copy to /usr/local/sbin/mb-fancontrol (note that the .py is removed!)
link: http://planetfoo.org/files/mb-fancontrol.py
Init Script:
copy to /etc/init.d/mb-fancontrol (note the .sh is removed!) and
run ‘update-rc.d mb-fancontrol defaults’
link: http://planetfoo.org/files/mb-fancontrol.sh