EricLX
May 11 2008, 02:33 AM
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.
Pirateo
May 11 2008, 04:23 AM
I know for sure the Intel 3945 won't work at all. Progress for it is in the Intel Wireless thread.
Memorial
May 12 2008, 09:32 PM
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.
EricLX
May 15 2008, 03:00 AM
For some reason, I don't have AppleYukon in my package. It's not on the Kalyway DVD either.
Memorial
May 30 2008, 02:39 AM
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.
Click to view attachment
Arsnic
May 31 2008, 11:02 AM
THANKS MEMORIAL!
This Guide is perfect thanks alot, network lan card now working! Thanks for the guide and you efforts!
Ryan
cyruskayos
Jun 1 2008, 06:13 AM
helped me a lot...thanks!
palmer795
Jun 3 2008, 01:48 AM
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?
Memorial
Jun 9 2008, 05:35 AM
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.
hermanncoq
Jun 9 2008, 03:47 PM
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.
jambam
Jun 23 2008, 03:32 AM
Thank you very much .... I have been trying to get my presario v3618 tu lan working for sometime now and this made it
fatal1ty
Jun 28 2008, 07:31 PM
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...
Memorial
Jul 9 2008, 11:27 PM
Make sure to hit apply in the Network Preferences. If the apply option is gray, change some stuff then click apply.
josef_rocks
Jul 11 2008, 06:11 AM
at last i just got my LAN working but wlan still unknown....
el_gato45
Aug 16 2008, 12:53 AM
Perfect

my Toshiba A205 S4577 thanks...
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.