Marvell Yukon 88E8039/Intel 3945 Wireless, Any drivers? |
![]() |
Marvell Yukon 88E8039/Intel 3945 Wireless, Any drivers? |
|
EricLX
InsanelyMac Protégé
|
![]() |
May 11 2008, 02:33 AM Post #1
|
|
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
InsanelyMac Protégé
|
![]() |
May 11 2008, 04:23 AM Post #2
|
|
I know for sure the Intel 3945 won't work at all. Progress for it is in the Intel Wireless thread.
|
|
Memorial
InsanelyMac Geek
|
![]() |
May 12 2008, 09:32 PM Post #3
|
![]() ![]()
|
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
InsanelyMac Protégé
|
![]() |
May 15 2008, 03:00 AM Post #4
|
|
For some reason, I don't have AppleYukon in my package. It's not on the Kalyway DVD either.
|
|
|
Memorial
InsanelyMac Geek
|
![]() |
May 30 2008, 02:39 AM Post #5
|
![]() ![]()
|
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 ( 106.21K )
Number of downloads: 2365 |
|
Arsnic
InsanelyMac Protégé
|
![]() |
May 31 2008, 11:02 AM Post #6
|
|
THANKS MEMORIAL!
This Guide is perfect thanks alot, network lan card now working! Thanks for the guide and you efforts! Ryan |
|
cyruskayos
InsanelyMac Protégé
|
![]() |
Jun 1 2008, 06:13 AM Post #7
|
|
helped me a lot...thanks!
|
|
palmer795
InsanelyMac Protégé
|
![]() |
Jun 3 2008, 01:48 AM Post #8
|
|
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
InsanelyMac Geek
|
![]() |
Jun 9 2008, 05:35 AM Post #9
|
![]() ![]()
|
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
InsanelyMac Protégé
|
![]() |
Jun 9 2008, 03:47 PM Post #10
|
|
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 Edit2: After one more reboot it works just fine again. |
|
jambam
InsanelyMac Protégé
|
![]() |
Jun 23 2008, 03:32 AM Post #11
|
|
Thank you very much .... I have been trying to get my presario v3618 tu lan working for sometime now and this made it
|
|
fatal1ty
InsanelyMac Protégé
|
![]() |
Jun 28 2008, 07:31 PM Post #12
|
|
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
InsanelyMac Geek
|
![]() |
Jul 9 2008, 11:27 PM Post #13
|
![]() ![]()
|
Make sure to hit apply in the Network Preferences. If the apply option is gray, change some stuff then click apply.
|
|
josef_rocks
InsanelyMac Protégé
|
![]() |
Jul 11 2008, 06:11 AM Post #14
|
|
at last i just got my LAN working but wlan still unknown....
|
|
el_gato45
InsanelyMac Protégé
|
![]() |
Aug 16 2008, 12:53 AM Post #15
|
|
Perfect
|
|
plook
InsanelyMac Protégé
|
![]() |
Aug 29 2008, 06:56 PM Post #16
|
|
Thank you.
Perfect my Compaq V3000 |
|
godsenddeath
InsanelyMac Protégé
|
![]() |
Aug 31 2008, 09:58 AM Post #17
|
|
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)
|
|
Arnold Drita
InsanelyMac Protégé
|
![]() |
Sep 10 2008, 01:52 PM Post #18
|
|
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 |
|
flamee
InsanelyMac Protégé
|
![]() |
Sep 25 2008, 01:40 AM Post #19
|
|
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 |
|
RoninMac
InsanelyMac Protégé
|
![]() |
Nov 1 2008, 05:16 AM Post #20
|
|
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 |
![]() |
|
Lo-Fi Version | Time is now: 21st November 2009 - 12:04 PM |