[vortex] Re: Multiple 3c905C cards in machine not working?

Ruben van der Leij ruben@blacklisted.nl
Thu Apr 18 13:38:01 2002


+++ Hans Voss [18/04/02 17:34 +0200]:

> Does the list have any idea how I can achieve what I need?

No need to. On PCI interrupt-sharing works.

Just alias all three eth*'s to 3c90x in /etc/conf.modules, (or
/etc/modules.conf) or be lazy and use some tool like linuxconf to configure
them.

cat /etc/modules.conf
alias eth0 3c90x
alias eth1 3c90x
alias eth2 3c90x

You can check wether you system see's all three of them with either lspci
(which interprets and formats nicely) or the ugly way with 'cat /proc/pci'

/sbin/lspci
00:0d.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30)
00:0e.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30)
00:11.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30)

-- 
Ruben van der Leij

Rule of Defactualization:
	Information deteriorates upward through bureaucracies.