oxylite Posted February 10, 2019 Share Posted February 10, 2019 where i can get kext for PCI\VEN_10EC&DEV_8136&SUBSYS_012310EC tried ethernet kext pack from applelife (russian site), not working os mojave Link to comment Share on other sites More sharing options...
Hervé Posted February 10, 2019 Share Posted February 10, 2019 (edited) Hmm... With a Google search or Search on this forum, you should have gotten this... AppleRTL8169Ethernet.kext.zip RTL8136 is very old hardware and so is this kext but it's fat binary and supports this Realtek LAN card: <key>RTL8101E</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.driver.AppleRTL8169Ethernet</string> <key>Driver Parameters</key> <dict> <key>Checksum Offload</key> <false/> <key>EEE</key> <true/> </dict> <key>IOClass</key> <string>AppleRTL8169Ethernet</string> <key>IOPCIClassMatch</key> <string>0x02000000&0xffff0000</string> <key>IOPCIPrimaryMatch</key> <string>0x813610ec</string> <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>IOUserClientClass</key> <string>RTLNICClient</string> </dict> Edited February 10, 2019 by Hervé Link to comment Share on other sites More sharing options...
Recommended Posts