The connection to my Mythbuntu system was recently changed from cable to WiFi. Now sometimes the computer disconnects the WiFi-connection and prompts for authentication.
How do I tell Mythbuntu to automatically reconnect if the WiFi is disconnected? The computer is only accessible over VNC. If the WiFi connection drops, the computer has to be connected by cable, I have to login, enter the password, and disconnect. Also, can I find out why the window comes up in the first place?
The window asking for a password looks like this: https://i.stack.imgur.com/v4JpZ.jpg
/etc/NetworkManager
for ownership and permissions. The directory itself should bedrwxr-xr-x
and so should the directorysystem-connections
under it. Everything should be owned by root. – Jos Mar 02 '15 at 14:16sudo service network-manager restart
– Sergiy Kolodyazhnyy Mar 04 '15 at 14:12