Comment 23 for bug 1758507

Revision history for this message
kris (ski007) wrote :

temporary solution......
create and edit:

/lib/systemd/system-sleep/restore_connection
...............
#!/bin/sh
sleep 5
case $1/$2 in
post/*)
sudo systemctl restart network-manager.service
modprobe -r sky2
modprobe sky2
;;
esac
...........give executable rights.............

chmod +x /lib/systemd/system-sleep/restore_connection

but we must finally fix it !!! :-)