From owner-freebsd-hackers Sat Dec 9 16:12:39 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA01181 for hackers-outgoing; Sat, 9 Dec 1995 16:12:39 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA01172 for ; Sat, 9 Dec 1995 16:12:37 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id RAA04410; Sat, 9 Dec 1995 17:10:39 -0700 From: Terry Lambert Message-Id: <199512100010.RAA04410@phaeton.artisoft.com> Subject: Re: Install problem (-c) (fwd) To: jagnew@csugrad.cs.vt.edu (H. Jared Agnew) Date: Sat, 9 Dec 1995 17:10:39 -0700 (MST) Cc: hackers@FreeBSD.org In-Reply-To: from "H. Jared Agnew" at Dec 9, 95 05:57:12 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-hackers@FreeBSD.org Precedence: bulk > I am a fairly new user but I can get my way around, at least the > instalation. I have installed on five systems so far and just minor > problems but here is the stumper. I am trying to install to a Dell > Dimension P100 with 16M of ram, an NE2000 ethernet card, and a 771 #9 video > card with 2M of vram. It has two IDE controlers off of the mother board, > one for the CDROM, and one for the IDE Hard drive. [ ... ] > If you have any sudgestions I would greatly apretiate it. If you know > please write because I've asked a ton of people and they dont know either. Maybe the #9 card is sitting on IRQ 2 to have an EGA compatible vertical retrace interrupt (which was typically used to get rid of "sparklies" and sometimes hooked for light pen strobes). Many "high end" (ie: all options you want and some you don't) video cards sit on IRQ 2. IRQ 2 and IRQ 9 are the same thing (2 is the cascade interrupt). All spurious interrupts go to IRQ 7. Probably you don't want any hardware there. Maybe a printer port, but it's kind of bogus. Plug-n-play cards (you have any of those?) use an LPT port register to write to search out the hardware. Some LPT hardware doesn't like this, and if you have it, you will have to disable Plug-n-play on all your cards or remove the LPT hardware (hard to do if it's soldered to your motherboard). What happens if you pull the network card entirely? Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.