Skip to content

Working: TPLink Archer TX50UH (RTL8832CU) Linux Driver #20

@r4d10n

Description

@r4d10n

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions