From owner-freebsd-questions Thu Nov 13 08:53:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA25963 for questions-outgoing; Thu, 13 Nov 1997 08:53:04 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from iglou2 (exim@iglou2.iglou.com [192.107.41.17]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA25956 for ; Thu, 13 Nov 1997 08:53:01 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.106] by iglou2 with smtp (8.7.3/8.6.12) id 0xW2VR-0001FL-00; Thu, 13 Nov 1997 11:52:38 -0500 Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <199711131557.HAA28449@dragon.awen.com> Date: Thu, 13 Nov 1997 11:49:34 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: Mike Burgett Subject: RE: 2.2.5 install problem: not probing psm0? Cc: "questions@freebsd.org" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On 13-Nov-97 Mike Burgett wrote: >device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 ^^^^^^^ This "disable" tells it not to load. Boot with -v, to load the visual boot config and enable psm0. Either that, or remove the disable from your config file, and recompile. That would be the best in the long run, so you don't forget to change that the next time you compile a kernel. Patrick Gardella