I see WiFi networks; but when I select one there is no dialogue to enter a password. So I have no WiFi, only wired connection.
The output of pgrep NetworkManager is: 951. Ubuntu version is 14.04
What can I do to get the password dialogue back?
I see WiFi networks; but when I select one there is no dialogue to enter a password. So I have no WiFi, only wired connection.
The output of pgrep NetworkManager is: 951. Ubuntu version is 14.04
What can I do to get the password dialogue back?
This answer is a bit of overkill, but the easiest way of circumventing the problem you have: Install another network Manager.
Steps to take:
sudo apt-get install -d --reinstall network-manager network-manager-gnome
Now is the time to stop and reflect and already test whether this already solved your problem.
No? OK, lets get on to the next step:
sudo apt-get install wicd-gtk
sudo apt-get remove --purge network-manager-gnome network-manager
OK, so now you've got rid of the old network manager and have a new one. Now you need to open it and configure your network:
wicd
and click the sole icon there.
pgrep NetworkManager
is? Please [edit] your question and add this information... – Fabby Jan 18 '15 at 21:11