For new wireless networks that I've added recently to my Ubuntu 14.04 system, the system will not connect to them if I choose the wireless network from the drop-down menu. It does not seem to even attempt the connection, and does not prompt me for the password. If, however, I edit the connection file in /etc/NetworkManager/system-connections
, and set the -flags
to 0
(so that the password is not stored by the agent), and add the password there, then I can connect fine. This applies to two PEAP connections and to one PSK connection that is sharing my LAN connection over WiFi.
In case it's relevant, I've switched in the last few months from XFCE to Unity.