Can't connect to wireless 13.10

Solution 1:

Could you please try to remove the current access-point by changing to the directory. Using a terminal

  • Open a terminal (CTRL+ALT+T) & type below command in a sequence;
cd /etc/NetworkManager/system-connections      # locate all the stored network profiles
ls                                             # list down the network profiles
sudo rm you_access_point_name                  # removes the specified profile
  • Restart your network manager with;
sudo service network-manager restart
  • Try connecting to the WiFi once restarted.

Hope it helps!