hello,
I was waiting for the vector site because it was offline since 2 days !
here are my configuration files about wifi=
>My wpa_supplicant.conf=
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="MYSSID"
# scan_ssid=1
proto=WPA
pairwise=TKIP CCMP
group=TKIP
key_mgmt=WPA-PSK
psk="MYKEY"
}
>My modprobe.conf=
#alias wlan0 zd1211b
alias wlan0 ndiswrapper
>My ifplugd.conf=
INTERFACES="eth0 wlan0"
# Additional parameters for ifplugd.
#ARGS="-fwI -u0 -d5 -pql"
#ARGS="-fwI -t2 -u0 -d10"
>>I have tried severals things but it's my last state.
i send this message with wifi key but without security key again.
What do i have to do before the "WPA" step than you described

??
>Do i have to do only "wpa_supplicant -B -Dndiswrapper -iwlan0 -c/etc/wpa_supplicant.conf"
OR (more logical)
>do i have to type (as in "wifi with no security key" explanation):
iwconfig wlan0 essid "xxxx xxxx xxx"
iwconfig wlan0 mode Managed
iwconfig wlan0 channel Auto
iwconfig wlan0 ap any
wpa_supplicant -B -Dndiswrapper -iwlan0 -c/etc/wpa_supplicant.conf
dhcpcd -t 25 -d wlan0
I have tried the line above without success.
How could i know if wpa_supplicant succeeds or not (it says nothing !) ?
thanks to help me.