![]() |
||
*停權中*
加入日期: Jun 2013
文章: 69
|
Mac 本身就有 nForce 網卡驅動
我看也不需要 nForceLan.kext 了
原來 Mac 早就內建 ![]() 打開 IORegistryExplorer 查看網卡的 class-code 例如網卡的標簽是NMAC ![]() 找到的class-code 是 <00 80 06 00> 去掉最後面2個0倒過來等於 0x06800000 然後打開 /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/nvenet.kext 裡面的 Info.plist 把 IOPCIClassMatch 改為 0x06800000 範例 代碼:
<key>IOPCIClassMatch</key> <string>0x06800000&0xFFFFFF00</string> 清除快取 sudo rm -r /System/Library/Caches/* 重新開機後 nvenet.kext 就會載入了 登入 App store iTunes 都正常 ![]() ![]() |
|||||||
![]() |
![]() |