Драйвер для 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 драйвер 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!
(SOLVED) TP-LINK Archer T2U (AC600) Plus
(SOLVED) TP-LINK Archer T2U (AC600) Plus
Post by Clawds » Wed Dec 11, 2019 6:43 am
Hello, recently i have bought new wifi usb (TP-LINK Archer T2U (AC600) Plus) to replace my inboard wifi adapter that broke, But i couldnt figure out how to install the driver, anyone here can help me?
also sorry for my bad english, Thanks!
Re: TP-LINK Archer T2U (AC600) Plus
Post by JeremyB » Wed Dec 11, 2019 6:57 am
Re: TP-LINK Archer T2U (AC600) Plus
Post by Clawds » Wed Dec 11, 2019 7:04 am
Bus 002 Device 003: ID 1058:25e1 Western Digital Technologies, Inc.
Bus 002 Device 002: ID 2109:0817 VIA Labs, Inc.
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 013: ID 13d3:3490 IMC Networks
Bus 001 Device 007: ID 0bda:57de Realtek Semiconductor Corp.
Bus 001 Device 011: ID 2109:0102 VIA Labs, Inc.
Bus 001 Device 014: ID 2717:ff88
Bus 001 Device 005: ID 2109:2817 VIA Labs, Inc.
Bus 001 Device 015: ID 2357:0120
Bus 001 Device 008: ID 258a:0016
Bus 001 Device 006: ID 046d:c21d Logitech, Inc. F310 Gamepad [XInput Mode]
Bus 001 Device 004: ID 046d:c084 Logitech, Inc.
Bus 001 Device 002: ID 214b:7000
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
SecureBoot disabled
Platform is in Setup Mode
Источник
Download for Archer T2U Plus V1
Driver
Archer T2U Plus(UN)_V1_200105_Mac10.15
1. For Mac OS 10.15.
2. For Archer T2U(EU_US_JP_RU) v3.0, Archer T2U Plus(EU_US_JP_RU) v1.0, Archer T2U Nano(EU_US_JP_RU) v1.0.
1. For Mac 10.15.
2. For Archer T3U v1, Archer T4U v3, Archer T9UH v2,Archer T2U v3, Archer T2U Nano v1, Archer T2U Plus v1, TL-WN821 v6, TL-WN822 v5, TL-WN823 v3, TL-WN8200ND(UN) v2, TL-WN727N(EU) v5.20, TL-WN725N v3, TL-WN722N v3.
Note :This is a beta version; unknown bugs may still exist. The formal version is coming soon.
Archer T2U plus(UN)_V1_190422_Win
Modifications and Bug Fixes:
1.Driver for WinXP/Win7/Win8/Win8.1/Win10 32bit/64bit
2. Improve the compatibility and the stability.
Archer T2U Plus(EU) _V1_190111_Mac
Modifications and Bug Fixes:
Driver for Mac 10.9
10.14
For Archer T2U Plus V1
Archer T2U Plus(EU) _V1_190111_Wins
Modifications and Bug Fixes:
Driver for WinXP/Win7/Win8/Win8.1/Win10 32bit/64bit
For Archer T2U Plus V1
Feature Filter: All Troubleshooting User Application Requirement Q&A of functional explanation or specification parameters
- Problems you may come across during the driver installation of the TP-Link wireless adapter 07-20-2021 425204
- How to use TP-Link network adapters on Windows 8 03-26-2021 97240
- Why cannot the adaptor detect the 5G Wi-Fi of my router? 02-02-2021 60629
- How to troubleshoot if your computer goes to a blue screen when installing TP-Link wireless adapter 01-13-2021 49275
- How to Manually Install Adapters on Windows 8? 12-17-2020 183770
- How to Manually Install Adapters on Windows 7 12-17-2020 1766117
- How to install the driver manually on MAC OS? 12-17-2020 347813
- How to check if I have installed the driver for my adapter successfully or not on windows 12-10-2020 179264
- How to improve the speed of TP-Link wireless adapters? 12-09-2019 475421
- How to Setup an Ad Hoc Wireless Network with Windows Built-in Utility (Windows XP) 09-27-2019 130901
- How to install adapters on Windows 8 if plug-and-play fails? 09-27-2019 105863
- Why cannot I find or connect to my wireless networks? 09-24-2019 834338
- How to find suitable driver for my network adapter 04-29-2019 144039
- How do I install TP-Link wireless adapter manually on Windows XP 09-22-2017 489881
- How to Install TP-Link Wireless Adapters by Running the CD? 01-03-2015 94185
- What should I do when the driver for my adapter is not allowed on my windows computer 02-22-2013 82861
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.
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.
Site Selection Popup
SMB Product Selection System
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
__livechat, __lc2_cid, __lc2_cst, __lc_cid, __lc_cst, CASID
VISITOR_INFO1_LIVE, YSC, LOGIN_INFO, PREF, CONSENT, __Secure-3PSID, __Secure-3PAPISID, __Secure-3PSIDCC
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
_gid, _gat, _gat_global, _ga, _gaexp
Google Ads & DoubleClick
NID, IDE, test_cookie, id, 1P_JAR
fr, spin, xs, datr, c_user, sb, _fbp
_ce.s, _CEFT, _gid, cean, _fbp, ceac, _drip_client_9574608, cean_asoc
_hjKB, _fbp, ajs_user_id, _BEAMER_LAST_UPDATE_zeKLgqli17986, _hjid, _gcl_au, _ga, ajs_anonymous_id, _BEAMER_USER_ID_zeKLgqli17986, _hjAbsoluteSessionInProgress, _hjFirstSeen, _hjIncludedInPageviewSample, _hjTLDTest
Hm_lpvt_33178d1a3aad1dcf1c9b345501daa675, Hm_lvt_33178d1a3aad1dcf1c9b345501daa675, HMACCOUNT_BFESS
lms_analytics, AnalyticsSyncHistory, _gcl_au, liap
Источник