Try adding a wpa-driver statement:
iface eth2 inet dhcp
wpa-driver your-driver
wpa-conf /etc/wpa_supplicant/wpa_supplicant.mynet.conf
auto eth2
Than debug WPA-SUPPLICANT Client:
sudo wpa_supplicant -i eth2 -D your-driver
-c/etc/wpa_supplicant/wpa_supplicant.conf -d
Try also:
sudo dhclient eth2
Restarting network interface:
sudo ifdown eth2
sudo ifup eth2
Post outputs and syslog entries related to the above activities.
Regards, Frank
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]