this post was submitted on 12 Aug 2026
11 points (92.3% liked)
Linux Questions
4116 readers
21 users here now
Linux questions Rules (in addition of the Lemmy.zip rules)
- stay on topic
- be nice (no name calling)
- do not post long blocks of text such as logs
- do not delete your posts
- only post questions (no information posts)
Tips for giving and receiving help
- be as clear and specific
- say thank you if a solution works
- verify your solutions before posting them as facts.
Any rule violations will result in disciplinary actions
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
So the issue started appearing after a hibernation/suspend? Personally I feel like there are so many issues (on all platforms) related to suspending a system instead of shutting it down, and this is an issue I've had myself.
Try following this guide: https://www.baeldung.com/linux/wifi-connection-fix-no-reboot
lspci -knnto list kernel modules, and find your wifi module.sudo rmmod [your_wifi_driver]to remove itsudo modprobe [your_wifi_driver]to load itThe site also shows how to make automation script and stuff too, and alternative solutions.
I hope it's not too complex, but I can try and help run your through some of it if you need.