How to remove the GobiNet and GobiSerial driver from Ubuntu 16.04? or in general how can I remove any driver from Ubuntu?
Asked
Active
Viewed 720 times
1 Answers
1
Removing drivers
To remove drivers from memory use:
modprobe -vr GobiSerial
modprobe -vr GobiNet
To prevent drivers from loading in the first place see blacklisting:
Gobiserial specific
If your desire is to fix bad drivers then as per this website you must install firmware updates via Windows, not Linux:
FIRMWARE UPDATE: (Incase you need one)
The firmware update has to be done on windows. Insert the device into a windows box, and let it install drivers and enumerate interafaces. Make sure you can see the managment webpage.
Note the three typos in the original instructions, it's a bad omen....

WinEunuuchs2Unix
- 102,282
dkms status
to show what drivers are recompiled on kernel update. Do they show up in the list? – WinEunuuchs2Unix Jan 20 '20 at 11:36dkms
won't automatically recompile the drivers with the next kernel upgrade and hopefully they will disappear on their own if you don't manually recompile them. You can uselocate GobiSerial
andlocate GobiNet
to get the physical locations of the drivers. – WinEunuuchs2Unix Jan 21 '20 at 04:54locate
commands return? – WinEunuuchs2Unix Jan 21 '20 at 13:47