You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears to fail to decode some critical management frame, and turns the device off again.
I also tried the latest 5.2 driver, and it didn't work either. To my surprise, however there was no module parameter to enable debug in the same way.
Trying to manually set config options like CONFIG_RTW_DEBUG during compliation resulted in compiler errors related to macros and missing variables with debug in the name, so it appears the 5.2 current branch has broken debug.
My questions are:
Is this master issue something that could be be investigated?
Is there a way to enable debug debug mode on the 5.2 branch?
This issue is may be related to either #423 or #404, but hopefully I can facilitate progress by bringing debug logs.
I'm on Arch Linux with kernel 5.19, by the way.
I first tried the current master, compiled myself. The problem is that neither
ip link
norwpa_supplicant
can actually raise the interface.Attached are logs with
debug=9
on the driver. The part of the log that sticks out to me is this:It appears to fail to decode some critical management frame, and turns the device off again.
I also tried the latest 5.2 driver, and it didn't work either. To my surprise, however there was no module parameter to enable debug in the same way.
Trying to manually set config options like
CONFIG_RTW_DEBUG
during compliation resulted in compiler errors related to macros and missing variables withdebug
in the name, so it appears the 5.2 current branch has broken debug.My questions are:
Thanks.
log_master.txt.gz
The text was updated successfully, but these errors were encountered: