From owner-freebsd-current@FreeBSD.ORG Sat Oct 22 06:34:29 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 DB41116A41F for ; Sat, 22 Oct 2005 06:34:29 +0000 (GMT) (envelope-from mvh@ix.netcom.com) Received: from smtpauth04.mail.atl.earthlink.net (smtpauth04.mail.atl.earthlink.net [209.86.89.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D09D43D46 for ; Sat, 22 Oct 2005 06:34:29 +0000 (GMT) (envelope-from mvh@ix.netcom.com) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=ix.netcom.com; b=kqKmCBSqahI6TK2qxLrJlKqCNSqV+6VZQ789DqZzxbXyalXGPhN1+KlPMvQJ4s0H; h=From:To:Subject:Message-Id:Date:X-Virus-Scanned:X-ELNK-Trace:X-Originating-IP; Received: from [71.116.183.88] (helo=bsd.mvh) by smtpauth04.mail.atl.earthlink.net with asmtp (Exim 4.34) id 1ETCxY-0002rY-Kg for freebsd-current@freebsd.org; Sat, 22 Oct 2005 02:34:28 -0400 Received: from localhost (localhost [127.0.0.1]) by bsd.mvh (Postfix) with ESMTP id 71ECF175DF for ; Fri, 21 Oct 2005 23:34:27 -0700 (PDT) Received: from bsd.mvh ([127.0.0.1]) by localhost (bsd.mvh [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00638-01 for ; Fri, 21 Oct 2005 23:34:23 -0700 (PDT) Received: by bsd.mvh (Postfix, from userid 1001) id A6445175DD; Fri, 21 Oct 2005 23:34:22 -0700 (PDT) From: Mike Harding To: freebsd-current@freebsd.org Message-Id: <20051022063422.A6445175DD@bsd.mvh> Date: Fri, 21 Oct 2005 23:34:22 -0700 (PDT) X-Virus-Scanned: amavisd-new at bsd.mvh X-ELNK-Trace: 2159e7a04884740af66dc3a06d5924d8f5845231295ea854010cafd416c003474e7a3108705b577b350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 71.116.183.88 X-Mailman-Approved-At: Sat, 22 Oct 2005 12:09:44 +0000 Subject: USB keyboards and 6.0-RC1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 22 Oct 2005 06:34:30 -0000 I got a bunch of new Dell 9100 dual cores and had some fun trying to install 6.0 RC1 from CD. The systems have no legacy PS/2 keyboard support and only have USB keyboards. The RC1 install screen was unresponsive. I was able to set hint.atkbd.0.flags=1 in order to get it to not install the driver for the non-existent PS/2 keyboard, and then it used the USB keyboard and the rest of the install went fine. You might want to change this flag for the install disk (and not for the installed system, as I know, where say a rackmount may not have a keyboard installed). The rest of the install went pretty good, except I guess the dual-cores look like hyperthreading to the OS so they don't come up unless hyperthreading is enabled... Thanks for all the great work on the system, eerything else has been great... Mike H.