3

After installing 16.04 network manager icon no longer shows. Cannot start vpn. Wired connections details show but no options.

3 Answers3

3

Below commands help me (this command disable/enable network-manager applet) :

$ nm-applet --disable
$ nm-applet --enable
Dmytro
  • 131
1

I'm with the same behave, the wireless device connects to first available! The only way found to see which one is, by command line:

:~]$ iwconfig

:(

0

Try this, worked for me:

sudo apt-get purge -y hostapd && sudo apt-get purge -y network-manager && sudo apt-get install network-manager && sudo reboot

As seen in: Network Manager icon disapear 14.04

Ferroao
  • 959