Jump to content
2 posts in this topic

Recommended Posts

Io ho trovato questa guida in inglese ma non capisco bene i passi che devo compiere.. qualcuno mi può dare delle delucidazioni??

 

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.

 

 

grazie a tutti

Link to comment
https://www.insanelymac.com/forum/topic/147496-scheda-di-rete-marvell-yukon/
Share on other sites

×
×
  • Create New...