I am trying to install two 3c509 ethernet cards on
my Linux PC running Red Hat 4.2 Kernel 2.0.30.
According to Red Hat's documentation:
Is this really necessary?Quote:> However, if any two ethernet cards use the same
> driver (e.g., two 3c509's or a 3c595 and a 3c905),
> you will need to compile a custom kernel with the
> ethernet driver built in.
I tried setting the required options in /etc/conf.modules:
alias eth0 3c509
alias eth1 3c509
options 3c509 io=0x300,0x280
but only eth0 is detected.
Can I simply make a copy of 3c509.o, and try this in /etc/conf.modules:
alias eth0 3c509
alias eth1 my3c509
options 3c509 io=0x300
options my3c509 io=0x280
I am hesitant in trying all these experiments because I don't
want my machine to hang or get screwed up.
I would appreciate any help!
Thanks,
-- Vinay