From owner-freebsd-questions Mon Jan 20 11:19:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA19367 for questions-outgoing; Mon, 20 Jan 1997 11:19:34 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id LAA19347; Mon, 20 Jan 1997 11:19:28 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA15798; Mon, 20 Jan 1997 11:55:15 -0700 From: Terry Lambert Message-Id: <199701201855.LAA15798@phaeton.artisoft.com> Subject: Re: Problem in connecting a machine in network To: msmith@atrad.adelaide.edu.au (Michael Smith) Date: Mon, 20 Jan 1997 11:55:15 -0700 (MST) Cc: smraj@hotmail.com, terry@lambert.org, questions@FreeBSD.ORG, hackers@FreeBSD.ORG In-Reply-To: <199701200549.QAA29523@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Jan 20, 97 04:19:48 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > malarraj malarraj stands accused of saying: > > > > "Jan 20 11:16:12 apt /kernal: ed0: device time out" > > This should be in the FAQ. This message means that either : > > - you have cabling problems : > - your ethernet is broken > - you have selected the wrong port (BNC vs. AUI vs. UTP) on the > card I would suspect this one first: > - the IRQ setting on the card does not match the kernel's setting. Run a DOS configuration program to determine the IRQ on the board. Note: you may have IRQ assignments that you are not aware of: 2/15) This IRQ is frequently used by video cards for vertical retrace interrupt 3/4) These IRQ's may remain connected, even if you jumper off your serial ports in your BIOS or with motherboard jumpers 7) This is the printer IRQ. It is also the "garbage" IRQ. You should not use IRQ 7 for anything other than the printer port, an even then you can have problems if you have a "noisy" card (like a soundblaster) in your system. *) You can not share IRQ's with a device, even if it is disabled, so long as it is plugged into the bus, it will most likely drive the line low. Regards, Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.