Hi,
I have ADRV9364-Z7020+ADRV1CRR-BOB with preinstalled ADI-Kuiper linux version. I try to run usb wifi adapter based on RTL8812AU on it.
Using lsusb I see it. But standard version of kuiper linux doesnt have driver for it. Driver installation using git provides errors saying that kernel headers is wrong (boseji.com/.../).
I tried to build new kernel and add drivers directly to it (https://wiki.analog.com/resources/tools-software/linux-build/generic/raspberrypi). With TL-WN722N based on Atheros chipset it worked, but there is no drivers for rtl8812AU (if searching through menu config).
Maybe someone can help me to solve this problem or point to right direction
Best regards,
Mindaugas
lsusb + KUiper linux kernel version
analog@analog:/linux_image_ADI-scripts $ lsusb
Bus 001 Device 004: ID 0bda:8812 Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac 2T2R DB WLAN Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
analog@analog:/linux_image_ADI-scripts $ uname -r
5.10.0-98748-g8c24c9b87bea
analog@analog:/linux_image_ADI-scripts $