From owner-freebsd-usb@freebsd.org Sat Jul 14 09:01:53 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 486B3104771C for ; Sat, 14 Jul 2018 09:01:53 +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 DCCA97141E for ; Sat, 14 Jul 2018 09:01:52 +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 537972600C1; Sat, 14 Jul 2018 11:01:51 +0200 (CEST) Subject: Re: USB problems on PC Engines APU2C4 To: Stefan Bethke , freebsd-usb@freebsd.org References: <43997AE2-089D-48AE-9285-9B3C6864DC9D@lassitu.de> From: Hans Petter Selasky Message-ID: <4d1b92dc-d675-ac9b-63d9-7239b902b73d@selasky.org> Date: Sat, 14 Jul 2018 11:01:31 +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: <43997AE2-089D-48AE-9285-9B3C6864DC9D@lassitu.de> 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 09:01:53 -0000 On 07/13/18 22:57, Stefan Bethke wrote: > 22:51:32.351126 usbus0.2 DONE-BULK-EP=00000002,SPD=HIGH,NFR=0,SLEN=0,IVAL=0,ERR=TIMEOUT > 22:51:32.858070 usbus0.2 SUBM-CTRL-EP=00000000,SPD=HIGH,NFR=1,SLEN=8,IVAL=500 The timeout might indicate an interrupt problem at the host controller. There are some EHCI quirks you can try: hw.usb.ehci.lostintrbug: 0 hw.usb.ehci.iaadbug: 0 --HPS