I'm trying to remove this dkms module but am running into trouble.
I run
sudo dkms uninstall rtl8812au/4.3.14
and I get
Error! The module/version combo: rtl8812au-4.3.14
is not located in the DKMS tree.
However, when I run dkms status, I get
8188eu, 1.0, 4.13.0-26-generic, x86_64: installed
bcmwl, 6.30.223.271+bdcom, 4.13.0-26-generic, x86_64: installed
mt7610u_sta, 1.0, 4.13.0-26-generic, x86_64: installed (WARNING! Diff between built and installed module!)
rtl8812au, 4.3.8.12175.20140902+dfsg: added
and when I go into the Makefile.dkms in the following folder,
y9@y9-aspire:~/rtl8812AU_8821AU_linux$ ls
clean core ifcfg-wlan0 Makefile README.md
contrib dkms.conf include Makefile.dkms runwpa
CONTRIBUTORS.md fetch.sh Kconfig os_dep wlan0dhcp
contributors.sh hal LICENSE platform
I see
modname := rtl8812au
DKMS := dkms
modver := 4.3.14
I just want to know how I can clear my dkms modules. Thank you.