[SHR-Testing] /etc/network/interfaces edit question

Adam Jimerson vendion at gmail.com
Fri Apr 24 15:50:37 CEST 2009


Here is what I have for my interfaces configuration

  /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
auto lo
iface lo inet loopback

# Wireless interfaces
#iface wlan0 inet dhcp
#wireless_mode managed
#wireless_essid any
iface atml0 inet dhcp

# Wired or wireless interfaces
iface eth0 inet dhcp
        wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
iface eth1 inet dhcp

# Ethernet/RNDIS gadget (g_ether)
# ... or on host side, usbnet and random hwaddr
auto usb0
iface usb0 inet static
        address 192.168.0.202
        netmask 255.255.255.0
        network 192.168.0.0
        gateway 192.168.0.200
        up echo nameserver 208.67.222.222 >> /etc/resolv.conf
        up echo nameserver 208.67.220.220 >> /etc/resolv.conf

# Bluetooth networking
iface bnep0 inet dhcp

can someone tell me what I am doing wrong to get wireless working as eth0?

On Thu, Apr 23, 2009 at 8:29 PM, Adam Jimerson <vendion at gmail.com> wrote:

> On Thursday 23 April 2009 07:29:46 am arne anka wrote:
> > you should be able, to determine the ap associated to by using the
> iwutils.
> > does it also happen, when you execute the dhclient manually?
> >
>
> It seems something is not right in my network interfaces is not right,
> iwlist
> scan on both eth0 and wlan0 (even though it is commented out) produces a
> "Interface doesn't support scanning" so it seems that I don't have eth0
> correctly configured for wireless.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmoko.org/pipermail/community/attachments/20090424/a506abdc/attachment.htm 


More information about the community mailing list