From owner-freebsd-stable@FreeBSD.ORG Thu May 19 16:16:00 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 63DEC16A4CE for ; Thu, 19 May 2005 16:16:00 +0000 (GMT) Received: from MM01SNLNTO.sandia.gov (mm01snlnto.sandia.gov [132.175.109.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C6D843D8D for ; Thu, 19 May 2005 16:15:59 +0000 (GMT) (envelope-from dwilde@sandia.gov) Received: from 132.175.109.1 by MM01SNLNTO.sandia.gov with ESMTP ( Tumbleweed MMS SMTP Relay 01 (MMS v5.6.3)); Thu, 19 May 2005 10:15:51 -0600 X-Server-Uuid: 2C1074A8-2B28-4DE3-9F7D-FF40AE090BA2 Received: from ES23SNLNT.srn.sandia.gov (ec04snlnt.sandia.gov [134.253.164.156] (may be forged)) by mailgate.sandia.gov ( 8.13.3/8.13.3) with ESMTP id j4JGFoMw000619 for ; Thu, 19 May 2005 10:15:50 -0600 (MDT) Received: from ES20SNLNT.srn.sandia.gov ([134.253.164.29]) by ES23SNLNT.srn.sandia.gov with Microsoft SMTPSVC(6.0.3790.211); Thu, 19 May 2005 10:15:51 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Thu, 19 May 2005 10:15:50 -0600 Message-ID: <040DF00BF960A24897B5B3EFBE63FE8ACB0BE5@ES20SNLNT.srn.sandia.gov> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: USB keyboard support in 5.4 thread-index: AcVcjgXmZU47G/uTSR6fEVIhSIjs8g== From: "Wilde, Donald" To: freebsd-stable@freebsd.org X-OriginalArrivalTime: 19 May 2005 16:15:51.0022 (UTC) FILETIME=[0644F0E0:01C55C8E] X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.0.3.2, Antispam-Data: 2005.5.19.17 X-WSS-ID: 6E92643D1KO290889-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: USB keyboard support in 5.4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 16:16:00 -0000 I recently cvsup'd to -STABLE a clean 5.4 install, and when I did so, my USB keyboard (on a Dell GX280) did not work in single-user mode. I had previously (when working with 5.4-RELEASE as a clean install) created an /etc/rc.i386 file with the kbdcontrol redirect line in it as specified in the Handbook, and that worked fine. During the final mergemaster run in upgrading to -STABLE, the rc.i386 file I'd created was removed as obsolete. What worked was to remove 'device atkbd' from the kernel, rebuild, and reboot, as per the ukbd man page. The only remaining issue is that in bootup I get a complaint from kbdcontrol that device /dev/ukbd0 is busy. It's after mounting filesystems and doesn't show up in dmesg. Grepping /etc, I see that there's an attach/detach sequence in /etc/devd.conf which includes a kbdcontrol line for /dev/ukbd0. Should I modify this? My GX280 has no old-style kbd or ps2 mouse ports at all. Don Wilde