Daryl Williams wrote:
> i am trying to use 2 3com ISA 3c509B nics using loadable modules
> on a debian system. unfortunately they both want to use the same
> io address and irq. searching through the ethernet-howto i found
> an explanation of how to set both the io and irq entries in the
> /etc/conf.modules file. however when i try this approach i get
> an error message that states that there is no "io" symbol in
> the 3c509.o object file. using nm i have been able to verify
> that the "irq" symbol does indeed exist, but the "io" symbol
> refered to in the ethernet-howto does not.
The "io" symbol used to exist, but doesn't any more.
> it appears that
> i have successfully set the irq using the howto method.
> my question is, is there a way to set the io base address
> on the 3c509?
Yes. You have to use the DOS utility 3c5x9cfg.exe to set the IRQ and
I/O base of the card (and disable PnP). The "irq" and (now defunct)
"io" parameters simply tell the driver which values the card is using,
they don't actually make the card use those values.
--
Glynn Clements <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]