From owner-freebsd-current@FreeBSD.ORG Tue Jun 22 00:14:28 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0677316A4CE for ; Tue, 22 Jun 2004 00:14:28 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0EF343D1D for ; Tue, 22 Jun 2004 00:14:27 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id E62F572DF2; Mon, 21 Jun 2004 17:14:27 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id E1ED872DB5; Mon, 21 Jun 2004 17:14:27 -0700 (PDT) Date: Mon, 21 Jun 2004 17:14:27 -0700 (PDT) From: Doug White To: leon breedt In-Reply-To: <20040620071137.GA25504@echelon.xeraph.org> Message-ID: <20040621171202.G70461@carver.gumbysoft.com> References: <20040620071137.GA25504@echelon.xeraph.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: dell usb keyboard not attached to console by default on P4C800-E X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2004 00:14:28 -0000 On Sun, 20 Jun 2004, leon breedt wrote: > hi, > > i have a Dell USB keyboard that's stopped working correctly in -CURRENT > (synced today (Jun 20)). > > the symptoms are that i am unable to type anything in. however, if i > attach a PS/2 keyboard, and do: > > # kbdcontrol -k /dev/ukbd0 > > the USB keyboard starts working. my workaround for now has been to > add > > keyboard="/dev/ukbd0" > > to /etc/rc.conf. i didn't need this in 5.2.1-R though, is this a > regression, or expected behaviour? This is a behavior change to make ps/2 keyboards work on dells, according to alfred. You'll need to change this line in your hints file: hint.atkbd.0.flags="0" Make it ="1" and you should work again. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org