<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">&gt; I&#39;ve been trying for several hours to get wifi working, it never seems to connect although it can<br>

&gt; see my station.<br>
&gt;<br>
&gt; I tried this too as it makes sense to turn off usb0, but that didn&#39;t seem to work either, I wrote<br>
&gt; this script to make it easy from console (I also tried ifconfig usb0 down)<br>
&gt;<br>
&gt; ifdown usb0<br>
&gt; wpa_supplicant -ieth0 -c/etc/wpa_supplicant/wpa_supplicant.conf -B<br>
&gt; sleep 10<br>
&gt; udhcpc eth0 &amp;<br>
&gt;<br>
&gt;</div></blockquote><div>I have a similar issue too. wpa_supplicant.conf didn&#39;t worked for me at all.<br>Using iwconfig eth0 essid wep_ap key 128_bit_key_in_hex doesn&#39;t associate with my access point.<br>I found a small workaround for this:<br>
iwconfig eth0&nbsp; key .....<br>and after that <br>iwconfig eth0 essid ....<br>That connected me to the ap.<br>udhcpd doesn&#39;t work for me.<br>sending discover over lan the dhcpd on a server didn&#39;t see that.<br></div></div>