OSx86驱动安装方法
先把新的驱动文件* .kext 放入 /System/Library/Extensions/ ,然后终端输入
sudo chown -R root:wheel /System/Library/Extensions/
sudo chmod -R 755 /System/Library/Extensions/
sudo rm /System/Library/Extension*
kextload /System/Library/Extensions/
kextcache -k /System/Library/Extensions/
sudo diskutil RepairPermissions /
reboot