[Bug 34723] Re: iMac G5 Thermal Fan Support

Kees Cook kees at ubuntu.com
Fri Oct 27 20:03:27 UTC 2006


Sorry for the confusing instructions, I meant to run "sudo -s" alone.
So, in your terminal window type these 5 commands, one after another:

  sudo -s
  cd /lib/modules/$(uname -r)/kernel/drivers/macintosh
  ls | cut -d. -f1 | xargs -n1 modprobe
  lsmod | cut -d" " -f1 | grep windfarm >> /etc/modules
  exit

After the first "sudo" your prompt should change from ending with a '$'
to ending with a '#' to show that you are in a root shell.

-- 
iMac G5 Thermal Fan Support
https://launchpad.net/bugs/34723




More information about the kernel-bugs mailing list