From owner-freebsd-current@freebsd.org Wed May 9 07:08:25 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2FDFFAC79C for ; Wed, 9 May 2018 07:08:25 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DC9F6DAB7 for ; Wed, 9 May 2018 07:08:25 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id D2F112620AD; Wed, 9 May 2018 09:08:23 +0200 (CEST) Subject: Re: Help USB keyboard trouble To: "Alex V. Petrov" , freebsd-current@freebsd.org References: <20fe1b1c-1563-ca86-a10d-a91684244c2c@gmail.com> From: Hans Petter Selasky Message-ID: Date: Wed, 9 May 2018 09:08:16 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20fe1b1c-1563-ca86-a10d-a91684244c2c@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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, 09 May 2018 07:08:25 -0000 On 05/09/18 05:52, Alex V. Petrov wrote: > The new USB-keyboard "Qumo Dragon War Mechanicus K11" continues to print > "A" when connected, as if the "a" key is pressed. > But in Windows and Linux keyboard work normaly. > > In log: > > May 9 10:43:38 alex kernel: ugen2.3: at usbus2 > May 9 10:43:38 alex kernel: ukbd0 on uhub6 > May 9 10:43:38 alex kernel: ukbd0: 2.00/1.00, addr 3> on usbus2 > May 9 10:43:38 alex kernel: kbd2 at ukbd0 > May 9 10:43:38 alex kernel: ukbd1 on uhub6 > May 9 10:43:38 alex kernel: ukbd1: 2.00/1.00, addr 3> on usbus2 > May 9 10:43:38 alex kernel: kbd3 at ukbd1 > ^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^A^AMay > 9 10:43:46 alex kernel: ugen2.3: at usbus2 > (disconnected) > May 9 10:43:46 alex kernel: ukbd0: at uhub6, port 3, addr 3 (disconnected) > May 9 10:43:46 alex kernel: ukbd0: detached > May 9 10:43:46 alex kernel: ukbd1: at uhub6, port 3, addr 3 (disconnected) > May 9 10:43:46 alex kernel: ukbd1: detached > Hi, Can you show the output from: usbconfig -d ugen2.3 dump_device_desc dump_curr_config_desc And also have a look at: usbdump -i usbus2 -f 3 -vvv -s 65536 --HPS BTW: We have a list specifically for USB problems: freebsd-usb@freebsd.org