rtl8852bu
rtl8852bu copied to clipboard
EDUP Wifi 6 AX1800 Module load but didn't start
Hello, i have create the source succesfully with sh install-driver.sh If i plug in the device the module load but it not start the device and i didn't became a interface name.
My device: EDUP EP-AX 1697
I have insert following string to os_dep/linux/usb_intf.c file before i compile the source: #ifdef CONFIG_RTL8852B /=== Realtek demoboard ===/ {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0xB832, 0xff, 0xff, 0xff), .driver_info = RTL8852B}, {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0xB83A, 0xff, 0xff, 0xff), .driver_info = RTL8852B}, {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0xB852, 0xff, 0xff, 0xff), .driver_info = RTL8852B}, {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0xB85A, 0xff, 0xff, 0xff), .driver_info = RTL8852B}, {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0xA85B, 0xff, 0xff, 0xff), .driver_info = RTL8852B}, {USB_DEVICE_AND_INTERFACE_INFO(0x0586, 0x3428, 0xff, 0xff, 0xff), .driver_info = RTL8852B}, {USB_DEVICE_AND_INTERFACE_INFO(0x0b05, 0x1a62, 0xff, 0xff, 0xff), .driver_info = RTL8852B}, {USB_DEVICE_AND_INTERFACE_INFO(0x0bda, 0x8832, 0xff, 0xff, 0xff), .driver_info = RTL8852B}, //EDUP EP-AX 1697
lsusb: Bus 001 Device 003: ID 0bda:8832 Realtek Semiconductor Corp. 802.11ax WLAN Adapter
dmesg: [ 80.873376] usb 1-1.3: new high-speed USB device number 3 using xhci_hcd [ 80.974138] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=8832, bcdDevice= 0.00 [ 80.974165] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 80.974182] usb 1-1.3: Product: 802.11ax WLAN Adapter [ 80.974197] usb 1-1.3: Manufacturer: Realtek [ 80.974210] usb 1-1.3: SerialNumber: 00e04c000001 [ 81.277183] 8852bu: loading out-of-tree module taints kernel. [ 81.317512] usbcore: registered new interface driver rtl8852bu
dkms status: root@rpi4b:/home/pi/rtl8852bu# dkms status rtl8852bu/1.19.3, 6.1.21-v8+, aarch64: installed
root@rpi4b:/home/pi/rtl8852bu# lsmod |grep 8852 8852bu 4423680 0 cfg80211 925696 1 8852bu
I hope everyone can help me to start the device. Sorry for my bad english.