Re: Can't see second network card.

Arnaldo Carvalho de Melo (acme@conectiva.com.br)
Thu, 20 Feb 1997 15:38:20 -0300 (EST)


When you specify 0,0 you're telling the kernel to autoprobe, the autoprobe
routine uses a series of well-known IO addresses, what address you use in
the second card??? Put one of these:

/* A zero-terminated list of I/O addresses to be probed. */
static unsigned int netcard_portlist[] =
{ 0x300, 0x280, 0x320, 0x340, 0x360, 0};

of course the 0 at the end isn't a valid IO address, it's there just to
indicate linux/drivers/net/ne.c that there's no more addresses to probe.

[],

Arnaldo Carvalho de Melo mailto:acme@conectiva.com.br
Conectiva Internet Solutions http://www.conectiva.com.br
Mantenedor das listas java-br, javascript-br, LinuxISP-BR e TechISP-BR
Assinatura das listas: http://www.conectiva.com.br/~acme/listas.html
Arquivo das listas: http://listas.conectiva.com.br/listas

Outside of a dog, a book is a man's best friend.
Inside of a dog, it's too dark to read. Groucho Marx

On Wed, 19 Feb 1997, Andy Walden wrote:

> hello:
>
> I have a machine I'm trying setup as a router. There are two Kingston
> NE2000 cards in the mahine. They are identical and have software set
> irq's and such. After reading the mini-howto for multiple network cards
> I included the append= "ether=0,0,eth1" line in my lilo.conf,
> reinstalled lilo. And it still refuses to acknowlege the card. Any
> suggestions are welcome. Thank you.
>
> andy
>