[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ne2000 configuration
What I did (disclaimer: I am on Slackware, kernel 1.2.13) was to edit
the file /usr/src/linux/drivers/net/ne.c and put the real card's address
as the first item in the list of addresses to be probed (the declaration
is: static unsigned int netcard_portlist[] = ....).
After editing the file, I recompiled the kernel.
--- Omer
On Tue, 18 Nov 1997, umpa loompa wrote:
> Hello there.
> I installed in my workplace RedHat 4.2 linux in order
> to use it as a development environment for Java/ web
> applications.
> The rest of the network is winNT (should I add TM?),
> The Lan card is ne2000 it's i/o=340-35F and irq=5
> But, The linux can not find the card...
> any ideas???