Jump to content

Yukon 88E8056 not showing up in network settings


amot
 Share

4 posts in this topic

Recommended Posts

Yukon 88E8056 not showing up in network settings,

 

cd /System/Library/Extensions <-- changes directory

sudo nano IONetworking.kext/Contents/PlugIns/AppleYukon.kext/Info.plist <-- edits file

 

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

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

 

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

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

 

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

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

 

(press Control-O) <-- saves changes

(press Y and Enter) <-- accepts saving to existing file

(press Control-X) <-- exits nano

 

sudo chown -R root:wheel IONetworkingFamily.kext <-- repairs permissions

cd /System/Library <-- changes directories

sudo rm -rf Extensions.mkext Extensions.kextcache <-- rebuilds kextcache on reboot

 

I did this route but MANUALLY, i basically went into the folders and i set it so i have pervillages and i changed them from a regualr text editor, i do not know how to use terminal so yeah. Nothing is showing up in my network settings all i see is FIRMWARE, so please help thanks.

Link to comment
Share on other sites

In leopard i use sudo nano /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext/Contents/Info.plist

 

Than change what need to change. Maybe this help you.

 

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

 

is what i did to in terminal. All it did was ask for my password, i did not have one so i hit enter then nothing happens, please if someone can help, thanks.

Link to comment
Share on other sites

 Share

×
×
  • Create New...