Where is wlan0, I've only got ethX

Jay Strauss jjstrauss at gmail.com
Mon Nov 14 04:52:12 UTC 2005


OK, 

So I swapped the eth's in /etc/iftab so that my wired is on eth0.  I commented 
out the lines regarding eth2 in my /etc/network/interfaces.  But what do you 
suggest?

thanks
Jay

again below are command outputs:

root at ubuntu:/etc# ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:D0:59:83:5F:D2  
          inet addr:192.168.1.119  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::2d0:59ff:fe83:5fd2/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:101 errors:0 dropped:0 overruns:0 frame:0
          TX packets:89 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:17227 (16.8 KiB)  TX bytes:7819 (7.6 KiB)

eth1      Link encap:UNSPEC  HWaddr 
00-20-E0-89-8F-E2-65-74-00-00-00-00-00-00-00-00  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:11 Memory:d8ae0000-d8ae1000 

eth2      Link encap:Ethernet  HWaddr 00:20:E0:89:8F:E2  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:11 Memory:d8ae0000-d8ae1000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:17 errors:0 dropped:0 overruns:0 frame:0
          TX packets:17 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:1111 (1.0 KiB)  TX bytes:1111 (1.0 KiB)

sit0      Link encap:IPv6-in-IPv4  
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)


root at ubuntu:/etc# cat /etc/network/interfaces | grep -v \#

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp





More information about the ubuntu-users mailing list