From owner-freebsd-stable@FreeBSD.ORG Mon May 16 23:33:35 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 815EB16A4CE for ; Mon, 16 May 2005 23:33:35 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AE5D43D75 for ; Mon, 16 May 2005 23:33:35 +0000 (GMT) (envelope-from khaled.abu@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1760502wra for ; Mon, 16 May 2005 16:33:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=W6azPrHyp99FjkDDJM7/1yyRn4bd16E7YynUntDQaR6Kqh6qXpf9wtbikv9on00ka+L2aKMj5XWDLSGM7AST/5Ee56l43AwCzMje8A+Cvx/ucdBEsBwG3pHYX2L00r8ozEQNxkEw6dNsgm2miCSOZlb4JKWISItwWFGImhRR4Dw= Received: by 10.54.23.10 with SMTP id 10mr3945648wrw; Mon, 16 May 2005 16:33:34 -0700 (PDT) Received: by 10.54.66.16 with HTTP; Mon, 16 May 2005 16:33:34 -0700 (PDT) Message-ID: Date: Tue, 17 May 2005 02:33:34 +0300 From: Abu Khaled To: Holtor In-Reply-To: <20050516210544.30884.qmail@web31714.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050516210544.30884.qmail@web31714.mail.mud.yahoo.com> cc: stable@freebsd.org Subject: Re: Working Keyboard in 5.x X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Abu Khaled List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 23:33:35 -0000 On 5/17/05, Holtor wrote: > Hello, >=20 > Does anyone know how to make a PS/2 keyboard work when plugged into a > system booted without a keyboard on FreeBSD 5.x? It doesn't seem to > work. >=20 > For example in 4.x the default GENERIC kernel line is: > device atkbd0 at atkbdc? irq 1 flags 0x1 >=20 > If you leave that line alone, the ps/2 keyboard will not work if a system > booted without one plugged in. But if you remove the "flags 0x1" it will > work fine. >=20 > Does anyone know how to make the PS/2 work properly in 5.x? >=20 > Thank you, >=20 > Holt G. check src/sys/conf/NOTES=20 it explains the flags that can be set in /boot/device.hints #man atkbd check the file /boot/device.hints eg. hint.atkbd.0.flags=3D"0x01" # try changing and test flags PS: Wait for others to reply to your post. I don't have much experince in FreeBSD and so far some people in the list would love to kick my ***. --=20 Kind regards Abu Khaled