- Драйвер для сетевого адаптера TP-Link TL-WN822N
- Tp link wn822n driver linux
- Загрузить для TL-WN822N V5
- Драйвер
- Видео по настройке
- TP-Link Wireless Adapter Setup and Installation Video (for Windows)
- TP-Link Wireless Adapter Troubleshooting Video(for Windows)
- TP-Link Wireless Adapter Setup and Installation Video (for Mac OS)
Драйвер для сетевого адаптера TP-Link TL-WN822N
Версия устройства | Тип | | ||||
V1 | Драйвер | Windows XP / Vista / 7 | 29.06.2010 | 28.8 [MB] | Скачать | |
V2 | Драйвер | Windows 8 (бета версия) | 30.11.2012 | 7.8 [MB] | Скачать | |
Windows XP / Vista / 7 / 8 | 16.11.2011 | 8.9 [MB] | Скачать | |||
Утилита | Windows XP / Vista / 7 | 05.01.2012 | 11 [MB] | Скачать | ||
V3 | Драйвер | Mac OS X 10.7 — 10.11 | 28.01.2016 | 10.4 [MB] | Скачать | |
Linux (kernel 2.6.18 — 3.10.10) | 09.09.2015 | 1.7 [MB] | Скачать | |||
Windows XP / Vista / 7 / 8 / 8.1 | 18.09.2014 | 6.1 [MB] | Скачать | |||
Утилита | Mac OS X 10.7 — 10.11 | 28.01.2016 | 10.4 [MB] | Скачать | ||
Windows XP / Vista / 7 / 8 | 18.09.2014 | 25 [MB] | Скачать | |||
V4 | Драйвер | Windows 10 | 11.03.2016 | 18.8 [MB] | Скачать |
Драйверы + утилиты для беспроводного (WiFi) сетевого USB-адаптера TP-Link TL-WN822N под Windows XP — 10, Linux (kernel 2.6.18 — 3.10.10) и Mac OS X 10.7 — 10.11.
Важно правильно определить версию адаптера. Если получится так, что она у вашего устройства старенькая и к вашей системе нет драйвера, нужно пробовать устанавливать ПО от более современных версий. Если драйвер установится и WiFi-адаптер будет исправно работать, напишите, пожалуйста, про это в комментариях. Всем будет полезно.
Источник
Tp link wn822n driver linux
The driver in the tplink website is a beta one and gives me errors when I make it.
I am trying to install it on a freshly downloaded and updated Kali Linux x64 on my laptop.
The WiFi adaptor is being detected as wlan1 and monitor mode works fine. But I am not able to connect to a AP even though it is able to scan and show lost of AP.
I installed realtek drivers from GitHub and the WiFi adaptor is showing v4 and still not able to connect to any AP.
On windows and Mac it worls fine.
I successfully installed the tp-link driver on kali linux today.
Kali linux version: 5.2.0-kali2-amd64 (latest)
device: Dell Inspiron 5577 gaming
Internal wifi: Intel dual band wireless 3165
$ lsusb shows TP-Link TL-WN822N Version 4 RTL8192EU
lsusb : shows what driver your current wireless cards are running
Issues I encountered:
1) bin/sh: 1: bc: not found
run following commands one by one:
$ sudo apt-get install linux-headers-$(uname -r)
*I don’t remember the order
Better to restart not sure.
2) Installed driver is not being used.
There might be an issue where rtl8xxxu driver will be used instead of the newly installed one. You can find that by lsusb.
rtl8xxxu is I guess a common driver(not a specific for your model). So we need to blacklist it. Run below command.
Initially there is no rtl8xxxu-blacklist.conf file, so need to create a new one. leafpad creates it automatically with above command.
In the file, type blacklist rtl8xxxu and then save and exit.
3) Turn of inbuilt wireless card.
check your internal wireless driver name using $ lsusb and blacklist it. I didn’t try blacklisting internal wireless it but it should work.
I am posting the order of comands I used from begining.
$ sudo apt-get install linux-headers-$(uname -r)
follow 4 steps under build guide in the github page.
If still doesn’t work, follow below steps.
$ make clean
$ make
$ sudo cp 8192eu.ko /lib/modules/5.2.0-kali2-amd64/kernel/drivers/net/wireless/
As an open system, the linux OS is more complicated than Windows or Mac; we will do our best to help, but if still cannot be resolved, it is suggested to ask for some help from linux or github.
What is the kernel version of the kali linux laptop? What is the error with the beta driver installed?
Is there any error message if you failed to connect to any AP? Have you ever tried to enter the wifi name and password manually to give it a shot?
Besides, the chipset of the 822N V5 is Realtek RTL8192EU, try to find another driver for your linux laptop.
May it work. Good day.
I did a fresh install of Kali linux and it’s kernel version is 4.19.0-kali4-amd64.
I upgraded and updated and installed latest linux headers. I also installed dpkg.
I downloaded the driver and tried these commands in the terminal.
/Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047# make clean
#make -C /lib/modules/4.19.0-kali4-amd64/build M=/root/Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047 clean
cd hal ; rm -fr */*/*/*.mod.c */*/*/*.mod */*/*/*.o */*/*/.*.cmd */*/*/*.ko
cd hal ; rm -fr */*/*.mod.c */*/*.mod */*/*.o */*/.*.cmd */*/*.ko
cd hal ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko
cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd core/efuse ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep/linux ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd platform ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
rm -fr Module.symvers ; rm -fr Module.markers ; rm -fr modules.order
rm -fr *.mod.c *.mod *.o .*.cmd *.ko *
rm -fr .tmp_versions
root@kali:
/ Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047# make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.19.0-kali4-amd64/build M=/root/Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047 modules
make[1]: Entering directory ‘/usr/src/linux-headers-4.19.0-kali4-amd64’
CC [M] /root/Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/core/rtw_cmd.o
In file included from /root/Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/include/osdep_service.h:47,
from /root/Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/include/drv_types.h:27,
from /root/Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/core/rtw_cmd.c:17:
/root/Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/include/osdep_service_linux.h: In function ‘_init_timer’:
/root/Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/include/osdep_service_linux.h:299:8: error: ‘_timer’
ptimer -> data = (unsigned long)cntx;
^
/root/Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/include/osdep_service_linux.h:300:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [- Werror=implicit-function-declaration ]
init_timer (ptimer);
^
_init_timer
In file included from /root/Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/include/drv_types.h:30,
from /root/Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/core/rtw_cmd.c:17:
/root/Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/include/wifi.h: At top level:
/root/Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/include/wifi.h:1031: warning: «IEEE80211_MAX_AMPDU_BUF» redefined
#define IEEE80211_MAX_AMPDU_BUF 0x40
In file included from /root/Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/include/osdep_service_linux.h:83,
from /root/Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/include/osdep_service.h:47,
from /root/Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/include/drv_types.h:27,
from /root/Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/core/rtw_cmd.c:17:
/usr/src/linux-headers-4.19.0-kali4-common/include/linux/ieee80211.h:1442: note: this is the location of the previous definition
#define IEEE80211_MAX_AMPDU_BUF 0x100
cc1: some warnings being treated as errors
make[4]: *** [/usr/src/linux-headers-4.19.0-kali4-common/scripts/Makefile.build:309: /root/Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047/core/rtw_cmd.o] Error 1
make[3]: *** [/usr/src/linux-headers-4.19.0-kali4-common/Makefile:1535: _module_/root/Downloads/TP-Link_Driver_Linux_series8_beta/rtl8192EU_WiFi_linux_v5.2.19.1_25633.20171222_COEX20171113-0047] Error 2
make[2]: *** [Makefile:146: sub-make] Error 2
make[1]: *** [Makefile:8: all] Error 2
make[1]: Leaving directory ‘/usr/src/linux-headers-4.19.0-kali4-amd64’
make: *** [Makefile:1828: modules] Error 2
I also installed 2017.1 version which has kernal 4.9 but still dosent work.
I also tried using this forum https://forums.linuxmint.com/viewtopic.php?f=239&t=268034&p=1461575&hilit=Rtl8192eu#p1461210
But I still cant connect to a wireless AP.
I will tried to mauallly connect to an ap using
Источник
Загрузить для TL-WN822N V5
Драйвер
1. Для Mac OS 10.15.
2. Для TL-WN821N(EUUS) v6.0, TL-WN822N(EUUS) v5.0, TL-WN8200ND(UN) v2.0, TL-WN823N(EUUSRU) v3.0.
1. Для Mac OS 10.15.
2. Для моделей 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.
Примечание: Эта версия драйвера является бета-версией.
Примечание:
1. Для TL-WN822N(EU)/(US) V5.
2. Для Mac 10.14.
1. For TL-WN822N(EU) V5.
2. For Mac 10.8
1. For TL-WN822N(EU) V5.
2. For WinXP/Win7/Win8/Win8.1/Win10 32bit/64bit.
TL-WN822N(UN)_V5_Mac os x 10.14_Beta
This is a beta version; unknown bugs may still exist. The formal version is coming soon.
1. Для TL-WN821N V6/TL-WN822N V5/TL-WN823N V3.
2. Для Linux kernel 2.6.24
4.9.60.
3. Поддержка режима монитора на ubuntu и mint.
4. Бета версия. Финальная версия будет доступна позднее.
Modifications and Bug Fixes:
Support linux(kernel 2.6.18
1. For TL-WN822N(EU) V5.
2. For MAC 10.8
1. For TL-WN822N(EU) V5.
2. For WinXP/Win7/Win8/Win8.1/Win10 32bit/64bit.
1. For TL-WN822N(EU)5.0
2. For Mac OS 10.6
1. For TL-WN822N(EU/US)5.0
2. For WinXP/Win7/Win8/Win8.1/Win10 32/64 bit
Modifications and Bug Fixes:
1. Beta driver for TL-WN822N(EU)_V5
2. For Mac 10.8-10.12
3. The official driver is under test.TP-LINK will release it as soon as possible
Видео по настройке
TP-Link Wireless Adapter Setup and Installation Video (for Windows)
TP-Link Wireless Adapter Troubleshooting Video(for Windows)
TP-Link Wireless Adapter Setup and Installation Video (for Mac OS)
Фильтр: Все Устранение неисправностей Требования к использованию Вопросы и ответы по функционалу или параметрам спецификаций
- Problems you may come across during the driver installation of the TP-Link wireless adapter 07-20-2021 425207
- Как увеличить скорость или радиус беспроводной передачи данных? 03-25-2016 1033452
- Как установить сетевой адаптер TP-Link на Windows 8 11-16-2012 97241
- Как вручную установить / обновить драйвер сетевого адаптера в ОС Windows Vista 08-31-2011 665601
- Как вручную установить Адаптеры на Windows 8 11-14-2012 183771
- Как вручную устанавливать адаптеры на ОС Windows 7 08-31-2011 1766119
- Как вручную установить драйвер на MAC OS? 12-29-2016 347814
- Как проверить, успешно ли я установил драйвер для моего адаптера? 08-31-2011 179265
- Что делать, если беспроводной адаптер TP-Link не выдает необходимой скорости? 04-07-2016 475422
- Как настроить режим Ad Hoc беспроводной сети с помощью утилиты, встроенной в ОС Windows(Windows XP)? 08-31-2011 130902
- How to install adapters on Windows 8 if plug-and-play fails? 09-27-2019 105865
- Why cannot I find or connect to my wireless networks? 09-24-2019 834343
- How to find suitable driver for my network adapter 04-29-2019 144040
- Как вручную установить драйвер беспроводного сетевого адаптера TP-Link 08-31-2011 489882
- Автоматическая установка сетевых адаптеров TP-Link на ОС Windows 7 08-31-2011 202578
- Как установить TL-WN321G/TL-WN727N/TL-WN7200ND с помощью компакт-диска? 08-31-2011 94187
- Почему я не могу просканировать мою беспроводную сеть в Windows 7 или Vista с помощью установленной на компьютере программы Kaspersky? 08-31-2011 42680
- Что мне делать, когда драйвер для моего адаптера не разрешается на моем компьютере с ОС Windows? 08-31-2011 82861
Подписаться на рассылку Мы с ответственностью относимся к вашим персональным данным. Полный текст политики конфиденциальности доступен здесь.
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
Источник