Vesselin Mladenov wrote:

> I'm tring to install 4 D-LINK ethernet cards un a linux box with 2.2.3
> kernel.
> 3 of them are ISA PNP and one is PCI.
> 
> I've told my BIOS that OS has PNP capabilities, and made isapnp.conf file
> with pnpdump -c, but when I try to ifconfig interfaces linux tells me that
> there are no such devices. 
> When I append in lilo interfaces, only PCI and one of the ISA cards are
> recognized.

If you wish to configure multiple network cards of the same type whose
drivers are compiled into the kernel, you may need to use something
like

        append = "ether=0,0,eth0 ether=0,0,eth1 ether=0,0,eth2 ether=0,0,eth3"

in lilo.conf. Otherwise the driver will only autodetect one card.

In order to use isapnp to configure devices, the drivers should be
modules, so that you can run isapnp before loading the drivers. In
this case, I find that things generally work better if you disable the
`PnP OS' option in the BIOS.

-- 
Glynn Clements <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to