- Archer t3u plus kali linux
- Linux Mint Forums
- How to Install the TP-LINK Archer T3U Wifi adapter
- How to Install the TP-LINK Archer T3U Wifi adapter
- Re: How to Install the TP-LINK Archer T3U Wifi adapter
- Re: How to Install the TP-LINK Archer T3U Wifi adapter
- Re: How to Install the TP-LINK Archer T3U Wifi adapter
- Re: How to Install the TP-LINK Archer T3U Wifi adapter
- Archer t3u plus kali linux
- Поддерживаю драйвер tp-link t4u для linux
- Установка tp-link archer t2u v3
Archer t3u 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 .
Источник
Linux Mint Forums
Welcome to the Linux Mint forums!
How to Install the TP-LINK Archer T3U Wifi adapter
How to Install the TP-LINK Archer T3U Wifi adapter
Post by maritzt » Tue Dec 03, 2019 4:16 pm
Re: How to Install the TP-LINK Archer T3U Wifi adapter
Post by HAWR » Tue Dec 03, 2019 5:29 pm
here is an installation method for rtl8822bu from this forum:
You should look before, whether Secure Boot is disabled. You can check the status in the terminal:
Re: How to Install the TP-LINK Archer T3U Wifi adapter
Post by JeremyB » Tue Dec 03, 2019 5:37 pm
Re: How to Install the TP-LINK Archer T3U Wifi adapter
Post by maritzt » Tue Dec 10, 2019 10:09 am
here is an installation method for rtl8822bu from this forum:
You should look before, whether Secure Boot is disabled. You can check the status in the terminal:
The above installation source works perfect on the 4.15.0-72 kernel, however on the 5.3.0-24 kernel the (bad exit status: 2)Error! Bad return status for module build on kernel: 5.3.0-24-generic (x86_64) occurs. I have attached the /var/lib/dkms/8822bu/1.1/build/make.log for more information.
Any ideas how to solve this issue?
Re: How to Install the TP-LINK Archer T3U Wifi adapter
Post by HAWR » Tue Dec 10, 2019 12:56 pm
if you have chosen my suggestion with the driver from JeremyB’s website, I think it’s only designed up to the 4.15 kernels. But that was your question for the 4.15.0-72 kernel. If you now have updated to the 5.3 kernel, than as far as I can see, you should install the driver from your opening post. But before, you should remove the installed driver again. So now you have to decide whether you want to go back to the 4.15 kernels or stay with the 5.3 kernel.
Источник
Archer t3u plus kali linux
The HW Version i can’t see. In your screenshots. But ist ok, have a look at the backside on your usb stick. After the serial Number.
For HW Version V1 + V2 chipset rlt8812au
apt install realtek-rtl88xxau-dkms
apt install rtl8812au-dkms
For HW Version V3 chipset rlt8812bu
If you have HW V3 you need myone:
Linux Bug — to long Interfaces Names (check with : ip add )
And a other Problem i have, in Debian Ubuntu or Fedora etc..
(Kali allready manage this Bug right now, just work)
you can install also all, the realtek-rtl88xxau-dkms and myone, then you have all rtl-versions inside, and they don’t hurde each other in the system.
And sorry, i don’t found a better place to keep myone, i modify myone from .git , take old stuff out of Makefile, fix some bug, that dkms compile from 4.8 up to 4.19 , so is a little bit better then the .git one. Also a bc in the Makefile, oh my godness. I remove that!
I use in Debian Buster and T4U V3,
For all Linux is the best, update the system first. Then reboot, the new kernel get activ.
So the install script, find the correct linux-headers to the running kernel.
For Debian:
Then the Driver ./install.sh
or read the Readme.ma
Debian Buster Gnome-Terminal
command: su don’t get /sbin path
So i must put some sudo in the install script.
Also some info do Upgrade the System, befor starting the installation, into the install Script.
You found the new Driver here:
I make a new Version, i smash the old one.
The new one, should work from Kernel 4.7 up to 5.2
You can found both version on .
@Teodor Teddy can you help me too?
I really tried to find drivers for this device 2357:012d(tp link archer 1300 T3U)on kali linux,I searched a lot and nothing.
Somehow it works with some drivers on ubuntu but on kali linux not
Plz ,if you can help me
PS no acces to ethernet from kali linux.
I look in the usb_intf.c , and your device product ID is there allready, so this driver i make shout work for you
Go to the weppage https://linuxwiki.de/LinuxWireless#Tp-Link_AC1300_Archer_T4U_V3 and choose the newer Version link.
Download and extract, and follow the README.ma (the readme is small )
First Update the System, like in Generally Section explained. ( And make after Update a Reboot to Activate new Kernel . )
For Kali you can follow the Debian Instructions. (maybee the sudo befor)
Remark: for the Installation, you need a Internet by Network Cable , wired cable network, because i have to install some compiling stuff packages. (the install.sh script make automatilly., so for installation is a cable requierd.) .
PS: Kali is more Debian, but debian make some changes to sudo and su, the path envoirement is not good now. Maybee use sudo like in ubuntu instructions.
If you have the path envoirement Problem, you can check, make a su login to root in a terminal, trie to start update-grub , if it found, you don’t have path envoirement Problem in Kali. I don’t now all. If you can not start update-grub, you better use sudo befor the commands.
su — root (in a terminal, you get normal envoirement of path, update-grub command is found now, su «space» — «space» root)
or mainpulate to have it forever:
https://linuxwiki.de/Debian/Buster#Permanent_fix_PATH__.26.26_why_it.27s_a_bug (so you need only su in future) (you need a reboot, or logout/login to the graphical system)
I think, i have checked the install script with the envoirement Problem, in all system i got. Just start the install like in the readme, if you fall in failure, you need the other tipps.
Importend — you need a wired Connection to Internet. Because i have to download some compiling normal stuff packages to your system. Then only i can build the driver. So enjoy, i am little bit tired now. cue.
Источник
Поддерживаю драйвер tp-link t4u для linux
Когда купил wifi адаптер, думал, что будет работать на моей ubuntu 20.04, потому что в числе поддерживаемых систем значился linux. Оказалось, что не работает. Попробовал решения, которые предлагают на форумах, но адаптер так и не заработал. Пришлось вчера и сегодня заняться поддержкой драйвера.
Я подумал, а может это и не сложно сделать. И взялся за работу. При компиляции появлялись ошибки. Например, нет функции get_ds. Ну да, она была в 4 версии ядра, а в 5 этой функции нет. Я иногда думаю, что разработчики не хотят поддерживать свои драйвера из-за того, что в ядре постоянно изменения вносят и переписывать нужно некоторые участки кода. В общем, я посмотрел как в старой версии ядра реализован get_ds. Оказывается он просто возвращает KERNEL_DS. Ну это я и заменил также. Потом была проблема со структурой времени, которая в текущем ядре уже есть только 64 битная версия. Это исправил. Были ещё мелкие вроде исправления, но я не помню уже что исправлял. Итак, драйвер скомпилировался, но отказывался регистрировать устройство адаптер. Я нашел патч link, который обязывает производителей указывать правила. Я добавил в каждую запись в os_dep/linux/rtw_cfgvendor.c, такое .policy = VENDOR_CMD_RAW_DATA,
И скомпилировал, скопировал и запустил. и вуаля! у меня получилось. ) Хоть я в разработке ядра не разбираюсь, но поддержку простенькую мне удалось сделать. Ссылку на исходники драйвера пока что выложу на google диск. вот ссылка. link.
Источник
Установка tp-link archer t2u v3
Как установить usb vifi адаптер , он есть в системе , но не работает [email protected]:
$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 010: ID 0458:7076 KYE Systems Corp. (Mouse Systems) Genius FaceCam 312
Bus 001 Device 009: ID 2357:011f TP-Link 802.11ac WLAN Adapter
Bus 001 Device 007: ID 13fe:5500 Kingston Technology Company Inc. Flash drive
Bus 001 Device 005: ID 0e8d:1806 MediaTek Inc. Samsung SE-208 Slim Portable DVD Writer
Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[email protected]:
Если загуглить tp-link archer t2u v3 linux driver, будет не мало дельных ссылок на решение вопроса, но проверить их сможете только вы, или другой страждущий, но не я, или любой другой с этого форума, у коих такого адаптера нет в наличии.
Вот так нужно установить драйвер find /lib/modules/`uname -r` -name «*.ko» | grep 8812
lsmod | grep «8812\|rlt»
sudo apt install git build-essential libelf-dev linux-headers-`uname -r` debhelper dpkg-dev dkms bc
git clone https://github.com/aircrack-ng/rtl8812au
cd rtl*
sudo make dkms_install и всё работает и в 20.04 и в 20.10 и в 21.04
Ну, вот видишь, не долго пришлось страдать, нужно было только руку приложить, и тему можно было не заводить.
С наступающим, дружище Владимир!
Помогло. Всё работает.
Система Ubuntu 20.04.1 LTS 64-бит.
Адаптер tp-link archer t2u nano ver. 1.0
Драйвера встали, адаптер нашёлся, сеть поиймал.
Спасибо большое.
ЗЫ
Я новичок в linux и, если честно, при установке драйверов немного напрягает сначала ввод в терминале непонятных команд (. git build-essential libelf-dev linux-headers-`uname. ), потом быстрый листинг проводимых операций (что происходит не ясно), и, в завершении, установка непоятно чего и непонятно куда.
Но всё работает. Надеюсь, со временем, разберусь.
Ещё раз спасибо!
Источник