From owner-freebsd-usb@freebsd.org Mon Apr 1 13:43:47 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 B35941563B30 for ; Mon, 1 Apr 2019 13:43: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 D5F816FC1F for ; Mon, 1 Apr 2019 13:43:46 +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 A1AF12602EF; Mon, 1 Apr 2019 15:43:44 +0200 (CEST) Subject: Re: USB issues with 12.0 To: Florian Schulze Cc: freebsd-usb@freebsd.org References: <74A35CD5-8D89-48B8-95AD-85108E98B39E@florian-schulze.net> <429667b1-a5af-bb05-9927-f51e0a936323@selasky.org> <730B2CAC-E43A-48B6-BE38-632944023C35@florian-schulze.net> <26abd10e-a98b-215a-3355-fa104f76efcf@selasky.org> From: Hans Petter Selasky Message-ID: Date: Mon, 1 Apr 2019 15:43:18 +0200 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: D5F816FC1F X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of hps@selasky.org designates 88.99.82.50 as permitted sender) smtp.mailfrom=hps@selasky.org X-Spamd-Result: default: False [-6.51 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+a:mail.turbocat.net]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[selasky.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: mail.turbocat.net]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.98)[-0.983,0]; IP_SCORE(-3.21)[ip: (-9.43), ipnet: 88.99.0.0/16(-4.68), asn: 24940(-1.95), country: DE(-0.01)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:88.99.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] 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: Mon, 01 Apr 2019 13:43:47 -0000 On 4/1/19 3:31 PM, Florian Schulze wrote: >> When you upgrade the kernel to 12, you also need to rebuild uarduno.ko >> . Did you do that? > > I reinstalled it via pkg and as I wrote in the original mail I had to > remove the old conflicting one in /boot/kernel to be able to load > uarduno. Also this doesn't explain why the Kindle doesn't connect anymore. > > Both uarduno.ko and uether.ko load fine on startup, but besides one > mention of ugen3.4 for the arduino I don't see anything further in dmesg. > > On 10.3 I see these two messages: > ugen3.4: at usbus3 > uarduno0: addr 4> on usbus3 > > And for the Kindle I see: > ue0: on cdce0 > ue0: Ethernet address: 2a:c4:49:00:00:00 > > Neither shows up with 12.0. Hi, If you look through dmesg in 12.0, are there any mentions of USB_ERR ? Can you check that all USB host controller drivers are present before and after the upgrade? What exact PCI models of xhci/ehci/ohci and uhci have you got? pciconf -lv It might be the host controller driver needs a quirk. See: sysctl -a hw.usb | grep hci --HPS