The result from lspci on my laptop shows two
ethernet interfaces. One is on the port replicator,
and the other (functional) is on the laptop chassi.

02:08.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)
08:04.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 08)

I've been trying to configure the interface on the port replicator
but no luck. I do have eth0 to configure but eth1 does not exist. 
How are those created anyway?  Anybody with past experience on that?

Thanks for any help.

--
Valmor de Almeida

Some info:

bash-2.05b# dmesg | grep eth
eth0: OEM i82557/i82558 10/100 Ethernet, 00:20:E0:6E:EC:7B, IRQ 10.

bash-2.05b# ifconfig eth1 up
eth1: unknown interface: No such device

My /etc/conf.d/net

# card on the laptop
iface_eth0="192.168.0.5 broadcast 192.168.0.255 netmask 255.255.255.0"
#
# card on the port replicator
iface_eth1="192.168.0.5 broadcast 192.168.0.255 netmask 255.255.255.0"

gateway="eth0/192.168.0.1"

--
[EMAIL PROTECTED] mailing list

Reply via email to