From owner-freebsd-questions Tue Feb 13 10:26:49 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA27924 for questions-outgoing; Tue, 13 Feb 1996 10:26:49 -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 KAA27913 for ; Tue, 13 Feb 1996 10:26:43 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA23486; Tue, 13 Feb 1996 11:22:44 -0700 From: Terry Lambert Message-Id: <199602131822.LAA23486@phaeton.artisoft.com> Subject: Re: Problem of Install FreeBSD 2.1! To: kng@hk.llinkage.net (Kwing Ng) Date: Tue, 13 Feb 1996 11:22:44 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: <3120BA0D.573B@hk.llinkage.net> from "Kwing Ng" at Feb 14, 96 00:19:25 am 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 Precedence: bulk > I am using ASUS PCI/I-P54NP4D motherbord with one Pentium-100 CPU, I have > 32M ram on board and using ASUS PCI-V264CT (ATI Mach 64 chip) with 2M ram > I try to install FreeBSD 2.1, after I use the boot floppy boot-up, the > FreeBSD detect Intel Pentium-100 CPU, then the screen become BLANK, I cannot > read anything, but my system is not hang, as I can type something and also > can switch NUM, CAP. > I also change the PCI-V264CT to an ISA Trident-8900D VGA card, and > everything OK! > Is there any bug of FreeBSD with ATI Mach 64 or something? > How to solve this problem? The video card you are using illegally (IMO) uses the com3 address range. The SIO probe will probe all devices or none. When it probes the COM3: address range, your card is clobbered (it's nose gets cut off because it is sticking where it does not belong). You should boot "-c" and disable the SIO probe. When you have installed and come up correctly, you will need to rebuild a kernel that either has SIO3 ripped out of the array, or has no com port drivers. The process to rip com3 out of the array is described in the -questions list archive on www.freebsd.org. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.