Closed 7MinSec closed 4 months ago
I think I got it working by adding these to my /etc/modprobe.d/blacklist.conf
:
blacklist 8812au
blacklist 88XXau
blacklist rtl8xxxu
blacklist r8188eu
Hello guys, anything helped ? kali linux 24.3 is here with kernel 6.11.2
any ideas how to make it work?
@hrentambil
doesn't it work for you? any error message shown in dmesg?
Hello,
I've got a Kali Linux VM running 2024.2, 6.8.11-amd64. I've got a RTL8812AU hooked up to this VM which is physically connected to a Proxmox server (latest version).
What I'd like to do is get monitor mode turned on for this RTL8812AU but I'm not 100% sure this is supported. In places like this it seems that maybe there are known versions with my kernel version and I have to use a different OS.
But other searches led me to this project and suggested I try installing the driver. I did:
This all completed without errors:
From here I'm not sure exactly what I'm supposed to do. When I run the
lsmod
command I get:So should I put the
mac80211
andcfg80211
andusbcore
on the blocklist, and then runsudo modprobe -r rtw_core
to get the card going?