I have Ubuntu 16.04 LTS, my wifi was working perfectly but around one month ago every time after suspending the session my wifi doesn't work anymore, although the wifi-interface confirms that the connection has been established. The command
sudo service network-manager restart
works fine, but I must call it every time I get back from suspending, and it's kind of annoying.
I followed the instructions of wifi still sleeping when resume, but unfortunately the proposed solution fails in my case when calling
sudo systemctl enable wifi-resume.service
returning "command not found". How could I generate a script to fix this problem?
More info on my wireless can be found here: http://paste.ubuntu.com/24334731/
apt policy systemd
to verify you have the necessary package installed. – chili555 Apr 10 '17 at 13:23systemd: Installed: 229-4ubuntu16 Candidate: 229-4ubuntu16 Version table: *** 229-4ubuntu16 500 500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages 100 /var/lib/dpkg/status 229-4ubuntu10 500 500 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 Packages 229-4ubuntu4 500 500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
– bruco Apr 11 '17 at 08:58ls -al /bin/systemctl
I wonder if you have a permissions issue. – chili555 Apr 11 '17 at 12:55-rwxr-xr-x 1 root root 659848 janv. 18 23:04 /bin/systemctl
– bruco Apr 12 '17 at 08:37