Hi,

I recently got a Nanopi R6S and I'm having some trouble with the usb-wifi dongle. On the official page, in the wifi supported list section the devices based on the rtl8812bu chipsets are listed as supported.
In the last 2 recent Ubuntu Jammy images I tried (rk3588-sd-ubuntu-jammy-desktop-5.10-arm64-20221105 and 23), there is not driver for rtl8812bu:

$ ls /lib/modules/5.10.110/extra/
r8125.ko rtl8812au.ko rtl8821CU.ko rtl8822bu.ko

So there are drivers for 8812au, 8821cu and 8822bu, but not for 8812bu.
Manually loading any of the other drivers doesn't work with my 8812bu device.

I tried building an opensource driver from https://github.com/cilynx/rtl88x2bu but the module build can't be loaded as the kernel headers provided in /opt/linux-headers-5.10.110.deb don't match the currently running kernel. Kernel is still the original 5.10.110, but maybe built with different config ?

Any help with this issue would be appreciated.

Thanks