-
Hey! I have AWUS036AXML adapter with active monitor mode (using mt7921u and loading WIFI_RAM_CODE_MT7961_1.bin and WIFI_MT7961_patch_mcu_1_2_hdr.bin drivers). $sudo hcxdumptool -i wlan0 -w dumpfile.pcapng --rds=1 -F Is it possible that launch of hcxdumptool switches my card to wrong monitor mode or breaks something? I've noticed that when I try: $ sudo iw dev wlan0 set monitor active the injection stops working ($ aireplay wlan0 --test, airodump-ng as well). It only works with: The thing is that I managed to use hxcdumptool several times sometimes it was working fine, sometimes it showed only short list of APs and sometimes it didn't show any APs. I deleted my VM (yes, I know I shouldn't use it, but I managed to make it work before - just don't remember how). $lsb_release -a: $lsusb: $hcxdumptool -L: available wlan devices: 1 4 xxx xxxx * wlan0 mt7921u (NETLINK)
$dmesg output also looks fine: [ 106.006694] warning: `iwconfig' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211 [ 852.321584] mt7921u 2-1:1.3: firmware: direct-loading firmware mediatek/WIFI_RAM_CODE_MT7961_1.bin |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
One more important thing- after setting down wlan0, activating monitor control and setting it up, airodump-ng works. |
Beta Was this translation helpful? Give feedback.
-
Activve monitor mode is not working as expected on mt7921u and 7601u. Both problems are reported to upstream: and hcxdumptool received a workaround (changelog):
Even if the driver report that active monitor mode is possible, hcxdumptool will not use it by default any longer. |
Beta Was this translation helpful? Give feedback.
-
The driver for the ALFA AWUS036ACH is not part of the Linux stock kernel. As of today, it is mandatory to install a third party driver. |
Beta Was this translation helpful? Give feedback.
Activve monitor mode is not working as expected on mt7921u and 7601u. Both problems are reported to upstream:
https://bugzilla.kernel.org/show_bug.cgi?id=217465
openwrt/mt76#839
morrownr/USB-WiFi#107
and hcxdumptool received a workaround (changelog):
Even if the driver report th…