Replies: 2 comments
-
iw fails to set a channel, too: set channel via iw: double check that channel is 11:
According to iw the interface should be on channel 11, now. record traffic (set display filter to show frequency)
the interface is still on channel 1! set channel via iw: double check that interface is on channel 6:
record traffic (set display filter to show frequency)
the interface is still on channel 1! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed since kernel 6.9.5: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After an update to kernel 6.9.1 (AMD RYZEN systems running 6.9.1-arch1-1) I noticed that packet injection is broken on all drivers!
While monitor mode is still working as expected, frame injection failed.
hcxlabtool/hcxdumptool is not working any longer - none of my 5 test APs respond:
After some more tests running monitor mode:
transmitting PROBEREQUEST frames -> completely broken
transmitting PROBERESPONSE frames -> completely broken
transmitting AUTHENTICATION frames -> completely broken
transmitting ASSOCIATION frames -> completely broken
transmitting REASSOCIATION frames -> completely broken
transmitting EAPOL frames -> completely broken
setting channel via NETLINK "NL80211_ATTR_WIPHY_FREQ" -> completely broken
That is not a single driver problem.
The entire MAC80211 system is affected.
Moving back to kernel 6.8 everything is working as expected.
BTW:
aireplay-ng doesn't work too:
and airodump-ng is not able to switch channel.
The bug has been reported to bugzilla.kernel.org
Beta Was this translation helpful? Give feedback.
All reactions