[1006] in netbsd-help mailing list archive
Re: NE2000 problems
daemon@ATHENA.MIT.EDU (Greg Hudson)
Tue Aug 20 14:50:14 1996
To: Joshua Weaver <weaverj@MIT.EDU>
Cc: netbsd-help@MIT.EDU
In-Reply-To: Your message of "Tue, 20 Aug 1996 12:15:06 EDT."
<199608201615.MAA04608@vostok6.MIT.EDU>
Date: Tue, 20 Aug 1996 14:46:12 EDT
From: Greg Hudson <ghudson@MIT.EDU>
> A NE2000 TPlus has been giving me trouble. I have a working system
> but it constantly gives me this error:
> ed4: NIC memory corrupt- invalid packet length 65534
An IRQ conflict with an Adaptec 1522 SCSI controller could cause this
problem, or it could just be that we have three NE2000 devices at the
same I/O port. In the latter case, you probably want to build a
kernel for your machine. Right now the best way to build a kernel is
to use a union mount:
mkdir /u1/build
mount_union -b /usr/src /u1/build
cd /u1/build/sys/arch/i386/conf
cp ATHENAADP MYKERNELNAME
<edit MYKERNELNAME, remove the devices you don't want>
config MYKERNELNAME
cd ../compile/MYKERNELNAME
make depend
make
mv /netbsd /onetbsd
cp netbsd /netbsd
shutdown -r now