Estou tentando remover este módulo dkms, mas estou tendo problemas.
eu corro
sudo dkms uninstall rtl8812au/4.3.14
e eu recebo
Error! The module/version combo: rtl8812au-4.3.14
is not located in the DKMS tree.
No entanto, quando eu corro dkms status
, recebo
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
e quando entro no Makefile.dkms na seguinte pasta,
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
Eu vejo
modname := rtl8812au
DKMS := dkms
modver := 4.3.14
Eu só quero saber como posso limpar meus módulos dkms. Obrigada.