1.) Find your vendor ID and device ID. I don't know what yours is, but it should look something like this:
Vendor 11AB
Device 4351
Write this down, you will need it to continue past step 5.
2.) Open terminal and type the following:
CODE:
sudo nano /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext/Contents/Info.plist3.) Scroll down and find the ethernet card "Marvell Yukon 88E8053" change everywhere in that entry the 8053 to 80364.) Search sth like (in that entry again):
<key>IOPCIPrimaryMatch</key>
<string>0xZZZZYYYY</string> 'ZZZZYYYY represents some numbers and chars
5.) Update it with YOUR Vendor and Device ID . After the x : first 4 diggits = Device ID (ZZZZ), last 4 = Vendor id (YYYY).
For my Vaio sz5mnb it is "435111AB"
Save with STRG+o, quit with strg+x
6.) type in terminal:
CODE:
sudo rm -r /System/Library/Extensions.mkext7.) type in terminal:CODE:
diskutil repairPermissions /6.) Restart Machine. While Booting press F8, and add boot flags -x -v7.) Now Reboot again, and your ethernet should work.
查看硬件ID的办法:
[ 本帖最后由 probai 于 2008-9-14 16:33 编辑 ]


