IKERTX0
OSx86 VIP
De acuerdo con mi base de datos tienes una Marvell Yukon 88E8059 de la californiana. En Apple te debería sobrar con agregar tu ID al kext AppleYukon2.kext
la ruta:
/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext
en:
/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext/Contents/Info.plist
Más o menos por aquí
<key>Yukon-88E8055-B0</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>0x436a11ab 0x438111ab</string>
<key>IOPCISecondaryMatch</key>
<string>0x00ba11ab</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>InitialWaitForLinkUp</key>
<integer>6000</integer>
<key>MACNumber</key>
<integer>1</integer>
<key>Model</key>
<string>Yukon Gigabit Adapter 88E8055 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>
<key>WaitForLinkUp</key>
<integer>6000</integer>
</dict>
Si el invento funciona en pruebas, tan simple como un Find/Replace en config.plist de Clover y a correr con el kext original para futuras actualizaciones.
De todas formas, si los datos son correctos, tu ethernet es un pelín viejita de 100MB y te irá muy lenta. Quizás te conviene un pincho USB con una wifi ac y superas con creces los 300MB
Saludos
Lo he modificado en esta ruta
/System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleYukon2.kext/Contents/Info.plist
reinicio y no funciona.
En config.plist no me aparece nada de eso por lo que no se donde añadirlo