黑蘋果筆記 – ASUS CM5425


已經將 ASUS CM5425 改裝 Mac OS X 10.6.4.

會遇到網路卡, 音效卡的問題. 目前暫時解決網路卡問題.

ASUS CM5425 網卡是使用 Marvell Yukon 88E8056.

# sudo -s
# cd /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/
# vi AppleYukon2.kext/Contents/Info.plist
(omit)
IOPCIPrimaryMatch
0x436211ab
(omit)

把 0x436211ab 改成 0x436411ab 存檔離開

修復權限

# chown -R root:wheel /System/Library/Extensions
# chmod -R 755 /System/Library/Extensions/IONetworkingFamily.kext

載入AppleYukon2.kext

# kextload AppleYukon2.kext

這時候網路卡就應該要起來了

然後重新建立 kernel cache

# kextcache -system-caches /System/Library/Extensions

這樣重新開機才會載入 AppleYukon2.kext


相關閱讀 : 黑蘋果簡單說明

Leave a Reply

Your email address will not be published. Required fields are marked *

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.