I spend much time to sole the problem, I tested more than one configuration.
A test with here described configuration methods:
/usr/share/doc/wpasupplicant/README.modes.gz
like (psk is not true in this example):
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-driver wext
wpa-ssid netkult
wpa-psk
000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f
or
iface wlan0 inet dhcp
wpa-driver wext
wpa-ssid netkult
wpa-psk
000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f
auto wlan0
if I start the interface with:
ifup wlan0
I don't become an IP.
I try again with manual dhcp test:
killall dhclient
dhclient wlan0
Wait wait wait
After this I "renice" the deamon of wpa-supplicant with htop.
dhclient wlan0 works directly.
After some other tests I write the pre-up config.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]