From owner-freebsd-usb@freebsd.org Fri Jan 25 10:22:45 2019 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 10EB114AFF0B for ; Fri, 25 Jan 2019 10:22:45 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 52DE973C2A for ; Fri, 25 Jan 2019 10:22:44 +0000 (UTC) (envelope-from hps@selasky.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1047514AFF0A; Fri, 25 Jan 2019 10:22:44 +0000 (UTC) Delivered-To: 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 F2B9114AFF09 for ; Fri, 25 Jan 2019 10:22:43 +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 8FDB073C29 for ; Fri, 25 Jan 2019 10:22:43 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [176.74.212.121]) (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 3E9CF2600D1; Fri, 25 Jan 2019 11:22:41 +0100 (CET) Subject: Re: Diagnosing probable USB hardware failure To: Phil Norman Cc: usb@freebsd.org References: <2ef9ce91-27cb-fced-aa08-1c26b28f3991@selasky.org> From: Hans Petter Selasky Message-ID: <709569e7-a7f8-9431-a83b-ad8d9f5546ec@selasky.org> Date: Fri, 25 Jan 2019 11:20:19 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.4.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-Rspamd-Queue-Id: 8FDB073C29 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.975,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2019 10:22:45 -0000 On 1/24/19 10:53 PM, Phil Norman wrote: > I hadn't; thanks for that. > > It certainly spams a lot. I've dumped /var/log/messages (since a recent > reboot with the USB system going nuts) here: > http://splodge.fluff.org/~phil/messages-2019-01-24.txt > Hi, Can you try these quirks in turn. Set them in /boot/loader.conf hw.usb.xhci.ctlstep=1 hw.usb.xhci.dma32=1 hw.usb.xhci.use_polling=1 hw.usb.xhci.xhci_port_route=1 --HPS