-
|
Hi, I'm running kernel I switch the interface to monitor mode: My lab AP is broadcasting on 5Ghz channel 48, so I run hcxdumptool like this: Tool starts fine, but I can see the table showing nearby APs on channel 1b ONLY. Needless to say, it does not attack my lab AP. When I exit hcxdumptool it leaves the driver in broken state, since I can't switch to any other channel until I unload and load When hxc leaves driver in broken state airodump-ng reports: I tried forcing channel with Please tell me it's me doing something wrong. I fucking hate running hcx via VMs or OpenWRT and would love to run in on modern kernel without fucking around with shitty hardware and cable mess. EDIT: and yes, I renamed the interface with udev from bullshit name to friendly name, hence |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
This issue is easy to fix: Remove the -A option from your command line and everything is fine! Active monitor mode (-A) is broken on all mt76 drivers since a long time! |
Beta Was this translation helpful? Give feedback.
-
|
BTW: An example: Now, use iw with active monitor mode flag to crash the driver: BTW:
This issue has been reported 2023 to upstream and it is still unfixed: I'll change the head line, because it is a driver issue! |
Beta Was this translation helpful? Give feedback.
-
|
BTW: |
Beta Was this translation helpful? Give feedback.
-
|
For other readers of this discussion: It's completely useless to report driver bugs here! |
Beta Was this translation helpful? Give feedback.
This issue is easy to fix: Remove the -A option from your command line and everything is fine!
Active monitor mode (-A) is broken on all mt76 drivers since a long time!