From owner-freebsd-current@FreeBSD.ORG Sun Jun 20 07:12:05 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 355DE16A4CE for ; Sun, 20 Jun 2004 07:12:05 +0000 (GMT) Received: from mail.xeraph.org (echelon.xeraph.org [193.201.200.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B56543D31 for ; Sun, 20 Jun 2004 07:12:05 +0000 (GMT) (envelope-from ljb@xeraph.org) Received: from echelon.xeraph.org ([193.201.200.202] helo=localhost) by mail.xeraph.org with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34; FreeBSD) id 1BbwUL-0006eT-9m for current@freebsd.org; Sun, 20 Jun 2004 08:11:37 +0100 Date: Sun, 20 Jun 2004 08:11:37 +0100 From: leon breedt To: current@freebsd.org Message-ID: <20040620071137.GA25504@echelon.xeraph.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: 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: Sun, 20 Jun 2004 07:12:05 -0000 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? i've attached the verbose dmesg output, and my kernel configuration. thanks, leon