View Single Post

   
  #1 (permalink)  
Old 02-21-2008, 07:37 AM
TCMa
 
Posts: n/a
Default eMachines M6807 notebook eth0 problem

My eMachines M6807 notebook eth0 is not setup:
# ifconfig
eth0 Link encap:Ethernet HWaddr 00:26:54:0A:951
inet6 addr: fe80::...

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
....

This is what I expect:
# ifconfig
eth0 Link encap:Ethernet HWaddr 00:26:54:0A:951
inet addr:192.168.2.192 Bcast:192.168.2.255 Mask:255.255.255.0

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
....

Why?
Reply With Quote