Boytcho Peytchev wrote:

> Hi!
> a certain NE2000 card is using i/o address of 0x2A0 which is not in the
> list of addresses to be probed in
> drivers/net/ne.c for 2.0.36
> so it doesn't get probed, and so no NE2000
> once the address is added in the list and kernel is recompiled card
> works.
>
> Question is if there is a way to tell linux (at or after boot)
> where to look for the card instead of

Try add into /etc/lilo.conf (or similar)
append="ether=0,0x2A0,eth0"
or
when do boot add
boot: linux ether=0,0x2A0,eth0

first param is IRQ, second I/O port, third name ;-)

or read Ethernet-HOWTO's there is same example

>
> having to remember to modify the source for each new kernel version...
>
> B.
> --
> We are all in the gutter, but some of us are looking at the stars.
>                 -- Oscar Wilde
> -
> To unsubscribe from this list: send the line "unsubscribe linux-net" in
> the body of a message to [EMAIL PROTECTED]

--
=================================================================
Mikhail Saykov                 Senior Network Engineer - TTM Ltd.
tel./fax.: 359 2 974 39 47/359 2 975 32 67       [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