@k96hkh this is a tricky question. To be honest, I do not know if this driver would work even in the case that your chipset supports that. But you can give it a try and figure it out. First, I would be sure that your device can simultaneously use both bands at the same time. iw list
can help you find that out. Having two antennas doesn't mean that it can use both bands at the same time. Normally you can create as many software monitor interfaces as you want (iw dev YOUR_CHIPSET interface add NAME_MONITOR_INTERFACE type monitor
), although with this driver I have issues with this thing, but they will compete for the resources, meaning that if you, for example use airodump-ng
simultaneously with both interfaces on different channels, it will not work as you expected. There are some chipsets that support that though, but I guess you will have some lines in the "interface combinations" section when you run iw list
.
What I usually do when I want to scan both 2.4 and 5 GHz bands is select the specific channels and let airodump-ng
hop from one to another. It works quite good. For example, airodump-ng -WMU wlp0s20u1 -c 1,6,11,36,44
Pinned Comments
iyanmv commented on 2020-01-10 16:02 (UTC)
This package now forces to use the branch
v5.6.4.2
(the one that works better for me), which is the default one in the remote repository although they still mention branchv5.3.4
as the stable one. If you have any issues, please leave a comment, and also tried to change the branch in the source array. For example, change it to:Read the README.me to learn how to set your interface in monitor mode (and other things).
Important: Use
ip
andiw
instead ofifconfig
andiwconfig