Here is what I have for my interfaces configuration<br><br>  /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)<br><br># The loopback interface<br>auto lo<br>iface lo inet loopback<br><br># Wireless interfaces<br>
#iface wlan0 inet dhcp<br>#wireless_mode managed<br>#wireless_essid any<br>iface atml0 inet dhcp<br><br># Wired or wireless interfaces<br>iface eth0 inet dhcp<br>        wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf<br>
iface eth1 inet dhcp<br><br># Ethernet/RNDIS gadget (g_ether)<br># ... or on host side, usbnet and random hwaddr<br>auto usb0<br>iface usb0 inet static<br>        address 192.168.0.202<br>        netmask 255.255.255.0<br>
        network 192.168.0.0<br>        gateway 192.168.0.200<br>        up echo nameserver 208.67.222.222 &gt;&gt; /etc/resolv.conf<br>        up echo nameserver 208.67.220.220 &gt;&gt; /etc/resolv.conf<br><br># Bluetooth networking<br>
iface bnep0 inet dhcp<br><br>can someone tell me what I am doing wrong to get wireless working as eth0?<br><br><div class="gmail_quote">On Thu, Apr 23, 2009 at 8:29 PM, Adam Jimerson <span dir="ltr">&lt;<a href="mailto:vendion@gmail.com">vendion@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Thursday 23 April 2009 07:29:46 am arne anka wrote:<br>
&gt; you should be able, to determine the ap associated to by using the iwutils.<br>
&gt; does it also happen, when you execute the dhclient manually?<br>
&gt;<br>
<br>
</div>It seems something is not right in my network interfaces is not right, iwlist<br>
scan on both eth0 and wlan0 (even though it is commented out) produces a<br>
&quot;Interface doesn&#39;t support scanning&quot; so it seems that I don&#39;t have eth0<br>
correctly configured for wireless.<br>
</blockquote></div><br>