I have the above external wifi adapter and I'm trying to use it on a Raspberry PI4. the following is my info
dmesg output
[ 1252.248152] usb 1-1.4: new high-speed USB device number 7 using xhci_hcd
[ 1252.378593] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=1a2b, bcdDevice= 0.00
[ 1252.386962] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1252.394303] usb 1-1.4: Product: DISK
[ 1252.397882] usb 1-1.4: Manufacturer: Realtek
[ 1252.404211] usb-storage 1-1.4:1.0: USB Mass Storage device detected
[ 1252.410780] scsi host0: usb-storage 1-1.4:1.0
[ 1252.662506] usb 1-1.4: USB disconnect, device number 7
[ 1253.438192] usb 1-1.4: new high-speed USB device number 8 using xhci_hcd
[ 1253.568734] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=c812, bcdDevice= 0.00
[ 1253.577101] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1253.584442] usb 1-1.4: Product: 802.11ac NIC
[ 1253.588730] usb 1-1.4: Manufacturer: Realtek
[ 1253.593003] usb 1-1.4: SerialNumber: 123456
lsusb output
Bus 001 Device 008: ID 0bda:c812 Realtek 802.11ac NIC
My ubus call system board
{
"kernel": "5.15.167",
"hostname": "raspberrypi",
"system": "ARMv8 Processor rev 3",
"model": "Raspberry Pi 4 Model B Rev 1.5",
"board_name": "raspberrypi,4-model-b",
"rootfs_type": "ext4",
"release": {
"distribution": "OpenWrt",
"version": "23.05.5",
"revision": "r24106-10cc5fcd00",
"target": "bcm27xx/bcm2711",
"description": "OpenWrt 23.05.5 r24106-10cc5fcd00"
}
}
LuCi displays it as generic unknown which is fair as it's not any particular brand name. I have the following packages installed
kmod-rtl8192c-common - 5.15.167+6.1.110-1-1
kmod-rtl8192ce - 5.15.167+6.1.110-1-1
kmod-rtl8192cu - 5.15.167+6.1.110-1-1
kmod-rtl8812au-ct - 5.15.167+2021-11-07-39df5596-1
kmod-rtl8821ae - 5.15.167+6.1.110-1-1
kmod-rtl8xxxu - 5.15.167+6.1.110-1-1
kmod-rtlwifi - 5.15.167+6.1.110-1-1
kmod-rtlwifi-btcoexist - 5.15.167+6.1.110-1-1
kmod-rtlwifi-pci - 5.15.167+6.1.110-1-1
kmod-rtlwifi-usb - 5.15.167+6.1.110-1-1
kmod-usb-net-rtl8150 - 5.15.167-1
kmod-usb-net-rtl8152 - 5.15.167-1
librtlsdr - 2.0.1-1
rtl8192ce-firmware - 20230804-1
rtl8192cu-firmware - 20230804-1
rtl8192eu-firmware - 20230804-1
rtl8821ae-firmware - 20230804-1
rtl8822be-firmware - 20230804-1
rtl8822ce-firmware - 20230804-1
So I'm just confirming if anyone else had any luck with this type of adapter