I’ve provided a possible solution here:
I’m on Linux 6.5.0-1016-oem and 24.04using the same network controller MT7922 with the kernel driver mt7921.
Symptoms:
- WiFi suddenly dropped out and was now missing (along with bluetooth) in my settings
- Restarting did nothing
sudo lshw -C networkshowed that it could still detect it however no driver was defined in the configuration attributesudo dmesg | grep mt7921eresulted indriver own failedfailed with error -5
Fix
Removing the module in the reply above with modprobe -r mt7921e then loading it back with modprobe mt7921e made it work immediately. The commands in the steps above now show the driver and version. Thanks!
1 Like
Beginning with an update about 2 weeks back, my wi-fi is now working perfectly. I’m on kernel 6.10.6-10-MANJARO.
Not sure what happened, but either a kernel or firmware update, I suspect.
1 Like
Same here. Also just upgraded to 6.10.6 an everything is going flawlessly again ![]()
1 Like