Subscribe to our RSS news feed
AAPL 199.94 (-1.25)

2 Pages V   1 2 >  
Reply to this topic Start new topic
Marvell Yukon 88E8039/Intel 3945 Wireless, Any drivers?
*
  • Group: Members
  • Posts: 4
  • Joined: 18-November 05
  • Member No.: 15,814
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.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 36
  • Joined: 22-February 07
  • Member No.: 87,199
I know for sure the Intel 3945 won't work at all. Progress for it is in the Intel Wireless thread.
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 120
  • Joined: 9-May 08
  • Member No.: 227,853
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.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 4
  • Joined: 18-November 05
  • Member No.: 15,814
For some reason, I don't have AppleYukon in my package. It's not on the Kalyway DVD either.
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 120
  • Joined: 9-May 08
  • Member No.: 227,853
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.

Attached File  AppleYukon.kext.zip ( 106.21K ) Number of downloads: 2365
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 10
  • Joined: 30-May 08
  • Member No.: 237,431
THANKS MEMORIAL!

This Guide is perfect thanks alot, network lan card now working! Thanks for the guide and you efforts!

Ryan
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 1
  • Joined: 1-June 08
  • Member No.: 238,240
helped me a lot...thanks!
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 1
  • Joined: 31-May 08
  • Member No.: 237,738
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?
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 120
  • Joined: 9-May 08
  • Member No.: 227,853
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.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 11
  • Joined: 7-June 08
  • Member No.: 241,005
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 sad.gif 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. smile.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 1
  • Joined: 1-June 08
  • Member No.: 238,193
Thank you very much .... I have been trying to get my presario v3618 tu lan working for sometime now and this made it
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 1
  • Joined: 27-June 08
  • Member No.: 250,243
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...
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 120
  • Joined: 9-May 08
  • Member No.: 227,853
Make sure to hit apply in the Network Preferences. If the apply option is gray, change some stuff then click apply.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 21
  • Joined: 23-June 08
  • From: Philippines
  • Member No.: 248,121
at last i just got my LAN working but wlan still unknown....
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 9
  • Joined: 25-April 07
  • Member No.: 103,233
Perfect thumbsup_anim.gif my Toshiba A205 S4577 thanks...
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 1
  • Joined: 26-August 08
  • From: thailand
  • Member No.: 278,757
Thank you.
Perfect my Compaq V3000
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 3
  • Joined: 31-August 08
  • Member No.: 280,953
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)
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 1
  • Joined: 10-September 08
  • Member No.: 285,698
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
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 16
  • Joined: 14-September 08
  • Member No.: 287,504
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
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 1
  • Joined: 1-November 08
  • Member No.: 313,228
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
PM Profile Card
Go to the top of the page
+ Quote Post
2 Pages V   1 2 >
Reply to this topic Start new topic

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 21st November 2009 - 12:04 PM