Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(solved) TP-Link - Archer AC600 T2U Nano #53

Closed
zeph opened this issue May 10, 2022 · 3 comments
Closed

(solved) TP-Link - Archer AC600 T2U Nano #53

zeph opened this issue May 10, 2022 · 3 comments

Comments

@zeph
Copy link

zeph commented May 10, 2022

{USB_DEVICE(0x2357, 0x011F), .driver_info = RTL8821}, /* TP-Link - Archer AC600 T2U Nano */
this from the https://github.com/aircrack-ng/rtl8812au but neither of the 2 codebases work properly... if I hack your code with this

diff --git a/os_dep/linux/usb_intf.c b/os_dep/linux/usb_intf.c
index 242ea99..b3c4d5b 100644
--- a/os_dep/linux/usb_intf.c
+++ b/os_dep/linux/usb_intf.c
@@ -184,6 +184,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
        {USB_DEVICE(0x2357, 0x010D), .driver_info = RTL8812}, /* TP-Link - Archer T4U AC1300 */
        {USB_DEVICE(0x2357, 0x010E), .driver_info = RTL8812}, /* TP-Link - Archer T4UH AC1300 */
        {USB_DEVICE(0x2357, 0x010F), .driver_info = RTL8812}, /* TP-Link - T4UHP */
+       {USB_DEVICE(0x2357, 0x011F), .driver_info = RTL8812}, /* TP-Link - Archer AC600 T2U Nano */
        {USB_DEVICE(0x20F4, 0x805B), .driver_info = RTL8812}, /* TRENDnet - TEW-805UB */
        {USB_DEVICE(0x0411, 0x025D), .driver_info = RTL8812}, /* Buffalo - WI-U3-866D */
        {USB_DEVICE(0x050D, 0x1109), .driver_info = RTL8812}, /* Belkin F9L1109 - SerComm */

it matches, loads and gives me details... but an iw scan returns no networks

I'm testing with your code cuz the other repo/driver behaviour is pretty glitchy (lots of packet loss)

p.s. https://linux-hardware.org/?id=usb:2357-011f

@morrownr
Copy link
Owner

Hi @zeph

Good day to you.

This is an easy fix. I did not need the info you posted as I knew what the problem was from the title. This driver does not work on AC600 adapters. I need you to read issue 45. It will explain and take you to the correct repo.

You will need to run remove-driver.sh and delete the directory with this driver.

I can use your help. I have information posted in the README.md and a pinned issue (45) to help folks but I continue to have folks with the 8811au and 8821au chipsets (AC600) installing this driver. What can I do that will prevent this problem?

Thanks and regards

@morrownr morrownr changed the title TP-Link - Archer AC600 T2U Nano (solved) TP-Link - Archer AC600 T2U Nano May 10, 2022
@zeph
Copy link
Author

zeph commented May 10, 2022

ok, thanks for the feedback @morrownr

@zeph zeph closed this as completed May 10, 2022
@morrownr
Copy link
Owner

Hi @zeph

I get the feeling that you did not read issue 45. In issue 45 I point users to the driver they should be using:

https://github.com/morrownr/8821au-20210708

That driver is for adapters that use 8821au and 8811au chipsets. It is a very good driver (as far as Realtek drivers are concerned.) Please give it a try and let me know what the results are.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants