amot Posted February 13, 2008 Share Posted February 13, 2008 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 More sharing options...
bannerlog Posted February 13, 2008 Share Posted February 13, 2008 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. Link to comment Share on other sites More sharing options...
amot Posted February 14, 2008 Author Share Posted February 14, 2008 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 More sharing options...
amot Posted February 14, 2008 Author Share Posted February 14, 2008 Im using the leopard-x86-flat-img if that matters. Link to comment Share on other sites More sharing options...
Recommended Posts