Date: Wed, 22 Aug 2001 12:33:21 +0200 From: Erik Trulsson <ertr1013@student.uu.se> To: Ceri <ceri@techsupport.co.uk> Cc: ringgo@rnpa-online.net, freebsd-questions@FreeBSD.ORG Subject: Re: NE2000 Message-ID: <20010822123321.A80564@student.uu.se> In-Reply-To: <20010822104943.C12902@cartman.techsupport.co.uk> References: <20010822094338.29582.cpmta@c000.snv.cp.net> <20010822104943.C12902@cartman.techsupport.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
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.) -- <Insert your favourite quote here.> Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010822123321.A80564>