Journal

By Steve Challis

Recent Entries

Archive

RSS/Atom

Home

Projects

@schallis

Full speed fans on a G5 running Squeeze

November 21st, 2010 — Comments closed — Permalink

  • debian
  • powermac-g5
  • ppc
  • squeeze
  • initramfs

I recently put Debian Lenny on my Powermac G5. So far it's been ok but after upgrading to Squeeze the Mac went into vacuum cleaner mode: running the fans at full speed – very annoying. Turns out the necessary thermal modules weren't getting loaded anymore because initramfs-tools was broken. The necessary module is different on each model of Mac and since I have model PowerMac7,2, I needed therm_pm72:

Quick fix

modprobe therm_pm72
echo "therm_pm72" >> /etc/modules

Fix the actual problem

Update initramfs-tools/hooks/thermal with the following patch.

Discussion

Comments for this post are closed.

Log in

Powered by Mumblr – a basic Django tumblelog application that uses MongoDB with MongoEngine. Fork it on Github. Designed and developed by Harry Marr and Steve Challis.

Unless otherwise noted, everything here is available under the Creative Commons Attribution-Share Alike 3.0 license. Sharing is fucking cool.

Home / Projects / Recent / Archive / RSS /