wpa_supplicant, Debian Etch
yesyerday i installed a fairly new rt61 wireless driver in etch. the driver is installed correctly. network manager scans and finds my home network with no problem. the problem comes in when i try to connect to the network, as wpa is not an option. i configured wpa_supplicant.conf as ;
ctrl_interface =/var/run/wpa_supplicant
ctrl_interface=_group=0
ap_scan=1
fast_reauth=1
network={
ssid=ssid
key_mgmt=WPA-PSK
proto=WPA
pairwise=TKIP
group=TKIP
psk=encrypted passwd
what is wrong? anyone help?