this post was submitted on 12 Aug 2026
13 points (93.3% liked)

Linux Questions

4116 readers
26 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 3 years ago
MODERATORS
 

I got this error after opening my laptop, I am using Kubuntu
Thanks in advance

you are viewing a single comment's thread
view the rest of the comments
[–] Havatra@lemmy.zip 4 points 10 hours ago* (last edited 5 hours ago) (1 children)

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 -knn to list kernel modules, and find your wifi module.

sudo rmmod [your_wifi_driver] to remove it
sudo modprobe [your_wifi_driver] to load it

The 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 you through some of it if you need.

[–] Monkey@piefed.social 1 points 2 hours ago (1 children)

m3O6RiuLXpqvIvz.jpeg I ran those commands and I got this

[–] Havatra@lemmy.zip 1 points 2 hours ago (1 children)
[–] Monkey@piefed.social 1 points 2 hours ago (1 children)

I did it without the braxkets and it worked but I still get that notification/error

[–] Havatra@lemmy.zip 1 points 2 hours ago (1 children)

Did any of the other methods in the article work?

[–] Monkey@piefed.social 1 points 1 hour ago