Jump to content
5 posts in this topic

Recommended Posts

It is AppleYukon.kext inside IONetworkFamily.kext. You need to correct info.plist.

 <key>IOKitPersonalities</key>
<dict>
 <key>Yukon-88E8056</key>
 <dict>
  <key>CFBundleIdentifier</key>
  <string>com.apple.iokit.AppleYukon</string>
  <key>DescriptorPollTimer</key>
  <integer>250</integer>
  <key>IOClass</key>
  <string>yukonosx</string>
  <key>IOPCIPrimaryMatch</key>
  <string>0x436411AB</string>
  <key>IOProviderClass</key>
  <string>IOPCIDevice</string>
  <key>Model</key>
  <string>Yukon Gigabit Adapter 88E8056</string>
  <key>RxRingSize</key>
  <integer>256</integer>
  <key>TxRingSize</key>
  <integer>256</integer>
  <key>Vendor</key>
  <string>Marvell</string>
 </dict>
</dict>

what change of this archive?

 

 

<key>Yukon-88E8056</key>
			<dict>
					<key>CFBundleIdentifier</key>
					<string>com.apple.iokit.AppleYukon2</string>
					<key>EnableLowPwr</key>
					<integer>1</integer>
					<key>IOClass</key>
					<string>yukon2osx</string>
					<key>IOPCIPrimaryMatch</key>
					<string>0x436411ab</string>
					<key>IOProviderClass</key>
					<string>IOPCIDevice</string>
					<key>MACNumber</key>
					<integer>1</integer>
					<key>Model</key>
					<string>Yukon Gigabit Adapter 88E8056</string>
					<key>NetworkNumber</key>
					<integer>1</integer>
					<key>Vendor</key>
					<string>Marvell</string>

 

I have Leopard 10.5.2.

 

To edit is whit: sudo nano /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext/Contents/Info.plist

 

No?

 

Thanks.

×
×
  • Create New...