eth0 is the Macronix card
eth3 is the Realtek
I checked my firewall and I had eth1 set. I changed it to eth0 and I got 
the Macronix card working. I still can't get the Realtek to work. There 
is no light blinking in the ethernet card when I insert the cable like 
there is with the Macronix card. Does that mean the card is dead, or do 
I not have the right driver for it?

On May 31, 2010 01:03:12 pm Gustin Johnson wrote:
> Most modern distros have a mapping of MAC address to device name.
> Usually something like /etc/udev/rules.d/70-persistent-net.rules
# This file was automatically generated by the /lib/udev/write_net_rules
# program run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single line.

# PCI device 0x10d9:0x0531 (tulip)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", 
ATTR{address}=="00:80:c6:fb:8f:16", ATTR{type}=="1", KERNEL=="eth*", 
NAME="eth0"

# PCI device 0x8086:0x100e (e1000)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", 
ATTR{address}=="00:08:74:dc:12:35", ATTR{type}=="1", KERNEL=="eth*", 
NAME="eth1"

# PCI device 0x1106:0x3106 (via-rhine)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", 
ATTR{address}=="00:26:5a:07:f4:5b", ATTR{dev_id}=="0x0", 
ATTR{type}=="1", KERNEL=="eth*", NAME="eth2"

# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", 
ATTR{address}=="00:a1:b0:10:7f:f1", ATTR{dev_id}=="0x0", 
ATTR{type}=="1", KERNEL=="eth*", NAME="eth3"

> What distro are you using?
Debian Lenny




_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to