2.4.20 Modprobe setting of eth0,eth1 does not seem to work

jmerkey@s1.uscreditbank.com
Fri, 6 Jun 2003 15:39:39 -0600


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-12948-1054935704-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

In 2.4.20 if I attempt to use the Intel multiport e1000 drivers with
modules.conf trying to hard set the eth0,eth1, etc. assignments modprobe does
not appear to be assigning the adapter aliases correctly. I am assuming
this may be due to an interface issue between the Keyboard and monitor. :-)

Modules.conf file attached. Anyone got any ideas here?

Jeff

--=_courier-12948-1054935704-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="modules.conf"

alias parport_lowlevel parport_pc
alias usb-controller usb-uhci
alias eth0 e1000
alias eth1 e1000
alias eth2 e1000
alias eth3 e1000
alias eth4 e1000
alias eth5 e1000
alias eth6 e1000
alias eth7 e1000
alias eth8 e1000
alias eth9 e1000
options eth0 -o e1000-0 io=0x4000 irq=96
options eth1 -o e1000-1 io=0x4040 irq=97
options eth2 -o e1000-2 io=0x3000
options eth3 -o e1000-3 io=0x3040
options eth4 -o e1000-4 io=0x3080
options eth5 -o e1000-5 io=0x30c0
options eth6 -o e1000-6 io=0x4080
options eth7 -o e1000-7 io=0x40c0
options eth8 -o e1000-8 io=0x5000
options eth9 -o e1000-9 io=0x5040

--=_courier-12948-1054935704-0001-2--