From owner-freebsd-current Wed Jan 29 13:31:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA22666 for current-outgoing; Wed, 29 Jan 1997 13:31:22 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA22654 for ; Wed, 29 Jan 1997 13:31:18 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA18568; Wed, 29 Jan 1997 14:12:48 -0700 From: Terry Lambert Message-Id: <199701292112.OAA18568@phaeton.artisoft.com> Subject: Re: installing network cards To: dara@salk.edu (Dara Ghahremani) Date: Wed, 29 Jan 1997 14:12:48 -0700 (MST) Cc: terry@lambert.org, current@freebsd.org In-Reply-To: from "Dara Ghahremani" at Jan 29, 97 01:11:18 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-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I apologize for not being more specific about this, I do get a keyboard > response, but not a system response - i.e. control-D and C appear as ^C > or ^D on the screen and no response returns other than the characters > that appear on the screen. > > I will check on the SCSI situation that you wrote about now. It's possible that you have a bad chipset. What chipset do you have (if you know) and do you have more than 16M of RAM? Also, if you disable the L1 and L2 cache in the BIOS setup, does the problem go away? Are you running IDE? If so, do you have a CMD640b IDE controller chip and two or more disks? You need to provide more specific information about the machine... if it is hanging where ^C and ^D can't interrupt it, it may be that you are running a shell which is trying to do a DNS lookup (and failing), in which case it will eventually come back, OR it may be that your shell image is being corruped as it is loaded into memory, either from stale cache data because of your chipset, or even bad cache RAM or main memory, OR the freeze-up is occuring in the disk driver because of some hardware problem (like a CMD640b with two or more devices on it or a WD IDE drive slaved to a non-WD IDE drive, etc.). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.