Comment 6 for bug 220640

Revision history for this message
ubuntu_demon (ubuntu-demon) wrote : Re: [hardy] iwl3945 + wpasupplicant fails to connect to university network. regression from gutsy (ipw3945+wpasupplicant)

I made a small mistake. I referred to my wireless interface as eth1 (which it was called in gutsy using ipw3945) but it's now called wlan0 in hardy.

instead of :
"sudo wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -i eth1 -D wext -d"

I ran :
"sudo wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -i wlan0 -D wext -d"