From owner-freebsd-usb@freebsd.org Mon May 22 12:59:42 2017 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97B20D78A1E for ; Mon, 22 May 2017 12:59:42 +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 63B5415DE for ; Mon, 22 May 2017 12:59:42 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (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 A158D260823; Mon, 22 May 2017 14:59:40 +0200 (CEST) Subject: Re: GnuPG && card readers To: Matthias Apitz Cc: freebsd-usb@freebsd.org References: <20170509094729.GA3668@c720-r314251> <20170509213637.Horde.u9PInhb6UaNmyy2nhXlnMGr@webmail.leidinger.net> <20170510073903.GA2836@c720-r314251> <20170511065844.GA25086@c720-r314251> <20170511090230.GA26224@c720-r314251> <739d3542-6c62-7ece-6832-81d76a994bc7@selasky.org> <7060c429-2cc6-851b-3aa4-46f09dc7e355@selasky.org> <20170522123244.GA2602@sh4-5.1blu.de> From: Hans Petter Selasky Message-ID: <6f4417bf-69d8-efe5-e007-a9cb080912d8@selasky.org> Date: Mon, 22 May 2017 14:57:41 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: <20170522123244.GA2602@sh4-5.1blu.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 May 2017 12:59:42 -0000 On 05/22/17 14:32, Matthias Apitz wrote: > El d�a Monday, May 22, 2017 a las 02:11:04PM +0200, Hans Petter Selasky escribi�: > >>> Did you try this device with another real machine? >>> >>> Maybe it is a bug with the Acer C720 netbook's USB controllers that >>> someone needs to look into? >>> > > Hi, > > I will try this at home with my E6330 Dell laptop. > >> There are some debug knobs under: >> >> sysctl -a hw.usb |grep debug >> >> which you might turn on and compare the output from the two systems, like: >> >> sysctl hw.usb.uhub.debug=16 > > Can I set this as well in loader.conf for debug the boot? > Yes, in recent versions of FreeBSD you can do that. --HPS