Page 1 of 1

How do I copy a .kext file to the extensions folder

Posted: Sat Jun 06, 2009 11:34 am
by kerjuk
I have copied out the kext io80211family.kext to make the change to allow my atheros card to work pci168,1014 or very similar, but when I try and copy it back in to the extension folder it fails.

I have been here before and I found a thread that discussed it using the terminal utility.
using CHMOD and alike. I can't find this thread again so wonder if some kind person out there will help me out. I can see my Atheros card in the network setup but it won't let me active the Airport....

Cheers in advance.

Re: How do I copy a .kext file to the extensions folder

Posted: Sun Jun 07, 2009 5:08 pm
by Sebinouse
Use kext Helper ... here

Re: How do I copy a .kext file to the extensions folder

Posted: Mon Oct 26, 2009 5:15 pm
by bozilla
sudo cp -r <filename>.kext /System/Library/Extensions

sudo chown -R root:wheel /System/Library/Extensions/*
sudo chmod -R 755 /System/Library/Extensions/*

Might also want to delete your extensions.mkext file in /System/Library

You can also apply these commands to /Extra/Extensions