-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Thanks to the reference in #17.
Follow the same steps as mentioned here: #17 (comment)
lsusb
...
Bus 001 Device 004: ID 35bc:0101 Realtek 802.11ax WLAN Adapter
...Note the VID:PID of the USB Wifi adapter - 35bc:0101.
In the second step mentioned in the above comment in #17, while editing os_dep/linux/usb_intf.c:
......
{USB_DEVICE_AND_INTERFACE_INFO(0x35b2, 0x0502, 0xff, 0xff, 0xff), .driver_info = RTL8852C}, /* TP-Link AXE5400(RTW8832CU) */
{USB_DEVICE_AND_INTERFACE_INFO(0x35bc, 0x0101, 0xff, 0xff, 0xff), .driver_info = RTL8852C}, /* TP-Link Archer TX50UH (RTW8832CU) */
......Modify 0x0102 in the second line to 0x0101. If your variant showed up differently in lsusb, make appropriate changes.
Follow the rest of the steps as mentioned. It gave me a fine working driver on my Ubuntu 20.04...
Metadata
Metadata
Assignees
Labels
No labels