EricLX Posted May 11, 2008 Share Posted May 11, 2008 I've tried almost everything to try to get the Marvell Yukon driver to work - I've tried at least five or six different things, even though I think that some of them that I hit were Tiger-[only]. Either way, I've tried a lot in replacing the kext, editing it, and fixing permissions with it and none of them worked. Also, I've tried to find a driver for the Intel 3945, but I just realized that they don't have anything for this yet. Any workarounds available though? Thanks to anyone that can help with either of these. Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/ Share on other sites More sharing options...
Pirateo Posted May 11, 2008 Share Posted May 11, 2008 I know for sure the Intel 3945 won't work at all. Progress for it is in the Intel Wireless thread. Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-742603 Share on other sites More sharing options...
Memorial Posted May 12, 2008 Share Posted May 12, 2008 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/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-744473 Share on other sites More sharing options...
EricLX Posted May 15, 2008 Author Share Posted May 15, 2008 For some reason, I don't have AppleYukon in my package. It's not on the Kalyway DVD either. Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-746980 Share on other sites More sharing options...
Memorial Posted May 30, 2008 Share Posted May 30, 2008 Still not working? Here is my .kext. Put it in IONetworkingFamily.kext insidethe Plugins folder. Chown, chmod it and load it. See if it works. AppleYukon.kext.zip Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-763545 Share on other sites More sharing options...
Arsnic Posted May 31, 2008 Share Posted May 31, 2008 THANKS MEMORIAL! This Guide is perfect thanks alot, network lan card now working! Thanks for the guide and you efforts! Ryan Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-765277 Share on other sites More sharing options...
cyruskayos Posted June 1, 2008 Share Posted June 1, 2008 helped me a lot...thanks! Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-766288 Share on other sites More sharing options...
palmer795 Posted June 3, 2008 Share Posted June 3, 2008 Ok aparently I am doing something wrong. I type in all the Sudo commands. And when I get to changing ownership...I get this: Password: matt-palmers-mac-pro:desktop mattpalmer$ chown -R root:wheel AppleYukon.kext chown: AppleYukon.kext/Contents/Info.plist: Operation not permitted chown: AppleYukon.kext/Contents/MacOS/AppleYukon: Operation not permitted chown: AppleYukon.kext/Contents/MacOS: Operation not permitted chown: AppleYukon.kext/Contents/version.plist: Operation not permitted chown: AppleYukon.kext/Contents: Operation not permitted chown: AppleYukon.kext: Operation not permitted What am I doing wrong? Any thoughts? Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-768714 Share on other sites More sharing options...
Memorial Posted June 9, 2008 Share Posted June 9, 2008 After sudo -s you should type in your password and the enter the bash shell. You instead of "matt-palmers-mac-pro:desktop mattpalmer$" you should see "bash-3.2#." If that does not work, then you are typing in something wrong. Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-776523 Share on other sites More sharing options...
hermanncoq Posted June 9, 2008 Share Posted June 9, 2008 thank you so much for giving making me surf the web on my hackintosh. It work out very well and very easy to understand even for a macosx noob like me. Thank you Edit: After a reboot it didnt work anymore But then I did the "kextload" thing again and made it work again. What did I do wrong? I do not want to load that kext on every boot manually. Edit2: After one more reboot it works just fine again. Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-777020 Share on other sites More sharing options...
jambam Posted June 23, 2008 Share Posted June 23, 2008 Thank you very much .... I have been trying to get my presario v3618 tu lan working for sometime now and this made it Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-793674 Share on other sites More sharing options...
fatal1ty Posted June 28, 2008 Share Posted June 28, 2008 first post....i'm having problems with my marv. yukon 8309... I think I've tried everything. Finally i got the message that my ethernet device had been recognized so i went to network preferences, but the the location area was empty and in network diagnostics ethernet its shown as failed. I've rebooted and repaired permissions countless times.. Am i missing something??? Thanks edit: I also took Memorial's advice of deleting extensions.mkext file and that didnt help... Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-799768 Share on other sites More sharing options...
Memorial Posted July 9, 2008 Share Posted July 9, 2008 Make sure to hit apply in the Network Preferences. If the apply option is gray, change some stuff then click apply. Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-813810 Share on other sites More sharing options...
josef_rocks Posted July 11, 2008 Share Posted July 11, 2008 at last i just got my LAN working but wlan still unknown.... Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-815323 Share on other sites More sharing options...
el_gato45 Posted August 16, 2008 Share Posted August 16, 2008 Perfect my Toshiba A205 S4577 thanks... Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-858066 Share on other sites More sharing options...
plook Posted August 29, 2008 Share Posted August 29, 2008 Thank you. Perfect my Compaq V3000 Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-873275 Share on other sites More sharing options...
godsenddeath Posted August 31, 2008 Share Posted August 31, 2008 i've followed the steps, and so far i've got everything working except the wifi, any idea how i can get that rocking? (or else i'll have to rely on vista while at school) Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-874652 Share on other sites More sharing options...
Arnold Drita Posted September 10, 2008 Share Posted September 10, 2008 I followed your steps but after i wrote kextload AppleYukon.kext . It replyed: kextload: cannot resolve dependencies for kernel extension AppleYukon.kext error loading extension AppleYukon.kext PLZ help Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-885761 Share on other sites More sharing options...
flamee Posted September 25, 2008 Share Posted September 25, 2008 i get the same error I followed your steps but after i wrote kextload AppleYukon.kext . It replyed: kextload: cannot resolve dependencies for kernel extension AppleYukon.kext error loading extension AppleYukon.kext PLZ help unsure.gif plz helpp Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-904943 Share on other sites More sharing options...
RoninMac Posted November 1, 2008 Share Posted November 1, 2008 Memorial, i do not know anything about hackitosh, i am on Mac about one day only... I havу notebook Samsung q70 with Marvell 88E8039 Ethernet controller.. I Have download your kext.. When do this: sudo -s cd /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins chown -R root:wheel AppleYukon.kext chmod -R 755 AppleYukon.kext kextload AppleYukon.kext He write me: AppleYukon.kext loaded successfully... I rebooted and lan is not working anyway Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-951126 Share on other sites More sharing options...
Memorial Posted December 25, 2008 Share Posted December 25, 2008 Be sure that you are loading my kext, not an original one that is in the IONetworking Family plug-ins. Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-1014148 Share on other sites More sharing options...
Etan Posted February 14, 2009 Share Posted February 14, 2009 Be sure that you are loading my kext, not an original one that is in the IONetworking Family plug-ins. I'm really sorry to be more another pain-in-the-ass Noob, but i've really been trying, I swear! I loaded 4.8 on my Acer 3680 and its been working great apart from Ethernet, and Sound. right now im working on the ethernet. So I've downloaded your .kext and have replaced it in the plugins folder. I then opened Terminal and have almost NO idea what to do. (i just figured out how to type in "sudo -s" and then enter my invisible password (that took a while, lol) but now your messages are going on about editing and chmods and other advanced terminal applications. So All Im asking for is a simple Walk-me-through of the exact steps... spelled out so a complete noob can understand... if thats not toooo much to ask for, This would be GREATLY appreciated! Thanks Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-1080409 Share on other sites More sharing options...
Nanael Posted March 15, 2009 Share Posted March 15, 2009 hello, I have an Intel 3945abg. I've try with AppleYukon.kext and nothing... I've taken your kext, type sudo, chown, chmod, kextload and after this nothing else. No message for new network interface. I've try to reboot with -s and to this again but nothing... What can I do to have my intel? thanks a lot Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-1107795 Share on other sites More sharing options...
Memorial Posted March 15, 2009 Share Posted March 15, 2009 hello,I have an Intel 3945abg. I've try with AppleYukon.kext and nothing... I've taken your kext, type sudo, chown, chmod, kextload and after this nothing else. No message for new network interface. I've try to reboot with -s and to this again but nothing... What can I do to have my intel? thanks a lot This is for the ethernet driver, not the wireless. For everyone else, make sure that you load the right driver and hit apply in the System Preferences Networking panel (otherwise the OS will forget that interface). If you can't hit apply, change something, change it back, then hit apply. Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-1107861 Share on other sites More sharing options...
perkap Posted May 18, 2009 Share Posted May 18, 2009 Thank you very much! It's work on Samsung NP-R60Y. But! It's dont't work in first. Ethernet started after i add network location (it Kalyway 10.5.2 in default for me location don't creat)! Web, hello! Link to comment https://www.insanelymac.com/forum/topic/104276-marvell-yukon-88e8039intel-3945-wireless/#findComment-1158868 Share on other sites More sharing options...
Recommended Posts