You are not logged in.
I'm having trouble connecting to any wireless network that is password protected. I can connect fine to open networks like at school (...and my neighbors) but if it is security enabled I can't. Any ideas? Sorry if i left any needed information out.
~Sam
Offline
You should be able to just do:
wpa_passphrase [essid] [password] > /etc/wpa_supplicant
echo ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
ifconfig wlan0 up
iwconfig wlan0 essid [essid]
wpa_supplicant -B -Dwext -iwlan0 -c/etc/wpa_supplicant.conf
(wait for several seconds)
dhcpcd wlan0Or, just use the Network Manager built into Gnome, the one built into KDE, Wicd-client(GUI), or some other tool.
Offline
Thats what I mean-- I am using the Network Manager and when I type in the password, it takes a long time and it can't connect--sometimes it freezes even.
UPDATE: I am now connected after putting in the WEP key. I will see tomorrow if it allows me to connect normally or if I have to use that all the time.
Last edited by sammysam (2009-02-11 01:06:03)
Offline