- Драйвер для USB Wi-Fi tp-link Archer T2U V2
- Tp link archer t2u plus kali linux
- Install TP-Link AC600 Archer T2U Nano WiFi USB Adapter In Linux
- Introduction
- Install TP-Link AC600 Archer T2U Nano WiFi USB Adapter In Linux
- 1. Install TP-Link AC600 Archer T2U Nano on Fedora
- 2. Install TP-Link AC600 Archer T2U Nano on Ubuntu
- 3. Install TP-Link AC600 Archer T2U Nano on openSUSE
- Connect to 5G Wireless network in Linux
Драйвер для USB Wi-Fi tp-link Archer T2U V2
В ноутбуке плохо работает Wi-Fi, по этой причине был куплен USB Wi-Fi tp-link Archer T2U V2, но к сожалению, на линуксе он не хочет работать. На сайте производителя есть драйвера только для старых ядер (2.6
3.16), соответственно на новом ядре (4.20) драйвер не компилируется. Есть ли какой-то способ заставить его все-же работать?
там есть минимум 3 ссылки на обновленные версии
там есть минимум 3 ссылки на обновленные версии
Не одна из трех версий не компилируется
Тоже не компилируется
Возможно нет файла firmware, посмотри сообщения командой dmesg после подключения устройства.
Папки «mediatek» не было, я ее создал и закинул туда файлы, ничего не изменилось
Выгрузи драйвер командой rmmod mt76x0u, отключи и снова подключи адаптер, что будет в выводе dmesg про загрузку firmware?
встроеный wifi-модуль какой ?
[ 6378.179531] mt76x0u 1-1.1:1.0: Direct firmware load for mediatek/mt7610u.bin failed with error -2
«-2» это «-ENOENT» — «No such file or directory», ядро не может найти файл «mediatek/mt7610u.bin», если файл «/lib/firmware/mediatek/mt7610u.bin» существует, то я не знаю почему он не может быть найден при загрузке прошивки.
это да 🙁 тоже «фрукт заморский»
каким драйвером он у Вас поддерживается?
«придирка» (наверное) — /lib/firmware/mediatek/mt7610u.bin -> ../mcu/bin/MT7610_formal_2.6.bin — ссылка на файл, а /lib/firmware/mt7601u.bin файл. Переименуйте ссылку и скопируйте файл в /lib/firmware/mediatek/ — возможно поможет.
modprobe -c|grep v148Fp761A что возвращает?
Я когда копировал firmware из
Не обратил внимание что там лишь ссылки на файлы, а сами файлы находятся в https://github.com/ulli-kroll/mt7610u/tree/master/mcu/bin и их нужно было переименовать в «mt7610u.bin» и «mt7650u.bin», после того как я перенес реальные файлы в /lib/firmware/mediatek адаптер вроде заработал. Одно но, лампочка на адаптере не горит, но сам адаптер вроде работает.
каким драйвером он у Вас поддерживается?
RTL8723BS поддерживается ядром, правда для работы Bluetooth нужно ставить специальное firmware, но wifi работает без проблем на стоке.
т.е. подключается к сети, не «глючит»?
RTL8723BS . wifi работает без проблем на стоке.
а стартовом сообщении Вы писали
и с «этим свистком» всё выглядело «непонятно как» — вот я и подумал, что возможно стоит встроенный «починить». Но раз оба «в строю».
На 5Гц очень медленно работает uplink
а стартовом сообщении Вы писали «В ноутбуке плохо работает Wi-Fi»
он работает точно также как и на винде, он работает, но медленно.
насколько я слышал 5Гц только «осваивается» под линуксом. возможно когда-то станет лучше. а может и сегодня уже возможно — сам не сталкивался, не скажу.
он работает точно также как и на винде, он работает, но медленно.
с этим вероятно ничего уже не поделаешь 🙁 есть конечно, призрачная надежда, что дело не в «железе» (можно поправить), но я сильно сомневаюсь в этом.
Источник
Tp link archer t2u plus kali linux
TP-Link Archer T2U Plus a.k.a AC600 High-Gain
TP-Link Archer T2U Plus a.k.a AC600 High Gain is a very affordable dual band wireless adapter compatible with kali linux and supports monitor mode , soft AP mode,packet injection etc. it supports both 2.4 GHz and 5GHz band and has a 5dBi Antenna for better signal reception.2357:0120
Why should i buy this adapter ?
This adapter has a Realtek RTL8821AU Chipset at its heart. RTL8821AU has plenty of developer support in linux community and has driver for Kali linux , Parrot OS , Black Arch .etc Archer T2U Plus is on sale under 15 USD
1000 INR , which is a very affordable price for Beginners in Pentesting. 2357:0120 is the USB ID.
Driver for Debian Based Linux Distros (Ubuntu/Kali Linux)(x86_64)
- Update the package information :
sudo apt install build-essential libelf-dev linux-headers-$(uname -r)
- Download the Driver files using git :
git clone https://github.com/aircrack-ng/rtl8812au.git
- Navigate to the Downloaded directory :
sudo make dkms_install if the installation is aborted , execute this command »’sudo dkms remove 8812au/5.6.4.2_35491.20191025 —all»’ , if errors pop up »’Usage: remove / —all»’
- Check the wireless interfaces by typing iwconfig .
Driver for Raspberry Pi (Raspbian OS / Kali)(ARM)
- Update the package information :
For Raspbian OS
sudo apt-get install raspberrypi-kernel-headers
For Kali for ARM
sudo apt-get install build-essential libelf-dev kalipi-kernel-headers
- Download the Driver files using git :
git clone https://github.com/aircrack-ng/rtl8812au.git
- Navigate to the Downloaded directory :
For Raspberry (RPI)
- Then run this step to change platform in Makefile, For RPI 1/2/3/ & 0/Zero:
sed -i ‘s/CONFIG_PLATFORM_I386_PC = y/CONFIG_PLATFORM_I386_PC = n/g’ Makefile
sed -i ‘s/CONFIG_PLATFORM_ARM_RPI = n/CONFIG_PLATFORM_ARM_RPI = y/g’ Makefile
But for RPI 3B+ & 4B you will need to run those below which builds the ARM64 arch driver:
sed -i ‘s/CONFIG_PLATFORM_I386_PC = y/CONFIG_PLATFORM_I386_PC = n/g’ Makefile
sed -i ‘s/CONFIG_PLATFORM_ARM64_RPI = n/CONFIG_PLATFORM_ARM64_RPI = y/g’ Makefile
In addition, if you receive an error message about unrecognized command line option ‘-mgeneral-regs-only’ (i.e., Raspbian Buster), you will need to run the following commands, then retry building and installing:
export ARCH=arm
sed -i ‘s/^MAKE=»/MAKE=»ARCH=arm\ /’ dkms.conf
- Check the wireless interfaces by typing iwconfig .
Источник
Install TP-Link AC600 Archer T2U Nano WiFi USB Adapter In Linux
In this brief guide, I will explain how to install TP-Link AC600 Archer T2U Nano WiFi USB adapter in Fedora, Ubuntu and openSUSE Linux distributions and how to connect to 5G Wireless Internet connection.
Introduction
A few days ago, I switched to Jio Fiber 5G broadband connection. The Internet provider gave me a dual band router that supports both 2.4 GHz and 5 GHz channel.
Unfortunately, the built-in WiFi network interface in my Laptop doesn’t support 5 GHz channel. It is bit old Dell Laptop that supports 2.4 GHz channel only.
After doing a lot of web search, I bought TP-Link AC600 USB WiFi Adapter (Archer T2U Nano) from Amazon.
Compared to other WiFi USB network adapters, the TP-Link AC600 Archer T2U model has many advantages. It is tiny, compact and high speed WiFi adapter that supports 2.4 GHz and 5 GHz band.
It is capable to provide 433 Mbps speed on 5GHz (ideal for HD streaming and online gaming) and 200Mbps on 2.4GHz (perfect for normal web browsing).
Archer T2U nano adapter supports 64/128-bit WEP, WPA/WPA2, and WPA-PSK/WPA2-PSK encryption standards. So your wireless connections are safe from intruders.
Another notable advantage of Archer T2U nano WiFi USB adapter is it supports WiFi roaming. It automatically connects to the suitable WiFi network near you.
If you are ever looking for a dual-band WiFi router for faster speed and extended range, TP-Link AC600 Archer T2U Nano WiFi USB adapter is undoubtedly good choice.
Even though Archer T2U nano adapter has some good features, it has one drawback. It supports Windows and Mac OS only. There is no official drivers for Linux.
Fortunately, I came across an unofficial driver for Archer T2U Nano on GitHub and it works out of the box on Fedora and Ubuntu systems.
Install TP-Link AC600 Archer T2U Nano WiFi USB Adapter In Linux
As stated already, Archer T2U nano works well both on Fedora, Ubuntu and openSUSE Linux distributions. First, we will see how to install TP-Link AC600 Archer T2U Nano wifi adapter on Fedora.
1. Install TP-Link AC600 Archer T2U Nano on Fedora
First, check if the TP-Link Archer T2U is detected on your Fedora system by listing the USB devices using command:
Sample output:
List USB devices in Linux
As you can see, TP-Link AC600 Archer T2U nano model wireless card is detected. Let us go ahead and install Archer T2U nano driver in Linux.
Before installing the Archer T2U nano driver, make sure you have installed the correct Kernel header files using command:
If your Kernel and Kernel headers’ version are different, the TP-Link WiFi card driver will not work. So it is mandatory to install the correct Kernel header files .
Next install the dkms package which is used automatically recompile and install a kernel module when a new kernel gets installed or updated.
To install dkms in Fedora, run:
Since we are going to compile the drivers from source, we need to install make and git :
Next, git clone the rtl8812au GitHub repository:
Sample output:
The rtl8812au GitHub repository contains RTL8812AU/21AU and RTL8814AU drivers with monitor mode and frame injection.
The above command clones the contents of rtl8812au GitHub repository in a local directory named rtl8812au . Cd into the cloned directory:
Run the following command to compile and install TP-Link AC600 Archer T2U Nano WiFi USB adapter in your Fedora system:
Sample output:
Install TP-Link AC600 Archer T2U Nano WiFi USB adapter in Fedora Linux
Once the driver is installed, remove the USB adapter and plug in again. The LED in the Archer T2U nano adapter will start to blink.
You can verify if the Archer T2U nano driver (i.e. RTL8812AU ) is installed and loaded with command:
If you see an output like below, congratulations! TP-Link AC600 (Archer T2U Nano) Wireless adapter has been successfully installed!
2. Install TP-Link AC600 Archer T2U Nano on Ubuntu
Installing TP-Link AC600 Archer T2U nano wifi USB adapter in Ubuntu is same as above.
Install the necessary dependencies and Kernel headers in Ubuntu Linux with command:
Git clone the rtl8812au GitHub repository:
Cd into the cloned directory:
Finally, install TP-Link AC600 Archer T2U Nano WiFi USB adapter in Ubuntu using command:
Unplug the TP-Link Archer T2U nano adapter and plug it again. The LED will start to blink. Verify if the driver is installed and loaded using command:
If the TP-Link AC600 WiFi USB adapter is installed, you will see the following output:
3. Install TP-Link AC600 Archer T2U Nano on openSUSE
Install Kernel headers and all necessary prerequisites on your openSUSE machine:
Git clone the rtl8812au GitHub repository:
Cd into the cloned directory:
Run the following command to install TP-Link AC600 Archer T2U Nano WiFi USB adapter in openSUSE:
Remove he TP-Link Archer T2U nano adapter and plug it again. The LED will start to blink. Verify if the driver is installed and loaded using command:
If the TP-Link AC600 WiFi USB adapter is installed correctly, you will see the following output:
Connect to 5G Wireless network in Linux
Open System Settings in your Linux machine. Under WiFi section, you will see there are two WiFi adapters listed. One is built-in WiFi interface and another one is TP-Link AC600 Archer T2U nano USB WiFi adapter.
Click the TP-Link card and you will see the list of available 5G wireless connections. Choose a 5G network in the list and click Connect.
Connect to 5G Wireless network in Linux
Alternatively, you can connect to 5G WiFi network from the Gnome Top bar menu as well. Open the pop out menu from the Top bar, and click «Select Network» option.
Select WiFi network from topbar menu in Linux
Choose the 5G wifi network in the list and click Connect.
Connect to 5G wifi network
That’s it. Start using High Speed 5G Internet connection in your laptop/desktop.
To view the list of WiFi connections from the command line, run:
Here is my Internet speed on 2.4 GHz and 5 GHz Wireless adapters.
Internet speed on 2.4 GHz (onboard WiFi):
Internet speed on 2.4 GHz WiFi in Linux
Internet speed on 5 GHz (TP-Link AC600 Archer 2TU Nano WiFi USB adapter):
Internet speed on 5 GHz (TP-Link AC600 Archer 2TU Nano) WiFi in Linux
I have been using TP-Link AC600 Archer T2U Nano WiFi USB adapter in my Dell Laptop for the past few days. So far it works just fine and I don’t have any issues with it.
If you want to connect to 5G networks in your legacy Laptop or Desktop, just buy TP-Link AC600 Archer T2U Nano WiFi USB adapter or any other 5G supported WiFi adapter and enjoy High Speed Internet connectivity.
Источник