dickon wrote: ↑Wed Feb 01, 2023 1:11 pm
That isn't the right driver for that chip, I believe. Try the one at
https://github.com/aircrack-ng/rtl8812au -- I seem to have that tree around on my router, so presumably I did have a device that used it. I'll see if I can find it; it'll've been two house-moves ago, though, so I may not.
[Edit:]
Found it, conveniently plugged into the front of the router. It's showing up as an 8811au, with AP capability, but it's using the 8812au Aircrack-ng driver. A second device I've managed to locate I think is missing the firmware, but a quick google for its USB IDs suggests it should also work.
[/Edit]
Code: Select all
pi@raspberrypi:~/rtl8812au $ sudo make install
install -p -m 644 88XXau.ko /lib/modules/5.15.84-v7+/kernel/drivers/net/wireless/
/sbin/depmod -a 5.15.84-v7+
pi@raspberrypi:~/rtl8812au $ lsmod
Module Size Used by
sha256_generic 16384 0
cfg80211 765952 0
rfkill 32768 2 cfg80211
8021q 32768 0
garp 16384 1 8021q
stp 16384 1 garp
llc 16384 2 garp,stp
nft_counter 16384 1
nft_chain_nat 16384 4
xt_MASQUERADE 16384 1
nf_nat 49152 2 xt_MASQUERADE,nft_chain_nat
nf_conntrack 126976 2 xt_MASQUERADE,nf_nat
nf_defrag_ipv6 20480 1 nf_conntrack
nf_defrag_ipv4 16384 1 nf_conntrack
nft_compat 20480 1
nf_tables 217088 5 nft_compat,nft_chain_nat,nft_counter
vc4 290816 2
nfnetlink 20480 2 nft_compat,nf_tables
8188eu 798720 0
snd_soc_hdmi_codec 20480 1
cec 49152 1 vc4
drm_kms_helper 274432 2 vc4
snd_soc_core 233472 2 vc4,snd_soc_hdmi_codec
snd_compress 20480 1 snd_soc_core
snd_pcm_dmaengine 16384 1 snd_soc_core
snd_bcm2835 24576 0
snd_pcm 114688 5 snd_compress,snd_pcm_dmaengine,snd_soc_hdmi_codec,snd_bcm2835,snd_soc_core
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
raspberrypi_hwmon 16384 0
bcm2835_isp 32768 0
snd_timer 32768 1 snd_pcm
bcm2835_codec 45056 0
i2c_bcm2835 16384 0
v4l2_mem2mem 36864 1 bcm2835_codec
videobuf2_dma_contig 20480 2 bcm2835_isp,bcm2835_codec
bcm2835_v4l2 45056 0
snd 86016 6 snd_compress,snd_soc_hdmi_codec,snd_timer,snd_bcm2835,snd_soc_core,snd_pcm
bcm2835_mmal_vchiq 32768 3 bcm2835_isp,bcm2835_codec,bcm2835_v4l2
videobuf2_vmalloc 16384 1 bcm2835_v4l2
videobuf2_memops 16384 2 videobuf2_dma_contig,videobuf2_vmalloc
videobuf2_v4l2 32768 4 bcm2835_isp,bcm2835_codec,bcm2835_v4l2,v4l2_mem2mem
videobuf2_common 65536 8 bcm2835_isp,bcm2835_codec,videobuf2_dma_contig,videobuf2_vmalloc,videobuf2_memops,bcm2835_v4l2,v4l2_mem2mem,videobuf2_v4l2
videodev 245760 6 bcm2835_isp,bcm2835_codec,videobuf2_common,bcm2835_v4l2,v4l2_mem2mem,videobuf2_v4l2
vc_sm_cma 32768 2 bcm2835_isp,bcm2835_mmal_vchiq
mc 45056 6 bcm2835_isp,bcm2835_codec,videobuf2_common,videodev,v4l2_mem2mem,videobuf2_v4l2
uio_pdrv_genirq 16384 0
uio 20480 1 uio_pdrv_genirq
fixed 16384 0
drm 540672 3 vc4,drm_kms_helper
fuse 131072 1
drm_panel_orientation_quirks 16384 1 drm
backlight 20480 2 drm_kms_helper,drm
ip_tables 28672 0
x_tables 32768 3 ip_tables,nft_compat,xt_MASQUERADE
ipv6 524288 28
i installed the driver but it does not show up in lsmod output