How to Manually Install Kernel Extensions in Mac OS X

Jan 12, 2012 - 4 Comments

Kext files

Can’t use the easy Kext Drop app for some reason to install a kernel extension? Installing kexts (kernel extensions) manually is always an option and it’s not too difficult if you’re comfortable with the command line:

  • Copy the .kext file(s) to /System/Library/Extensions/
  • Open the Terminal and type:
  • cd /System/Library/Extensions/

  • Type the following commands at the terminal, replacing the kext name with the one you are installing
  • sudo chmod -R 755 kextfile.kext
    sudo chown -R root:wheel kextfile.kext

  • Now remove the kext caches:
  • sudo rm -R Extensions.kextcache
    sudo rm -R Extensions.mkext

  • Reboot the Mac

The kernel extension should now be installed.

As you can see this is more time consuming than the alternative, so ideally you’ll just one of the installer applications instead.

Thanks to Nick for the tip

Related articles:

Posted by: William Pearson in Command Line, Mac OS X, Tips & Tricks

4 Comments

» Comments RSS Feed

  1. Andre says:

    This is true unless the kexts are for hackintosh, in which case they are stored at

    “/Extra/Extensions/”

    Instead of the System location

  2. sogneire says:

    I’ll stick with kext helper but thanks anyway

  3. root86.org says:

    just use a nice hackintosh tool, this also works on real macs: Kextutility or Kext Wizard.

Leave a Reply

 

Shop for Apple & Mac Deals on Amazon.com

Subscribe to OSXDaily

Subscribe to RSS Subscribe to Twitter Feed Follow on Facebook Subscribe to eMail Updates

Shared on Facebook

Shop at Amazon

Ad

OSXDaily on Facebook