From owner-freebsd-usb@freebsd.org Tue Jan 24 17:03:47 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 21F8ACBF6BB for ; Tue, 24 Jan 2017 17:03:47 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (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 E20D2EE3 for ; Tue, 24 Jan 2017 17:03:46 +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 DED311FE022; Tue, 24 Jan 2017 18:03:15 +0100 (CET) Subject: Re: USB device not working on FreeBSD To: Mike Tancsa , freebsd-usb@freebsd.org References: From: Hans Petter Selasky Message-ID: <7ebf8e83-4dad-5035-83a6-f11c59d7fcbe@selasky.org> Date: Tue, 24 Jan 2017 18:03:08 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: Tue, 24 Jan 2017 17:03:47 -0000 On 01/24/17 16:14, Mike Tancsa wrote: > Perhaps some sort of USB quirk needs to be added ? Any ideas on how to > get things working ? It fails on RELENG8, RELENG_10, and RELENG_11 in > the same way. usbconfig dump_device_desc fails as its not able to get > all the info. Hi, Try setting the UQ_NO_STRINGS quirk for this device and also verify that the idVendor and idProduct is present in the apcaccess utility. Else it will not attach! --HPS