Jump to content

Помогите настроить сетевую Marvell Yukon 88E8053


sl@id
 Share

2 posts in this topic

Recommended Posts

The "Royco" fix.

 

LAN: This is only for rev. 2.0, rev. 3.3, or any revision that uses Yukon controller 8056. For those that have 8053 (rev 1.0), LAN works without modification. This how-to was written by Royco. If you find it helpful, be sure to thank him! =)

 

Open the terminal from /Applications/Utilities and type the following:

 

sudo nano /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext/Contents/Info.plist

 

(find and change: <key>Yukon-88E8053</key>)

(to: <key>Yukon-88E8056</key>) <-- change "53" to "56"

 

(find and change: <string>0x436211AB</string>)

(to: <string>0x436411AB</string>) <-- change "62" to "64"

 

(find and change: <string>Yukon Gigabit Adapter 88E8053 Singleport Copper$</string>)

(to: <string>Yukon Gigabit Adapter 88E8056 Singleport Copper$</string>) <-- change "53" to "56"

 

Ctrl O <--- Thats letter O

Enter

Ctrl X

 

sudo chown -R root:wheel /System/Library/Extensions/IONetworkingFamily.kext

sudo rm -rf /System/Library/Extensions.mkext

Reboot.

 

After rebooting your LAN might not be working yet and showing up as disconnected. Do the following.

- Go to System Preferences, Click on the network icon.

- On the left pane select your ethernet, on the right pane where it says "Configure" select "off".

- Click apply.

- Now back to "Configure" select "Using DHCP". Click apply.

- Your LAN should be working by now.

Link to comment
Share on other sites

 Share

×
×
  • Create New...