On Thu, 11 Nov 1999, Jonathan Ben-Avraham wrote:
> On Thu, 11 Nov 1999, Ohad M. Somjen wrote:
>
> > hi,
> > is there somebody in this list
> > that was successful in installing
> > two Intel EtherExpress Pro/10+ in
> > one computer.
> > i configured them right with
> > isapnp (they are ISA cards)
> > and i can activated them separatly
> > using:
> > #>modprobe eepro io=0x300 irq=3
> > #>modprobe eepro io=0x200 irq=9
> >
> > but with that i get only one card
> > up and running. the eepro module is
> > supposed to probe the above io-ports
> > so i try doing:
> > #>modprobe eepro
> > butthe computer hangs up completely
> > and the only way out is but pressing
> > the reset button.
> >
> > any help appriciated,
> > TIA,
> > Ohad.
> >
>
> I believe that you are wasting your time with modules. Compile the support
> directly into the kernel and then use
>
> append = "reserve=0x200,32 ether=0,0x200,eth1"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
how will that help me ?
i have two ether cards (2 io, 2 irq) and here you
reserve only one io address.
if you'll come out with a solution that will allow me
not to use modules i'll be more happy since the machine
which has this two cards is supposed to be my masquerading
server. so it needs the cards on constantly.
but i don't know how to do this without modules,
remember that i also need to configure them first
with isapnp.
>
> in /etc/lilo.conf.
>
> Regards,
>
> - yba
thanks for trying to help
Ohad.
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]