-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wpa_supplicant stops working after suspend with debian-11 #7185
Comments
While I understand your point, I want to make clear that this bug is not about personal preferences, but about software remaining in a disfunctional state after returning from suspend. Just to avoid confusion. |
This also happens to me. Wifi does not reconnect after resume from suspend. Qubes OS release4.1.1 Brief summaryOn a fresh Qubes 4.1.1 installation, my Wifi connection does not come back after I suspend my laptop, and then start it again. Solutions to make Wifi work again:
My laptop is Thinkpad T440P with Intel network card (iwlwifi). The template is debian-11. Fully updated, but the issue already happens right after the first start of Qubes OS. Steps to reproduce
Expected behaviorWifi should reconnect automatically. Actual behaviorThe NetworkManager icon keeps spinning. Occasionally, a message toast pops up which says that "The network connection has been disconnected". After a few tries, it stops trying and my Wifi remains disconnected. Some debug output from sys-net: Possibly related issues
|
Just FYI, you don't have to shut down all dependent VMs. You can instead just set |
Sometimes, (if restart is absolutely necessary), `qvm-kill sys-net && sleep 5 && qvm-start sys-net` will do the the job.
I have that saved.
|
FWIW, here's what I ended up with:
```sh
$ cat /etc/qubes/suspend-post.d/wpa-supplicant.sh
#!/bin/sh
if systemctl -q is-active wpa_supplicant.service; then
systemctl restart wpa_supplicant.service
fi
```
|
How to file a helpful issue
Qubes OS release
Brief summary
Every time my machine wakes up from suspend, the wireless connection is broken. Selecting a different network from nm-applet does not help. I need to restart wpa_supplicant manually to fix it.
Steps to reproduce
Expected behavior
Network connection gets restored.
Actual behavior
Network connection does not get restored.
The text was updated successfully, but these errors were encountered: