I have Ubuntu Server 13.10 and I used it earlier to connect to many access points
I used ifconfig
, iwconfig
and /etc/network/interfaces
file to do that
Now, the WiFi adapter is de-associating from the access point of my interest, there are others in range
I was wondering where is the Network Manager or if the old settings for other APs are still stored and the adapter is trying to associate with them based on the highest RSSI
If they are still stored somewhere, how to delete them
Thanks
Update 1:
I installed the network-manager
package
Now, I have this directory /etc/NetworkManager
Is it possible to use it to find the stored wifi settings?
Update 2:
This is what I use in the interfaces
file
auto wlan0
iface wlan0 inet manual
wireless-essid ASUS-2.4
wireless-key 1111111111
wireless-mode Managed
/etc/NetworkManager
directory in my system – loo3y35 Jan 04 '15 at 08:00