Virtual Mac Posted August 1, 2009 Share Posted August 1, 2009 Copied From Member (Memorial) i tried it and it work 100% THANK YOU Memorial ========================== Same network and wifi cards. I have tried everything they suggested so far with several different distros, but no luck. I can get it to sort of recognize my ethernet (it appears in Network in System Preferences), but ifconfig doesn't even see it. You could try Kalyway 10.5.2 and do the standard plist edit and see if you can get functionality out of it. UPDATE: Hey, I got it to work. You want to use AppleYukon not AppleYukon2. Edit the plist in /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/AppleYukon.kext/Contents/info.plist to <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>AppleYukon</string> <key>CFBundleGetInfoString</key> <string>Apple Yukon Ethernet 1.0.11b2, Copyright 2006 Apple Computer Inc, and Marvell</string> <key>CFBundleIdentifier</key> <string>com.apple.iokit.AppleYukon</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>Marvell Technology Group Ltd. 88E8039 PCI-E Fast Ethernet Controller</string> <key>CFBundlePackageType</key> <string>KEXT</string> <key>CFBundleShortVersionString</key> <string>1.0.11</string> <key>CFBundleSignature</key> <string>yukonosx</string> <key>CFBundleVersion</key> <string>1.0.11b2</string> <key>IOKitPersonalities</key> <dict> <key>Yukon-88E8039</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.iokit.AppleYukon</string> <key>DescriptorPollTimer</key> <integer>250</integer> <key>EED_Tickle_Off</key> <integer>60000</integer> <key>EED_Tickle_On</key> <integer>2000</integer> <key>EnableLowPwr</key> <integer>1</integer> <key>IOClass</key> <string>yukonosx</string> <key>IOPCIPrimaryMatch</key> <string>0x435311AB</string> <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>IOUserClientClass</key> <string>yukonosx_ioc_uc</string> <key>InitialWaitForLinkUp</key> <integer>60000</integer> <key>InputQueueMax</key> <integer>100</integer> <key>LowPwrClockDivide</key> <true/> <key>LowPwrD1</key> <true/> <key>LowPwrPeerMax</key> <integer>240</integer> <key>LowPwrPeerMin</key> <integer>60</integer> <key>Model</key> <string>Marvell Technology Group Ltd. 88E8039 PCI-E Fast Ethernet Controller</string> <key>RxRingSize</key> <integer>256</integer> <key>TxRingSize</key> <integer>256</integer> <key>Vendor</key> <string>Marvell</string> <key>WaitForLinkUp</key> <integer>6000</integer> <key>WaitToCheckDelay</key> <integer>5000</integer> </dict> </dict> <key>OSBundleLibraries</key> <dict> <key>com.apple.iokit.IOACPIFamily</key> <string>1.2.0</string> <key>com.apple.iokit.IONetworkingFamily</key> <string>1.5.1</string> <key>com.apple.iokit.IOPCIFamily</key> <string>2.1</string> <key>com.apple.kpi.bsd</key> <string>8.7.2</string> <key>com.apple.kpi.iokit</key> <string>8.7.2</string> <key>com.apple.kpi.libkern</key> <string>8.7.2</string> <key>com.apple.kpi.mach</key> <string>8.7.2</string> </dict> <key>OSBundleRequired</key> <string>Network-Root</string> </dict> </plist> Fix the preferences in the Disk Utility. Then go to terminal and: sudo -s cd /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins chown -R root:wheel AppleYukon.kext chmod -R 755 AppleYukon.kext kextload AppleYukon.kext A popup should appear telling you that a new Network interface was detected. It should work. You may want to repair the preferences in Disk Utility again. Some people also suggest deleting the Extensions.mkext file, you can do that too, it wont hurt. Hope you can get it to work, best of luck. Link to comment https://www.insanelymac.com/forum/topic/177622-fixed-cable-unplugged-yukon-88e8039-pci-e-fast-ethernet-controller/ Share on other sites More sharing options...
Virtual Mac Posted August 2, 2009 Author Share Posted August 2, 2009 up Link to comment https://www.insanelymac.com/forum/topic/177622-fixed-cable-unplugged-yukon-88e8039-pci-e-fast-ethernet-controller/#findComment-1215205 Share on other sites More sharing options...
ujen Posted August 5, 2009 Share Posted August 5, 2009 i only have apple yukon2kext no appleyukon kext. can you attach your kext? ill give it a try. thanks Link to comment https://www.insanelymac.com/forum/topic/177622-fixed-cable-unplugged-yukon-88e8039-pci-e-fast-ethernet-controller/#findComment-1217538 Share on other sites More sharing options...
Recommended Posts