I very rarely have used wpa_supplicant as a standalone. From what you posted, you need a space between the -c and the /etc/wpa_supplicant.conf
This is what has worked for me in the past: Quote: |
wpa_supplicant -B -Dwext -i wlan0 -c /etc/wpa_supplicant.conf
| For Debian based systems, there are two options for an ncurses based wireless manager, that make this whole thing much easier. Ceni which is most easily installed using the smxi scripts, and WICD, as I mentioned before.
The caveat with WICD is that the ncurses interface is only available beginning the the 1.6 release, and Debian only has 1.5.9 in the backports, I believe. So you would need to compile it from source. I think WICD is the better network manager, but Ceni isn't bad. |