From owner-freebsd-questions@FreeBSD.ORG Tue Jun 5 12:45:27 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0574816A468 for ; Tue, 5 Jun 2007 12:45:27 +0000 (UTC) (envelope-from joshuafruge@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id 6B2EB13C448 for ; Tue, 5 Jun 2007 12:45:26 +0000 (UTC) (envelope-from joshuafruge@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so174073uge for ; Tue, 05 Jun 2007 05:45:25 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=ML1pP1RTy4YXdmuhGIsp9LlffSNeL7xESyYUUXQGYRbNl9LM1C+fsJUiXkdJn/PwefqV0aQmxpDssjlZHDx3f5MPlTCE4H9hK9V75aIXbnyjrxBMrqyeFrOLzeXr2HEWKMgNbVTKKtLSjzALvNgZVpdatNpsZzs6xq2MzZY68Rw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=BNYxeosoYls2TCPpHEB4ZnVi+B/7X1ihp7O+uxiNdvPE8H76eB+02uaCHSnBzJ7MG6otYEQ9h2MjU0T6kXFMlUIHhhWiU7qaFEtmHqtU0UmUdIQdB1SKT5ZTZ1XWJXxUDPtYPsxhpxHiNviLaUa8OT0Ccj3z4s7XSlwieSDm3+w= Received: by 10.78.181.13 with SMTP id d13mr2421841huf.1181045970087; Tue, 05 Jun 2007 05:19:30 -0700 (PDT) Received: by 10.78.197.19 with HTTP; Tue, 5 Jun 2007 05:19:30 -0700 (PDT) Message-ID: <2f33bdd20706050519h6cc209f4y74370f892114c810@mail.gmail.com> Date: Tue, 5 Jun 2007 07:19:30 -0500 From: "=?ISO-8859-1?Q?Joshua_Frug=E9?=" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: usb keyboard on dell precision 690 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2007 12:45:27 -0000 Trying to install freebsd6.2 using a usb keyboard on a dell precision 690. When I get into sysinstall the keyboard no longer works. Did some googling... there is no option in the bios for legacy usb keyboard or anything like that, unplugging and replugging/rearranging usb devices did not work, and entering set hint.atkbd.0.disabled="1" in the loader prompt does not work. I believe the issue to be that a false non usb keyboard is detected, as the loading messages display an at keyboard device. Any idea on how I can install freebsd 6.2(amd64) with a usb keyboard? Thanks, Joshua