I was searching for a wifi dongle that seems supported by linux. Thus I found the BrosTrend AC1200 usb dongle (model AC3L).
It looks like it should run with the rtl8812au driver, so I installed the kmod-rtl8812au-ct package via opkg.
After inserting the dongle, dmesg shows me the following:
[ 443.527071] usb 1-1.3: new high-speed USB device number 5 using dwc_otg
[ 443.636240] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=b812, bcdDevice= 2.10
[ 443.648980] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 443.658365] usb 1-1.3: Product: 802.11ac NIC
[ 443.664087] usb 1-1.3: Manufacturer: Realtek
[ 443.669786] usb 1-1.3: SerialNumber: 123456
Doesn't that mean that the dongle is correctly detected? I am running OpenWrt 21.02.
Any hints what needs to be done to get that thing working?
Bus 001 Device 004: ID 7392:7811
Bus 001 Device 003: ID 0424:ec00
Bus 001 Device 005: ID 0bda:b812 Realtek 802.11ac NIC
Bus 001 Device 002: ID 0424:9514
Bus 001 Device 001: ID 1d6b:0002 ...
That just shows the device has been enumerated on the USB bus, it doesn't mean there is a driver attached. There should be additional log messages from the driver after the initial enumeration.