Well, I must say that I did got some results. I've got OS X to see my card, for the first time!
The only thing is that when OS X sees the LAN card it says that the cable is not connected or the device on the other side is not responding. But I did connected a cable to my working gbit switch.
Here is my legacy kext info.plist code:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//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>CFBundleIdentifier</key> <string>org.darwinx86.yukon2.88E8059</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>AppleYukon2 enabler for 88E8059</string> <key>CFBundlePackageType</key> <string>KEXT</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>1.0</string> <key>IOKitPersonalities</key> <dict> <key>Yukon-88E8059</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>0x11ab4381</string> <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>MACNumber</key> <integer>1</integer> <key>Model</key> <string>Yukon Gigabit Adapter 88E8059 Singleport Copper SA</string> <key>NetworkNumber</key> <integer>1</integer> <key>RxDeadman</key> <integer>0</integer> <key>RxRingGrowonpause</key> <integer>10</integer> <key>RxRingSize</key> <integer>0</integer> <key>RxRingSize_100MBit</key> <integer>128</integer> <key>RxRingSize_10MBit</key> <integer>64</integer> <key>RxRingSize_GigaBit</key> <integer>256</integer> <key>TxRingSize</key> <integer>256</integer> <key>Vendor</key> <string>Marvell</string> </dict> </dict> <key>OSBundleRequired</key> <string>Root</string> </dict> </plist>
Now that I'm this far I really would like to get it working. I added the IOSecondaryMatch in the kext with my, in Windows given, subsystem ID. Is this correct? I also edited the IOPrimaryMatch to reflect my device and vendor ID.
Is there anything else I can try to get this working?



Sign In
Create Account










