I have problems with wifi.
Connection to an unsecured wifi AP works fine.
Code: Select all
iwconfig wlan0 essid "default"
dhcpcd wlan0I'm using WPA supplicant, and following command
Code: Select all
# wpa_supplicant -Dndiswrapper -iwlan0 -c/etc/wpa_supplicant.confand it goes on and on...Trying to associate with 00:11:09:0c:c9:1d (SSID='Net' freq=2462 MHz)
Association request to the driver failed
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:11:09:0c:c9:1d (SSID='Net' freq=2462 MHz)
Association request to the driver failed
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:11:09:0c:c9:1d (SSID='Net' freq=2462 MHz)
Association request to the driver failed
I haven't made any changes in wpa_supplicant.conf recently...
the relevant part of it looks like this:
Can anybody help me? What can be wrong?[/code]ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=1
network={
ssid="Net"
scan_ssid=1
proto=WPA
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
psk="verysecretpassfrase"
priority=5
}



