Archer t3u linux drivers

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

TP-Link Archer T3U driver for Linux

kevin-doolaeghe/rtl88x2bu_wifi_driver

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

TP-Link Archer T3U driver for Linux

Installation (cilynx/rtl88x2bu repository)

sudo apt install git dkms rsync build-essential bc 
git clone https://github.com/cilynx/rtl88x2bu.git cd rtl88x2bu 
VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf) sudo rsync -rvhP ./ /usr/src/rtl88x2bu-$ sudo dkms add -m rtl88x2bu -v $ sudo dkms build -m rtl88x2bu -v $ sudo dkms install -m rtl88x2bu -v $ sudo modprobe 88x2bu 

Note : On a Raspberry Pi board, you must specify ARCH=arm64 :

make ARCH=arm64 && sudo make install sudo modprobe 88x2bu 

Note : The `RTL8812BU chipset does not support monitor mode.

Installation (aircrack-ng/rtl8188eus repository)

git clone https://github.com/aircrack-ng/rtl8188eus.git cd rtl8188eus 
make sudo make install sudo modprobe 8188eu 

aircrack-ng — packet injection test

sudo apt install aircrack-ng 
sudo airmon-ng start wlan0 
aireplay-ng --deauth 4 -a XX:XX:XX:XX:XX:XX -c XX:XX:XX:XX:XX:XX wlan0 

About

TP-Link Archer T3U driver for Linux

Источник

This is mostly for my own benefit when I invariably format a computer using these adapters and forget how to get wifi working again:

Читайте также:  Практические работы для линукса

Plug device in and ensure it is detected via lsusb :

1

For the T3U Plus, the ID is 2357:0138 .

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

Instructions from this GitHub repository, run as root:

git clone "https://github.com/RinCat/RTL88x2BU-Linux-Driver.git" /usr/src/rtl88x2bu-git sed -i 's/PACKAGE_VERSION="@PKGVER@"/PACKAGE_VERSION="git"/g' /usr/src/rtl88x2bu-git/dkms.conf dkms add -m rtl88x2bu -v git dkms autoinstall 

1 This is a referral code. Clicking on it and buying the product helps me maintain this site, but it’s perfectly okay if you don’t, either 🙂

Does it support AP Mode on the two bands?

Unfortunately I haven’t tried that, but FreshTomato is pretty featureful, I wouldn’t be surprised if it did

You can check if your device supports AP mode by running «iw list » and looking in the ‘Supported interface mode*s’ section for «*AP» .

@odhiambo I get the following modes for my TP-Link T3U Plus (AC1300):

 * IBSS * managed * AP * monitor * P2P-client * P2P-GO 

@TomK32 the «AP» bit means it supports AP mode. Which T3U do you have — the nano or the bigger one?
Perhaps you can configure an AP using the 5GHz mode in hostapd.conf and let us know if it works? I’d like to get one if it does.

@odhiambo the big one. It took a while but I have it running as AP on 5Ghz on my Raspberry Pi 3B+

@TomK32 thanks for that update. I am going for it! I needed one like that for the very same purpose. And since it’s dual-band, please try and run an AP on each band.

is it support moniter mode
and packet injection

did you know answer of this question?If you know,can you share link that how i can install driver

The instructions are literally in this blog post/gist

The installation for AC1300 worked flawlessly on an old iMac 2006 with Intel and Lubuntu 22.04 installed. Thanks!!

thank you this installation works on ubuntu 20.04.1 kernal 5.15 !

No worries, happy this helped 😊

Thanks for sharing this clear guide.

To anyone reading, I got this working with an AC1300 T3U Plus (EU model) by following the steps exactly. Before installation, the T3U Plus showed up with lsusb as ID 2357:0138 TP-Link 802.11ac NIC but it was not recognised as a network interface. After installation, all functions of the device worked as expected.

Running iw list told me that the enabled capabilities of the T3U Plus were the following:

IBSS managed AP AP/VLAN monitor P2P-client P2P-GO P2P-device 

OS: Kali Linux 2023.2 (Linux 6.1.0-kali9-amd64) installed on bare metal

Читайте также:  How to open terminal in folder linux

Источник

Download for Archer T3U V1.80

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

Driver

Modifications and Bug Fixes:
1. For Mac 10.9~10.14.
2. For Archer T3U V1&V1.8

1. For Archer T3U (US) V1&V1.8.
2. For WinXP/Win7/Win8/Win8.1/Win10/Win11 32bit/64bit.

Setup Video

This video shows you how to setup a TP-Link wireless USB network adapter on Windows and Mac computers.

Feature Filter: All TroubleshootingUS User Application RequirementUS Q&A of functional explanation or specification parametersUS

FAQs

  • The Weak Security and Privacy Warning on the iOS14 or iOS15 06-25-2023 307179
  • What should I do if the TP-Link network adapter is not working properly in my computer? 12-02-2022 373183
  • Why cannot I connect to my wireless network 09-13-2022 1233512
  • How do I install TP-Link wireless adapter manually on Windows XP? 06-29-2022 667880
  • How to Install TP-Link Wireless Adapters by Running the CD 06-29-2022 145091
  • What should I do when the driver for my adapter is not allowed on my windows computer? 06-29-2022 124179
  • How to Manually Install Adapters on Windows 8 06-29-2022 254188
  • How to install adapters on Windows 8 if plug-and-play fails 06-29-2022 138875
  • How to improve the speed of TP-Link wireless adapters 06-28-2022 738618
  • How to install the driver manually on MAC OS 06-28-2022 540770
  • Why cannot the adapter detect the 5G Wi-Fi of my router? 10-28-2021 236516
  • Problems you may come across during the driver installation of the TP-Link wireless adapter 07-20-2021 666567
  • How to use TP-Link network adapters on Windows 8 03-26-2021 134205
  • How to troubleshoot if your computer goes to a blue screen when installing TP-Link wireless adapter 01-13-2021 106205
  • How to Manually Install Adapters on Windows 7 12-17-2020 2223043
  • How to check if I have installed the driver for my adapter successfully or not on windows 12-10-2020 249930
  • How to Setup an Ad Hoc Wireless Network with Windows Built-in Utility (Windows XP) 09-27-2019 179837
  • How to find suitable driver for my network adapter 04-29-2019 243264

Subscribe TP-Link takes your privacy seriously. For further details on TP-Link’s privacy practices, see TP-Link’s Privacy Policy.

Be The First To Get Exclusive Deals & News

  • Corporate Profile
  • Contact Us
  • Careers at TP-Link
  • Privacy Policy
  • Do Not Sell My Info
  • News
  • Blog
  • Security Advisory
  • Awards
  • Partner Program
  • Training & Certifications
  • Deal Registration

Get products, events and services for your region.

To provide a better experience, we use cookies and similar tracking technologies to analyze traffic, personalize content and ads. By continuing to browse this website, you agree to our use of cookies and such technologies. Learn more Don’t show again

Читайте также:  Xerox b205 драйвер линукс

To provide a better experience, we use cookies and similar tracking technologies to analyze traffic, personalize content and ads. By continuing to browse this website, you agree to our use of cookies and such technologies. Learn more 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.

Google Analytics & Google Tag Manager & Google Optimize

Источник

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

The driver from another thread for Ubuntu 20.04 LTS Focal Fossa, will no longer work with the most recent 5.15.0-27-generic kernel (at this point of writing).

However, the following steps worked for Ubuntu 22.04 LTS Jammy Jellyfish.

sudo apt update sudo apt install -y git linux-headers-generic dkms wget https://github.com/RinCat/RTL88x2BU-Linux-Driver/archive/master.zip unzip master.zip cd RTL88x2BU-Linux-Driver-master sudo make uninstall make clean make sudo make install sudo modprobe 88x2bu sudo reboot

Disclaimer: I’m NOT the developer/maintainer. Issues, bugs, or requests shall be posted directly to the author/contributors.

Edit1: Also, this is an unofficial (community) release. It is not endorsed by the TP-Link team. Use at your own risk!

Edit2: I have successfully tested this driver with T3U Plus and T4U. For dkms version, run the following commands instead.

sudo apt update sudo apt install -y dkms git sudo git clone 'https://github.com/RinCat/RTL88x2BU-Linux-Driver.git' /usr/src/rtl88x2bu-git sudo sed -i 's/PACKAGE_VERSION="@PKGVER@"/PACKAGE_VERSION="git"/g' /usr/src/rtl88x2bu-git/dkms.conf sudo dkms add -m rtl88x2bu -v git sudo dkms autoinstall sudo reboot

Источник

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