[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#431657: automatic wlan connection at bootprocess on Etch only on second try



Am Sonntag, 29. Juli 2007 15:49 schrieb Jurij Smakov:
> Hi,
>
> After reading the thread on debianhelp [0], I wonder whether your
> problems might be related to wpa_supplicant configuration. Maybe it
> fails to authenticate to access point the first time during some race
> condition? Could you post the output of your wpa_supplicant
> configuration file (after stripping out sensitive information), and
> check whether you get any error messages from wpa in the logs (dmesg,
> /var/log/messages, /var/log/syslog, /var/log/kern.log).
>
> [0] http://www.debianhelp.org/node/8512

Etch-nb:~# cat /etc/wpa_supplicant/wpa_supplicant.mynet.conf
# WPA-PSK/TKIP

ctrl_interface=/var/run/wpa_supplicant

network={
        ssid="allnet"
        key_mgmt=WPA-PSK
        proto=WPA
        pairwise=TKIP
        group=TKIP
        psk=generated WPA PSK with wpa_passphrase
}

There are no error messages from wpa in the logs:

Etch-nb:~# dmesg | grep -i wpa
Etch-nb:~# grep -i wpa /var/log/syslog
Etch-nb:~# grep -i wpa /var/log/kern.log
Etch-nb:~# grep -i wpa /var/log/messages
Etch-nb:~#                                

Regards,
Michael



Reply to: