PDA

View Full Version : TP-Link tl-wn722n v3. The problem with the driver on the kernel 5.3.9. What adapters will work on th



iroot
2019-11-30, 21:54
Is there a tl-wn722n v3 driver with monitor mode and packet injection? For the kernel 5.3.0 ?????
What adapters will work in 2019.4 with the 5.3.9 kernel ??

root@kali:~# ifconfig
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 50:9a:4c:d0:92:b1 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 890 bytes 36520 (35.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 890 bytes 36520 (35.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.107 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::4603:2cff:fe8b:f5e2 prefixlen 64 scopeid 0x20<link>
ether 44:03:2c:8b:f5:e2 txqueuelen 1000 (Ethernet)
RX packets 85310 bytes 101673329 (96.9 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 30006 bytes 4524234 (4.3 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlan1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 50:3e:aa:e7:08:da txqueuelen 1000 (Ethernet)
RX packets 0 bytes 12822 (12.5 KiB)
RX errors 0 dropped 14 overruns 0 frame 0
TX packets 0 bytes 6283 (6.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

root@kali:~# airmon-ng

PHY Interface Driver Chipset

phy0 wlan0 iwlwifi Intel Corporation Wireless 3165 (rev 79)
null wlan1 r8188eu TP-Link TL-WN722N v2

root@kali:~# ifconfig wlan1 down
root@kali:~# airmon-ng check kill

Killing these processes:

PID Name
81484 wpa_supplicant

root@kali:~# iwconfig wlan1 mode monitor
Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan1 ; Invalid argument.
root@kali:~# ifconfig wlan1 up

g0rbe
2019-12-03, 13:22
Here is a link with network adapters that support monitor mode: https://forums.kali.org/showthread.php?19387-802-11-Recommended-Wireless-Cards
As i know the v2 not support monitor mode, only v1 (because of ath9k).
Whenever you buy an adapter, you shuold check the chipset it use.

silentj
2019-12-13, 15:36
Are you positive it doesn't work on v2/v3? I've seen multiple results on Google claiming it does, and other people have responded saying they got it working. They're all on kernel 4.x.x though.

https://null-byte.wonderhowto.com/forum/problems-with-tl-wn722n-v2-monitor-mode-0178595/

gangsta
2020-01-03, 18:47
Iroot did you get this working?