Mike

Results 303 comments of Mike

Now do the same as mentioned above, but on different kernels to make sure it is not a driver regression.

BTW: https://github.com/morrownr/USB-WiFi/issues/300#issuecomment-1672320973 It is always good to check (set) the regulatory domain setting, because the impact is huge: ``` $ sudo iw reg set 00 $ hcxdumptool -I wlp22s0f0u9u3 Requesting...

Mixed mode (MONITOR and AP) should work fine: ``` $ lsusb ID 0e8d:7612 MediaTek Inc. MT7612U 802.11a/b/g/n/ac Wireless Adapter ``` ``` $ iw dev phy#1 Interface mon0 ifindex 6 wdev...

To monitor the NETLINK communication, just setup a NETLINK MONITOR interface (nlmon): ``` sudo ip link add nlmon0 type nlmon sudo ip link set dev nlmon0 up ``` run hostapd...

Thanks for the information, which is very useful. I can partially reproduce this behavior. Partially means that not all combinations of WiFi hardware are affected. Some combinations are working fine,...

I got the ALLNET WA1200AC. First tests are not very impressive, because it looks like mt76 USB 3.x support is completely broken: https://github.com/ZerBea/hcxdumptool/issues/337#issuecomment-1719231735

Unfortunately several problems running latest kernel: AWUS036AXML https://github.com/ZerBea/hcxdumptool/issues/334 AWUS036AXM https://github.com/ZerBea/hcxdumptool/issues/337 reported here, too: https://bugzilla.kernel.org/show_bug.cgi?id=217122

@morrownr , I fully agree. Luckily in kernel support for Realtek chipsets is going to better since kernel 6.3: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/drivers/net/wireless/realtek/rtl8xxxu?h=v6.4.12 ``` $ lsusb Bus 001 Device 020: ID 0bda:8179 Realtek...

Partly the ALFA AWUS036ACHM is affected, too. I reported this here: https://bugzilla.kernel.org/show_bug.cgi?id=217312 While, as mentioned above, the ALFA AWUS036ACM is working as expected: ``` $ hcxdumptool -I wlp22s0f0u4 Requesting interface...

A VIF could be a real problem. That is mentioned in --help: ``` do not set monitor mode by third party tools (iwconfig, iw, airmon-ng) do not use logical (NETLINK)...