Re: Problem in configuring NE2000 driver during kernel compilation
Bimo H. Purbo (bimo@thermal.ms.itb.ac.id)
Mon, 14 Sep 1998 00:09:10 +0700 (JAVT)
On Sun, 13 Sep 1998 fd95007@pagan.bits-pilani.ac.in wrote:
> >
> > Please try to compile your ne2000 driver into the kernel and not
> > as a module.
> >
> > Jeffrey
>
>
> I tried this also, but it does not help. I think it's because NE2000 need
> io address to start with.
>
as a module, try:
insmod 8390.o (ne.o depends on it)
insmod ne.o io=0xYYY irq=ZZ (e.g io=0x280)
included in kernel, edit your lilo.conf:
append="ether=IRQ,IO,devname"
and run 'lilo'
-Bimo-
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.rutgers.edu