From owner-freebsd-questions@FreeBSD.ORG Sat Dec 25 13:58:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50D0F16A4CE for ; Sat, 25 Dec 2004 13:58:23 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6AB043D49 for ; Sat, 25 Dec 2004 13:58:22 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.1/8.13.1) with ESMTP id iBPE0nJb092552; Sat, 25 Dec 2004 15:00:51 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.1/8.13.1/Submit) id iBPE0nSA092551; Sat, 25 Dec 2004 15:00:49 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Sat, 25 Dec 2004 15:00:49 +0100 From: Ruben de Groot To: Subhro Message-ID: <20041225140049.GA92496@ei.bzerk.org> References: <001e01c4e761$d599b1c0$8b0aa8c0@pichler> <41cd3895.1d4837f8.0a2b.3003@smtp.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41cd3895.1d4837f8.0a2b.3003@smtp.gmail.com> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, score=-2.3 required=5.0 tests=ALL_TRUSTED, FROM_ENDS_IN_NUMS autolearn=failed version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on ei.bzerk.org cc: 'Ricardo Pichler' cc: questions@freebsd.org Subject: Re: Problems with switch view and FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Dec 2004 13:58:23 -0000 On Sat, Dec 25, 2004 at 03:23:15PM +0530, Subhro typed: > > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > > questions@freebsd.org] On Behalf Of Ricardo Pichler > > Sent: Tuesday, December 21, 2004 19:05 > > To: questions@freebsd.org > > Subject: Problems with switch view and FreeBSD > > > > I've various FreeBSD box running, they are working without keyboard and > > when > > I try connect the keyboard, the system don't respond but the system be > > working. > > > The reason why it is not working for you is, the BIOS of your mother board > does not enable the Keyboard PS2 port till it "sees" the keyboard. Turn off > the autodetection of keyboard from the BIOs and it will work fine. Wrong. He has to edit /boot/device.hints and replace hint.atkbd.0.flags="0x1" by hint.atkbd.0.flags="0" Ruben