我正在尝试删除此 dkms 模块,但遇到了麻烦。
我跑
sudo dkms uninstall rtl8812au/4.3.14
我得到
Error! The module/version combo: rtl8812au-4.3.14
is not located in the DKMS tree.
但是,当我跑步时dkms status
,我得到
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
当我进入以下文件夹中的 Makefile.dkms 时,
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
我懂了
modname := rtl8812au
DKMS := dkms
modver := 4.3.14
我只想知道如何清除我的 dkms 模块。谢谢你。