this post was submitted on 12 Aug 2026
6 points (87.5% liked)
Linux Questions
4116 readers
11 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
Thanks for the help.
Ah! Not just when it comes back from suspend. Also... all other times as well. Heh.
First thing I'd try is to open up the network configuration interface. (My understanding is that there's a system tray icon for that.) Probably just try checking that everything looks right in the WIFI section of that interface first off. (That the SSID looks right, maybe type your password in again just to make sure it's right, that kind of thing. Basically as if you've never connected to that SSID/access point before and you're connecting for the first time.) It might be that your WIFI device changed its name recently during an update and the settings you had configured previously are associated with a WIFI device of a different name, so configuring the WIFI device under the new name may do the trick.
If that doesn't do it, a few more things to try:
journalctl -b | grep wifi. That might point to a problem.ip linkandip addr.nmcli dev wifijust to make sure the SSID(s) you're expecting appear as you expect and has decent signal strength. (Of course, if the SSID is hidden, I guess this will be less helpful.)(The sidebar here says it's against the rules to share logs and such, so maybe the output of the above commands should be shared via pastebin or some such.)