As a first step (and to figure out if things changed since the bug report of "2021-09-02 15:32 UTC" you can go for latest git:
https://github.com/ZerBea/hc
enable the new debug mode in Makefile:
Compile and run hcxdumptool.
When terminated, take a look at hcxdumptool.log.
The log file should contain errno messages as reported by the system.
(I'm interested in this log, too).
In general, it is not a good idea to use a PCIe card (notebook) due to possible interferences (and a poor range), e.g.
https://www.phoronix.com/forums/forum/ha...-for-linux
https://forums.tomshardware.com/threads/...on.735369/
and a lot more.
USB WiFi (with external antenna connector) is a good choice. Here are some tests:
https://github.com/ZerBea/hcxdumptool/discussions/361
best value for money as of today:
https://github.com/ZerBea/hcxdumptool/di...nt-7551692
BTW:
Monitor mode capabilities of an interface/driver do not mean automatically capabilities to inject frames:
https://community.intel.com/t5/Wireless/...-p/1560256
hcxdumptool need both (monitor mode and full packet injection capabilities).
https://github.com/ZerBea/hc
enable the new debug mode in Makefile:
Code:
# uncomment to enable DEBUG log
#DEFS += -DHCXDEBUG
Compile and run hcxdumptool.
When terminated, take a look at hcxdumptool.log.
The log file should contain errno messages as reported by the system.
(I'm interested in this log, too).
In general, it is not a good idea to use a PCIe card (notebook) due to possible interferences (and a poor range), e.g.
https://www.phoronix.com/forums/forum/ha...-for-linux
https://forums.tomshardware.com/threads/...on.735369/
and a lot more.
USB WiFi (with external antenna connector) is a good choice. Here are some tests:
https://github.com/ZerBea/hcxdumptool/discussions/361
best value for money as of today:
https://github.com/ZerBea/hcxdumptool/di...nt-7551692
BTW:
Monitor mode capabilities of an interface/driver do not mean automatically capabilities to inject frames:
https://community.intel.com/t5/Wireless/...-p/1560256
hcxdumptool need both (monitor mode and full packet injection capabilities).