lwfinger / rtw8852cu

GNU General Public License v2.0
22 stars 13 forks source link

Is this the right driver? #8

Open ThatWileyGuy opened 3 months ago

ThatWileyGuy commented 3 months ago

Sorry for the general question, but I have a device ID that I can't map to a Realtek chipset or driver. This is my best guess, so I'm looking for a sanity check before I add the device ID to the driver and see if it behaves.

Here's what I know: TP-Link AXE5400 (tri-band) also called TP-Link Archer TXE70UH USB 35bc:0502

Linux reports... Manufacturer: Realtek Product: 802.11ax WLAN Adapter

Just from Realtek and Tri-Band, this seems like the right chipset and driver? Should I try adding the device ID or is there some other way I should try to confirm which IC is in use? (and is there a way to do that short of prying the dongle apart?)

ThatWileyGuy commented 3 months ago

Found the FCC registration and photos definitely show an RTL8832CU: https://fccid.io/2AXJ4TXE70UH/Internal-Photos/2301TW0105-UI-Internal-Photograph-6747400

lwfinger commented 3 months ago

These drivers do not include any RTW8852 or RTW8832 USB devices. I think the 8832 is an 8852 without the Bluetooth. You will need to run the vendor driver.

git clone https://github.com:lwfinger/rtw8852cu.git cd rtw8852cu make sudo make install