From owner-freebsd-questions Tue Apr 4 11:40:41 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA19553 for questions-outgoing; Tue, 4 Apr 1995 11:40:41 -0700 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id LAA19544 for ; Tue, 4 Apr 1995 11:40:37 -0700 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA15812; Tue, 4 Apr 95 12:30:23 MDT From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9504041830.AA15812@cs.weber.edu> Subject: Re: NE2000 clone board To: gaspar@STL-17SIMA.ARMY.MIL Date: Tue, 4 Apr 95 12:30:22 MDT Cc: freebsd-questions@FreeBSD.org In-Reply-To: <199504041442.HAA13568@freefall.cdrom.com> from "Al Gaspar" at Apr 4, 95 09:39:51 am X-Mailer: ELM [version 2.4dev PL52] Sender: questions-owner@FreeBSD.org Precedence: bulk > I finally gave up on my SyQuest drive and repartitioned my hard disk. > I now have FreeBSD loaded. I am having trouble with my network > interface. I have a ne2000 look-alike, and I set it up on ed1 (it > did't seem right on ed0). However, it doesn't work. I am guessing > that five is the wrong IRQ. How can I get back in the network setup > script to try other settings? I ran sysinstall out of /stand, but > that doesn't seem to get to the net install stuff. Would I be better > off switching to another card? I have SMC Elite 16 ultras available. Using the disk that came with the network card, or opening the box and looking at the jumper sttings on the card, determine the actual IRQ, I/O address, and memory range (if any) for the card. Then boot your system by typing /kernel -c at the boot prompt and modify the board settings. The main problem here is that the proble can return true for partially correct settings. In reality, an NE2000 driver should INB to read the other settings once the I/O port range is known (INB of IOBASE + 2 give IRQ, etc.). beBecause the driver doesn't do this, you will have to determine the card settings in their entirety. Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.