From owner-freebsd-current@FreeBSD.ORG Wed Sep 14 20:54:40 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E6291065672 for ; Wed, 14 Sep 2011 20:54:40 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 521268FC14 for ; Wed, 14 Sep 2011 20:54:39 +0000 (UTC) Received: by qyk10 with SMTP id 10so4512061qyk.13 for ; Wed, 14 Sep 2011 13:54:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=phIbuOgu+MOTeC7BbaNghuPKjFa8/SMHPBsYzx91UWw=; b=oWBJ2CdM2cUTio190auKmInH0MJWhbfmg5TZVG+KpQdtwFeLVVRS0LbCqfL+dzFhl3 ixjXZyclvTryNxJRKq39+N6r1V74z3NCbvOM4DJSmJ4IuIDC8RErLKlK+Ujp4S65keht oqV+6CwcHAEaQTonN3EQJUevf6OPxI/355/NQ= MIME-Version: 1.0 Received: by 10.224.212.69 with SMTP id gr5mr234047qab.392.1316033678955; Wed, 14 Sep 2011 13:54:38 -0700 (PDT) Received: by 10.224.37.83 with HTTP; Wed, 14 Sep 2011 13:54:38 -0700 (PDT) In-Reply-To: <201109142112.58593.hselasky@c2i.net> References: <201109142112.58593.hselasky@c2i.net> Date: Wed, 14 Sep 2011 13:54:38 -0700 Message-ID: From: Garrett Cooper To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org, Alisson Subject: Re: USB Keyboard don't Work 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: Wed, 14 Sep 2011 20:54:40 -0000 On Wed, Sep 14, 2011 at 12:12 PM, Hans Petter Selasky wrote: > On Wednesday 14 September 2011 20:46:35 Alisson wrote: >> Hi... i'm using FreeBSD 8.2 >> >> I change the Hard Drive to another position. and FreeBSD don't boot. >> >> Appers to change the position o HardDrive. >> >> I need to run this command: >> >> # mountroot ufs:/dev/ad4s1a >> >> but.. the usb keyboard dont work. >> >> >> I tried to run > > Also try: > >> >> set hint.atkbd.0.flags="0x1" > > set hint.atkbd.0.disabled="1" > >> boot -S >> >> but the usb keyboard still not working... You may also need to build and load kbdmux if your vendor's legacy keyboard handling in the BIOS is broken. HTH, -Garrett