How To Uninstall Ethernet Driver

 Posted admin

Check the for the latest driver of your USB Ethernet adapter and download it. The driver zip file should contain an uninstall.zip. Unzip this also and double-click the resulting uninstall.command file.

Enter the admin (root) password and reboot your Mac. Provided it's a RTL8153 chip you can also pour the following content into a uninstall.command file and execute it: #!/bin/sh.

How To Uninstall Ethernet Driver

/etc/rc.common echo ' ' echo 'Please type the password of 'root ' to Uninstall.' FROM=`dirname '$0'` echo 'Removing Apple USB Ethernet Driver.' Sudo kextunload /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleRTL815X*.kext sudo kextunload /Library/Extensions/AppleRTL815X*.kext sudo rm -rf /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleRTL815X*.kext sudo rm -rf /Library/Extensions/AppleRTL815X*.kext sudo touch /System/Library/Extensions/ sudo touch /Library/Extensions/ echo 'Uninstall Complete.'

Depending on your system version you may have to disable SIP.

How To Install Ethernet Drivers On Windows 10

Download the driver on another computer than carry it over via either a CD or DVD or USB drive to the computer that you accidently uinstalled the ethernet controller driver on and install it.