I followed the steps provided in this answer. However, one of the steps is to restart the network manager:
sudo restart network-manager
If I try this I will get the following error message:
$ sudo restart network-manager
restart: Verbindung zu Upstart nicht möglich: Failed to connect to socket /com/ubuntu/upstart: Verbindungsaufbau abgelehnt
[English version below]
$ sudo restart network-manager
restart: Connection to Upstart impossible: Failed to connect to socket /com/ubuntu/upstart: Connection refused
How do I restart the network manager?
sudo LANG=C restart network-manager
. – muru Sep 18 '15 at 15:33