Tp link archer t2u nano linux driver

Download for Archer T2U Nano V1.8

IMPORTANT: Model and hardware version availability varies by region. Please refer to your TP-Link regional website to determine product availability.

Driver

Archer T2U Nano(US)_V1.8_190527_Win8.1

1. For Win8.1 32/64bits.
2. For Archer T2U Nano(EU/US/JP/RU) 1.0, Archer T2U Nano(US) 1.8

Archer T2U Nano(US)_V1.8_190527_Win7

1. For Win7 32/64bits.
2. For Archer T2U Nano(EU/US/JP/RU) 1.0, Archer T2U Nano(US) 1.8.

Archer T2U Nano(US)_V1.8_190527_Win10

1. For Win10 32/64bits.
2. For Archer T2U Nano(EU/US/JP/RU) 1.0, Archer T2U Nano(US) 1.8.

Archer T2U Nano(US)_V1.8_190527_WinXP

1. For WinXP 32/64bits.
2. For Archer T2U Nano(EU/US/JP/RU) 1.0, Archer T2U Nano(US) 1.8.

Archer T2U Nano(US)_V1.8_190527_Win8

1. For Win8 32/64bits.
2. For Archer T2U Nano(EU/US/JP/RU) 1.0, Archer T2U Nano(US) 1.8.

Archer T2U Nano(US)_V1.8_190527_MAC

1. For MAC 10.9~10.14.
2. For Archer T2U Nano(EU/US/JP/RU) 1.0, Archer T2U Nano(US) 1.8.

Setup Video

Feature Filter: All Troubleshooting User Application Requirement Q&A of functional explanation or specification parameters

FAQs

  • The Weak Security and Privacy Warning on the iOS14 or iOS15 06-25-2023 307989
  • Why cannot I connect to my wireless network 09-13-2022 1234991
  • How do I install TP-Link wireless adapter manually on Windows XP? 06-29-2022 668642
  • How to Install TP-Link Wireless Adapters by Running the CD 06-29-2022 145428
  • What should I do when the driver for my adapter is not allowed on my windows computer? 06-29-2022 124418
  • How to Manually Install Adapters on Windows 8 06-29-2022 254506
  • How to install adapters on Windows 8 if plug-and-play fails 06-29-2022 139055
  • How to improve the speed of TP-Link wireless adapters 06-28-2022 739675
  • How to install the driver manually on MAC OS 06-28-2022 541412
  • Why cannot the adapter detect the 5G Wi-Fi of my router? 10-28-2021 237248
  • Problems you may come across during the driver installation of the TP-Link wireless adapter 07-20-2021 667479
  • How to use TP-Link network adapters on Windows 8 03-26-2021 134404
  • How do I install/update driver of TP-Link wireless adapter manually in Vista? 03-26-2021 884400
  • How to troubleshoot if your computer goes to a blue screen when installing TP-Link wireless adapter 01-13-2021 106464
  • How to Manually Install Adapters on Windows 7 12-17-2020 2224342
  • How to check if I have installed the driver for my adapter successfully or not on windows 12-10-2020 250251
  • How to Setup an Ad Hoc Wireless Network with Windows Built-in Utility (Windows XP) 09-27-2019 180098
  • How to find suitable driver for my network adapter 04-29-2019 243784
Читайте также:  Linux наследование прав при создании файла

Sign up for news & offers TP-Link takes your privacy seriously. For further details on TP-Link’s privacy practices, see TP-Link’s Privacy Policy.

  • Corporate Profile
  • Contact Us
  • Careers at TP-Link
  • Privacy Policy
  • CSR Policy
  • E-Waste Management
  • News
  • Awards
  • Security Advisory
  • Blog
  • Regional Distributor (SOHO)
  • National Distributor (SMB)
  • Regional Distributor (SMB)
  • Business Partner (SMB)
  • Technology Library

Get products, events and services for your region.

This website uses cookies to improve website navigation, analyze online activities and have the best possible user experience on our website. You can object to the use of cookies at any time. You can find more information in our privacy policy . Don’t show again

This website uses cookies to improve website navigation, analyze online activities and have the best possible user experience on our website. You can object to the use of cookies at any time. You can find more information in our privacy policy . Don’t show again

These cookies are necessary for the website to function and cannot be deactivated in your systems.

accepted_local_switcher, tp_privacy_base, tp_privacy_marketing, tp_smb-select-product_scence, tp_smb-select-product_scenceSimple, tp_smb-select-product_userChoice, tp_smb-select-product_userChoiceSimple, tp_smb-select-product_userInfo, tp_smb-select-product_userInfoSimple, tp_top-banner, tp_popup-bottom, tp_popup-center, tp_popup-right-middle, tp_popup-right-bottom

__livechat, __lc2_cid, __lc2_cst, __lc_cid, __lc_cst, CASID

id, VISITOR_INFO1_LIVE, LOGIN_INFO, SIDCC, SAPISID, APISID, SSID, SID, YSC, __Secure-1PSID, __Secure-1PAPISID, __Secure-1PSIDCC, __Secure-3PSID, __Secure-3PAPISID, __Secure-3PSIDCC, 1P_JAR, AEC, NID, OTZ

Analysis and Marketing Cookies

Analysis cookies enable us to analyze your activities on our website in order to improve and adapt the functionality of our website.

The marketing cookies can be set through our website by our advertising partners in order to create a profile of your interests and to show you relevant advertisements on other websites.

Читайте также:  Bruteforce kali linux instagram

Google Analytics & Google Tag Manager & Google Optimize

Источник

Gyanist

Tutorials and posts about Technology, Productivity, Self-Improvement and the Internet.

Search This Blog

How to make AC600 Archer T2U Nano work on Linux Mint and Ubuntu?

If you have Linux Mint or Ubuntu installed on your computer, the tp-link AC600 Archer T2U Nano won’t work right away if you don’t have the correct drivers installed.

Archer T2U Nano Driver Installation

So to get it working, first we have to install the RTL8812AU driver. The commands are —

git clone https://github.com/aircrack-ng/rtl8812au.git

sudo make dkms_install

Now your Wi-Fi network should start appearing in the list of all the networks. Even after it shows up, the 5GHz option may still not appear. For that, you’ll have to install another driver.

We have to install the driver for USB Wifi adapters using the RTL8821AU and RTL8811AU chipsets.

Follow the commands below —

Now, install the required packages —

sudo apt-get install -y dkms git

Now go to the newly created directory —

Download the driver —

git clone https://github.com/morrownr/8821au.git

Now, go to the newly created directory —

Then we’ll have to run the installation script with the command below —

To complete the process, reboot your system but make sure to save any progress and documents opened on your computer.

Finally reboot the system —

Now the 5GHz option should start appearing on the list of WiFi networks without any issue!

  • Get link
  • Facebook
  • Twitter
  • Pinterest
  • Email
  • Other Apps

Источник

I am looking for a driver for the TP-Link AC600 Archer T2U Nano, on Kubuntu 18.04 (kernel version 4.15.0-51-generic).

$ lsusb Bus 003 Device 004: ID 2357:011e TP-Link 802.11ac WLAN Adapter $ inxi -N | grep "TP-Link" Device-3: TP-Link 802.11ac WLAN Adapter type: USB driver: usb-network 

@Jeremy31 it shows Bus 003 Device 010: ID 2357:011e without any description. I removed any drivers already, though.

Читайте также:  Linux ask for password

4 Answers 4

For a more stable driver, try this:

sudo apt install git dkms git clone https://github.com/aircrack-ng/rtl8812au.git cd rtl8812au sudo make dkms_install 

If you get error running dkms_install :

Error! DKMS tree already contains: 8812au-5.6.4.2_35491.20191025

sudo mv /var/lib/8812au /var/lib/8812au-orig sudo make dkms_install 

I disagree that this answer is a duplicate. It proposes using a different driver repo, aircrack-ng/rtl8812au , which is basically upstream of jeremyb31/rtl8812au-1 suggested by the other answer. That fork seems less maintained than the one here, so possibly this one might actually even be the better solution.

At the time the question was asked the aircrack-ng did not support the device. On 11 Nov 2019 this commit was added providing support

This should be the accepted answer. The repo in this answer really provides a much, much more stable driver.

For the T2U with ID 2357:011e do

sudo apt install git dkms git clone https://github.com/jeremyb31/rtl8812au-1.git cd rtl8812au-1 sudo ./dkms-install.sh

Secure Boot will need to be disabled. The github repo name is a little misleading as the source code supports rtl8812au, rtl8814au, and rtl8821au

With recent changes you will need to

sudo apt install git dkms git clone https://github.com/aircrack-ng/rtl8812au.git cd rtl8812au sudo make dkms_install

This code doesn’t include the rtl8814au for that you need

sudo apt install git dkms git clone https://github.com/aircrack-ng/rtl8814au.git cd rtl8814au sudo make dkms_install

Источник

Оцените статью
Adblock
detector