My laptop doesn't connect to an open wifi hotspot and I'm trying to determine why.
This is my current /etc/network/interfaces file:
I use a Wireless-G Linksys (Model #WRT54G) and am prepared to provide data as to how it is configured if needed.
At home, KNetworkManager works properly in that it sees the available wireless networks and I connect to mine without any difficulty. When visiting a wifi hotspot location that has an open wireless network, I can select it for connection and am prompted to provide the passphrase (the encryption type is WEP Passphrase and Authentication is Open System) but I am never able to connect - it reaches 57% and stops, finally presenting me with the WEP Passphrase prompt screen again.
Any suggestions on what's going on and what I need to do in order to use my laptop at hotspots would be appreciated.
This is my current /etc/network/interfaces file:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto ath0
iface atho inet dhcp
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto ath0
iface atho inet dhcp
At home, KNetworkManager works properly in that it sees the available wireless networks and I connect to mine without any difficulty. When visiting a wifi hotspot location that has an open wireless network, I can select it for connection and am prompted to provide the passphrase (the encryption type is WEP Passphrase and Authentication is Open System) but I am never able to connect - it reaches 57% and stops, finally presenting me with the WEP Passphrase prompt screen again.
Any suggestions on what's going on and what I need to do in order to use my laptop at hotspots would be appreciated.
Comment