MT7925 WiFi Driver Fixes - Now Available as DKMS Package

I’m pretty sure I found the issue for the MT7921 and running though doing some tests, but if you can this would help me a ton so I can verify that I’m fixing the same issue.

This will dump the kernel log of relevant lines for me for a previous boot if you were forced to reboot:

  journalctl -b -1 -k | grep -E "mt76|mt792|wifi|deadlock|lockdep|BUG|stuck" > mt7921-deadlock.log

And if you have a terminal open during the deadlock of the same boot this will work:

  sudo dmesg | grep -E "mt76|mt792|wifi|deadlock|lockdep|BUG|stuck|held lock"

Or if you feel comfortable sending me a full kernel log from a previous boot where it locked up that would be awesome. Can me a DM or an email zac (at) zacbowling.com.

  journalctl -b -1 -k > full-kernel-log.txt
1 Like