资源作者:
管理员
IP 属地:
北京市
共被下载:6 次
共被浏览:3031 次
文件名称:
AMD HD 7xxx FIX 10.9.2 v1(1).zip
文件分类:
显卡驱动
资源大小:
下载积分:1
文件标签:
AMD
发布日期:2015-08-25 20:15:07
资源介绍:
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
上面的的意思是在终端里进行kext文件的安装.
可以直接用 Kext Utility 将 Kext 装到系统就OK .