From owner-freebsd-usb@freebsd.org Sat Jul 14 08:59:38 2018 Return-Path: Delivered-To: freebsd-usb@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 0931E10472F2 for ; Sat, 14 Jul 2018 08:59:38 +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 8DC0F710FC for ; Sat, 14 Jul 2018 08:59:37 +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 C7B652600C1; Sat, 14 Jul 2018 10:59:28 +0200 (CEST) Subject: Re: PC Engines APU2B4 betatest: usb install fails To: Warner Losh , Stefan Bethke Cc: Noth , "freebsd-usb@FreeBSD.org" References: <563E1EED.9090105@citycable.ch> <0B3BCF9F-81F3-4375-B890-9E33FF1261A0@lassitu.de> From: Hans Petter Selasky Message-ID: <64d7feee-c3cb-190b-81d0-ca4b3c9f20f8@selasky.org> Date: Sat, 14 Jul 2018 10:59:09 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2018 08:59:38 -0000 On 07/13/18 12:55, Warner Losh wrote: > This is an INQUIRY command that's requesting 36 bytes. This is the standard > inquiry that's done first thing when probing the device. Without the > inquiry data, we can do nothing... It's unclear why that might be the case. > > Warner Hi, Try to capture the traffic using: usbdump -i usbusX -f Y -s 65536 Where X and Y are the numbers after ugenX.Y. Do this before connecting the USB device. Remove the timestamps and compare the output. --HPS