After installing 16.04 network manager icon no longer shows. Cannot start vpn. Wired connections details show but no options.
Asked
Active
Viewed 1.2k times
3 Answers
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
:(
Israel Diaz
- 29
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