Comment 25 for bug 34723

Revision history for this message
Kees Cook (kees) wrote :

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.