hi

> I have both cards compiled with module support. ie. ne.o (ne2000 isa clone)
> and 3c509.o (3com), how do I tell the kernel via lilo and /etc/modules which
> card/module should be loaded on what irq/io.
> 
> 3com set as irq 10, io 300
> ne200 set as irq5, io 320.

try the  following:

/etc/lilo.conf
   ...
   image=/boot/vmlinuz-2.0.36
        label=linux-2.0.36
        root=/dev/hda2
        read-only
        append="ether=0,0,eth1"


/etc/conf.modules
        alias eth0 3c509
        alias eth1 ne2000

Try:
        http://cesdis.gsfc.nasa.gov/linux/misc/multicard.html


have fun
alvin

Reply via email to