From owner-freebsd-usb@FreeBSD.ORG Thu Nov 14 19:10:56 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1EEFDD49 for ; Thu, 14 Nov 2013 19:10:56 +0000 (UTC) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id D3CF02659 for ; Thu, 14 Nov 2013 19:10:55 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id EE9EC7A334; Thu, 14 Nov 2013 20:10:53 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 4D1068F980A; Thu, 14 Nov 2013 20:11:26 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O5ffXOcBuPzV; Thu, 14 Nov 2013 20:11:25 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 8F5668F97E6; Thu, 14 Nov 2013 20:11:25 +0100 (CET) Message-ID: <52852084.4060907@bitfrost.no> Date: Thu, 14 Nov 2013 20:12:04 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Ernesto , freebsd-usb@freebsd.org Subject: Re: freebsd qpad mk-85 usb keyboard not working References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 19:10:56 -0000 On 11/14/13 20:04, Ernesto wrote: > Hi! > > I have qpad mk-85 usb keyboard (which have usb 2.0 hub itself). When I > start the machine up, I can type bios password and select the boot > option. The backlights of the keyboard switch on but I cannot use at the > login prompt, and the keyboard is not working. USB hub works fine and I > can connect and use properly a usb mouse, but keyboard doesn't work at > all (although it gets power, since back-lights are up). I have two more > usb keyboards (logitec and Ducky keyboards) which work fine. > > I have read some forums but cannot find a solution for this. Any > suggestion or help will be very appreciated. > > Thanks in advance and kind regards, > Ernesto Hi, What does "dmesg" say and "usbconfig -d X.Y dump_device_desc dump_curr_config_desc" about your device ? --HPS