From owner-freebsd-current Wed Apr 16 20:57:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA04843 for current-outgoing; Wed, 16 Apr 1997 20:57:22 -0700 (PDT) Received: from forbidden-donut.anet-stl.com (forbidden-donut.anet-stl.com [206.114.203.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA04835 for ; Wed, 16 Apr 1997 20:57:14 -0700 (PDT) Received: from localhost (doogie@localhost) by forbidden-donut.anet-stl.com (8.8.5/8.8.4) with SMTP id WAA09930; Wed, 16 Apr 1997 22:59:06 -0500 (CDT) Date: Wed, 16 Apr 1997 22:59:06 -0500 (CDT) From: Jason Young To: "Adam W. Hawks" cc: current@freebsd.org Subject: Re: NE2000 clone problem In-Reply-To: <199704170030.UAA17285@awhawks.perigee.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 16 Apr 1997, Adam W. Hawks wrote: > I have a NE2000 clone that is probed during bootup as follows > > ed1: flags=8843 mtu 1500 > inet 9.163.4.8 netmask 0xffff0000 broadcast 9.163.255.255 > ether 00:00:b4:6f:c0:f6 > > during the rc part of boot I get > > ed1: device timeout > > I have the port address set to 0x300 and irq at 10 with mem at 0xd8000 > > under win95 it works fine with these jumper settings and the generic NOVELL > NE2000 driver in win95. > > after I login I can ping the card 9.163.4.8 but nothing else. [snip] > Is there any LINK[012] options that need to be set. The card has UTP and BNC > connector with a AUI option connecter on the card itself. I have no idea who > the manufacturer of the card is only has a NOVELL compatible sticker on the > chip. I generally get that timeout message if the IRQ is wrong and port/mem address is right. Judging by your message it's a jumper and not PnP or a card with NV memory of some sort, so I guess you have that right. The link options depend on what media you're having to plug it into. I must use link2 to get my LinkSys NE2000 clone to talk to 10BaseT. A simple serious of experiments with ifconfig will tell ya if that's it. Jason Young A-Net Technical Staff