> Show the failing configuration.
>
> Thanks.
The same config without the "nice" fails.
/etc/network/interfaces:
allow-hotplug wlan0
iface wlan0 inet dhcp
pre-up wpa_supplicant -B -i wlan0 -c
"/etc/wpa_supplicant/wpa_supplicant.conf" -D wext; sleep 10;
post-down killall -q dhclient wpa_supplicant;
I can reproduce this.
If I delete only the nice in the pre-up it is much more difficult to
establish a connection.
I test it with:
ifdown wlan0
ifup wlan0
with the low priority of wpa_supplicant, dhcp works very fast and
becomes every time an IP.
with normal priority, dhclient starts but fails very often.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]