From owner-freebsd-usb@freebsd.org Mon Apr 1 10:33:51 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 ABB04155B8A0 for ; Mon, 1 Apr 2019 10:33:51 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (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 908DB8FF05 for ; Mon, 1 Apr 2019 10:33:50 +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 2CDE026011B; Mon, 1 Apr 2019 12:33:47 +0200 (CEST) Subject: Re: USB issues with 12.0 To: Florian Schulze , freebsd-usb@freebsd.org References: <74A35CD5-8D89-48B8-95AD-85108E98B39E@florian-schulze.net> From: Hans Petter Selasky Message-ID: <429667b1-a5af-bb05-9927-f51e0a936323@selasky.org> Date: Mon, 1 Apr 2019 12:33:21 +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: <74A35CD5-8D89-48B8-95AD-85108E98B39E@florian-schulze.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 908DB8FF05 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of hps@selasky.org designates 2a01:4f8:c17:6c4b::2 as permitted sender) smtp.mailfrom=hps@selasky.org X-Spamd-Result: default: False [-5.50 / 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)[mail.turbocat.net]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.58)[-0.583,0]; IP_SCORE(-2.61)[ip: (-8.91), ipnet: 2a01:4f8::/29(-2.17), 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:2a01:4f8::/29, 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 10:33:51 -0000 On 4/1/19 10:43 AM, Florian Schulze wrote: > Hi! > > Yesterday I attempted to upgrade my NAS from 10.3 to 12.0. Among other > things, I use the NAS for data gathering from an Arduino Leonardo clone > and displaying to an USB attached Kindle with USB networking. > > I created a new boot environment with beadm, mounted it and upgraded via > chroot. Then I activated it, rebooted and finished the upgrade. > > After the upgrade the Kindle and Arduino aren't working anymore. I > noticed that uarduno.ko was blocked by an old version in /boot/kernel. > After I removed that, the correct one from /boot/modules was loaded, but > still the serial interface /dev/ttyU0 doesn't show up. > The uether.ko module wasn't loaded in 12.0, but loading it didn't change > anything. > > With usbconfig everything looks like with 10.3 as far as I can tell. I > didn't copy the info. On my next try I will do that. > > For now I reverted back to the 10.3 boot environment and with that > everything is fine. > > I will try 11.x next (probably this weekend). > > Any hints on what I can try to debug this and get it working or helping > with fixing a possible regression? > Hi, Are any kernel modules installed in /boot/modules ? --HPS