Wifi applet after resume from suspend
#1
I would appreciate if others could try this out and see if it fixes wifi applet dying on occasion after resuming from suspend in Mate.

Code:
sudo nano /etc/systemd/system/wifi-resume.service

Paste the follwoing and save:

Code:
#/etc/systemd/system/wifi-resume.service
#sudo systemctl enable wifi-resume.service
[Unit]
Description=Restart networkmanager at resume
After=suspend.target
After=hibernate.target
After=hybrid-sleep.target

[Service]
Type=oneshot
ExecStart=/bin/systemctl restart network-manager.service

[Install]
WantedBy=suspend.target
WantedBy=hibernate.target
WantedBy=hybrid-sleep.target

And lastly:

Code:
sudo systemctl enable wifi-resume.service
You can find me on IRC, Discord and Twitter




Messages In This Thread
Wifi applet after resume from suspend - by Luke - 06-26-2017, 08:10 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Wifi doesn't work correctly Fredric92 1 3,522 08-10-2021, 08:39 AM
Last Post: Jean-Marc LACROIX
  Hibernation (suspend to disk) progress NoraCodes 4 8,204 08-28-2020, 03:46 AM
Last Post: ratel
  Flakey WIFI (problems authenticating, etc.) robbiemacg 6 9,267 12-15-2019, 04:31 AM
Last Post: matze79
  Wifi I/F on Pinebook 11.6" eblot 2 4,226 05-19-2019, 04:53 PM
Last Post: Shoananas
  Pinebook will not wake from suspend MECZero 6 8,603 12-02-2018, 12:17 PM
Last Post: oloturia
  WiFi on Xenial Minimal soupbowl 3 5,215 08-12-2018, 07:54 AM
Last Post: jblakeharris
Information How to manage Wifi in xenial-i3 i3wm image UPDATE MarkHaysHarris777 4 6,535 09-14-2017, 12:12 AM
Last Post: dahni
  Xenial Mate 0.7.5-88 - LCD off after resume nicole.f 4 5,500 07-22-2017, 07:48 PM
Last Post: pfeerick

Forum Jump:


Users browsing this thread: 1 Guest(s)