About This File
Kexts from 10.9.1 required to get this card working. Either install them using kext utility or boot up your installer go to terminal and type following:
rm -rf /Volumes/NAMEOFYOURDRIVE/System/Library/Extensions/IOPCIFamily.kext
rm -rf /Volumes/NAMEOFYOURDRIVE/System/Library/Extensions/AppleACPIPlatform.kext
- NAMEOFYOURVOLUME == name of the volume you installed osx onto.
cp /PATHTOWHEREYOUEXTRACTEDTHEM/IOPCIFamily.kext (!!not IOPCIFamily.kext/ must be without / !!) /Volumes/NAMEOFYOURDRIVE/System/Library/Extensions/
cp /PATHTOWHEREYOUEXTRACTEDTHEM/AppleACPIPlatform.kext (!!not AppleACPIPlatform.kext/ must be without / !!) /Volumes/NAMEOFYOURDRIVE/System/Library/Extensions/
- PATHTOWHEREYOUEXTRACTEDTHEM == path to the kext files.
chown wheel:root /Volume/NAMEOFYOURDRIVE/System/Library/Extensions
chmod 775 /Volume/NAMEOFYOURDRIVE/System/Library/Extensions
sorry for fool proof instructions but there is always one guy who just doesnt get it
Recommended Comments