Replies: 11 comments 11 replies
-
That looks like a driver issue. How can I get the Linux 6.13.1, hcxdumptool and Wireless 8265 / 8275 to play well together? Anyone else facing similar issues?
|
Beta Was this translation helpful? Give feedback.
-
To get more information, you can enable hcxdumptool's debug mode.
run make and start hcxdumptool: |
Beta Was this translation helpful? Give feedback.
-
Thanks, @ZerBea! I’d prefer not to mess with my current OS installation or repeatedly recompile the kernel on my aging 8th-gen i7. Instead, I’ll likely replace the wireless card with one that supports monitor mode and packet injection, then reproduce and debug the issue later on a different machine. That said, recompiling hcxdumptool with debug enabled seems like a solid first step before diving into a kernel bisect. I’ll give it a shot when I have the time. |
Beta Was this translation helpful? Give feedback.
-
Don't be afraid to bisect the Linux kernel. Running Arch Linux, this is very simple:
Please consider to buy an USB 2 adapter instead of an internal device.
BTW:
|
Beta Was this translation helpful? Give feedback.
-
Compiled the latest git commit with debug enabled, nothing in the log files: |
Beta Was this translation helpful? Give feedback.
-
Thanks for sharing the screen record. |
Beta Was this translation helpful? Give feedback.
-
To make sure the problem is not related to the general mac80211 stack or hcxdumptool, I did a test:
Running "--rcascan=active" hcxdumptool counts all PROBERESPONSEs directed to it. |
Beta Was this translation helpful? Give feedback.
-
Looks like other users are affected, too: |
Beta Was this translation helpful? Give feedback.
-
Interesting, I don't have problems when using 6.12 / arch-lts. (https://archlinux.org/packages/core/x86_64/linux-lts/) Wondering if fedora back ported something from 6.13. |
Beta Was this translation helpful? Give feedback.
-
I recently had some free time and decided to test the new Arch Linux kernel version 6.13.3; unfortunately, the issue persists. Consequently, I manually configured monitor mode using the I can confirm that manually setting the interface to monitor mode was successful. The commands I used were:
With this setup, I was able to generate .22000 files in a controlled environment and successfully recover passwords. Is there anything I can assist with to discover why the interface configured by hcxdumptool is failing? |
Beta Was this translation helpful? Give feedback.
-
dmesg of hcxdumptool
iw phy phy0 interface add + hcxdumptool -i mon0
iw dev - hcxdump monitor interface
sudo iw --debug phy phy0 interface add mon0 type monitor
|
Beta Was this translation helpful? Give feedback.
-
Upgraded the archlinux kernel to 6.13.1 and after that the monitor interface
hcxdumptool -i INTERFACE
does not display any network, neither does tcpdump capture any packet in monitor mode (tested both withhcxdumptool -M
andiw dev XXX set type [info.txt](https://github.com/user-attachments/files/18649894/info.txt) monitor
I rebooted and tested the lts kernel version (6.12), which is working fine.
I have a different machine that has Wi-Fi 6 AX200 and 6.13.1 is working fine there.
How can I get the Linux 6.13.1, hcxdumptool and Wireless 8265 / 8275 to play well together?
Anyone else facing similar issues?
Workaround for now is to run the lts kernel.
info.txt
Beta Was this translation helpful? Give feedback.
All reactions