[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Silly question: Where's eth0?



Andrew Sackville wrote:
>personally, I think network-manager is more trouble
than >its worth,
>but that's jsut me. 

Im starting to feel that your right--when it works its
nice but when it doesnt i never know what to do.

>please provide the exact output of the following:

>dmesg | grep -i ^eth

$ dmesg | grep -i ^eth
eth1: Coming out of suspend...
eth1: no IPv6 routers present

>cat /etc/network/interfaces

$ cat /etc/network/interfaces
# This file describes the network interfaces available
on your system
# and how to activate them. For more information, see
interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0

[i dont know why eth1 doesnt show here, its my current
WiFi interface]

>/sbin/ifconfig

$ /sbin/ifconfig
eth1      Link encap:Ethernet  HWaddr
00:1B:77:8D:24:56
          inet addr:192.168.1.105  Bcast:192.168.1.255
 Mask:255.255.255.0
          inet6 addr: fe80::21b:77ff:fe8d:2456/64
Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500 
Metric:1
          RX packets:1897 errors:12304 dropped:169994
overruns:0 frame:0
          TX packets:1487 errors:0 dropped:0
overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:491090712 (468.3 MiB)  TX
bytes:230098913 (219.4 MiB)
          Interrupt:66 Base address:0xc000
Memory:edf00000-edf00fff

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:775798 errors:0 dropped:0
overruns:0 frame:0
          TX packets:775798 errors:0 dropped:0
overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:515644253 (491.7 MiB)  TX
bytes:515644253 (491.7 MiB)

[and then a few VMWare interfaces]

And in response to Wayne's question:

$ cat /etc/udev/rules.d/z25_persistent-net.rules
# This file was automatically generated by the
/lib/udev/write_net_rules
# program, probably run by the
persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on
a single line.
# MAC addresses must be written in lowercase.

# PCI device 0x8086:0x109a (e1000)
SUBSYSTEM=="net", DRIVERS=="?*",
ATTRS{address}=="00:15:58:c8:b5:39", NAME="eth0"

# PCI device 0x8086:0x4227 (ipw3945)
SUBSYSTEM=="net", DRIVERS=="?*",
ATTRS{address}=="00:1b:77:8d:24:56", NAME="eth1"

Thank you all!

Jen

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



Reply to: