Replies: 7 comments
-
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.
-
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