From owner-freebsd-questions Wed Aug 22 3:33:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailf.telia.com (mailf.telia.com [194.22.194.25]) by hub.freebsd.org (Postfix) with ESMTP id 85BF037B406 for ; Wed, 22 Aug 2001 03:33:37 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailf.telia.com (8.11.2/8.11.0) with ESMTP id f7MAXXZ27027 for ; Wed, 22 Aug 2001 12:33:33 +0200 (CEST) Received: from ertr1013.student.uu.se (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id MAA07964 for ; Wed, 22 Aug 2001 12:33:32 +0200 (CEST) Received: (qmail 80591 invoked by uid 1001); 22 Aug 2001 10:33:21 -0000 Date: Wed, 22 Aug 2001 12:33:21 +0200 From: Erik Trulsson To: Ceri Cc: ringgo@rnpa-online.net, freebsd-questions@FreeBSD.ORG Subject: Re: NE2000 Message-ID: <20010822123321.A80564@student.uu.se> Mail-Followup-To: Ceri , ringgo@rnpa-online.net, freebsd-questions@FreeBSD.ORG References: <20010822094338.29582.cpmta@c000.snv.cp.net> <20010822104943.C12902@cartman.techsupport.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010822104943.C12902@cartman.techsupport.co.uk> User-Agent: Mutt/1.3.20i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Aug 22, 2001 at 10:49:43AM +0100, Ceri wrote: > On Wed, Aug 22, 2001 at 02:43:38AM -0700, ringgo@rnpa-online.net said: > > Hi > > I got problems when i'm adding second NIC NE2000. > > I got kernel message right here: > > /kernel: edx: device timeout > > and when i ping to that NIC I got host is down message > > what should i do? > > Here liitle information my kernel configuration > > device rl > > device wb > > device ed (just ed) > > Is my kernel config right? > > Doubtful. > > Find the line > device ed0 at isa? port 0x280 irq 5 iomem 0xd8000 > > in lint and edit the 0x280 and irq bits to match what the card is actually > configured with. > That depends on if it is an ISA or PCI NIC. For a PCI card just 'device ed' should work. This probably also works for Plug-and-Play ISA cards. For a non-PnP ISA card you do need to specify the port and IRQ bits. For the original poster: What does 'ifconfig -a' output? What is the output of 'dmesg'? You do have both NICs connected to some other device? (Hub, switch, computer..) (The '/kernel: ed0: device timeout' appears for me when the computer on the other end of the network cable is turned off.) -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message