From nobody Sat Jan 28 09:37:53 2023 X-Original-To: freebsd-usb@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4P3q9t1LJJz3bVh7 for ; Sat, 28 Jan 2023 09:37:54 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4P3q9t0XtRz4Yjc for ; Sat, 28 Jan 2023 09:37:54 +0000 (UTC) (envelope-from hps@selasky.org) Authentication-Results: mx1.freebsd.org; none Received: from [10.36.2.154] (unknown [46.212.121.255]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id E3879260DE2; Sat, 28 Jan 2023 10:37:52 +0100 (CET) Message-ID: Date: Sat, 28 Jan 2023 10:37:53 +0100 List-Id: FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-usb List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: ure no longer creates ue0 interface? Content-Language: en-US To: "Bjoern A. Zeeb" , freebsd-usb@FreeBSD.org References: From: Hans Petter Selasky In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4P3q9t0XtRz4Yjc X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:88.99.0.0/16, country:DE] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 1/27/23 18:59, Bjoern A. Zeeb wrote: > Hi, > > on the honeycomb (arm64) my ure adapter no longer creates an ue0 > interface at boot (at least when compiled into the kernel). > > I tried to do a reset on the xhci controller and on the device itself > using usbconfig but nada.  The device was visible and powered on. > > In the end I walked to the machine pulled the dongle out and put it back > in (possibly into another slot) which then helped. > > It has since only once lost link which I could fix on the console again. > > > This is something I hadn't seen with the same dongle on the same machine. > I have to admit the previous kernel was half a year old (for other reasons > of tracking other arm64 bugs down) but had already included all the changes > I ended up putting into dwc3/xhci/.. in the last half year. > > I am wondering if anything else (apart from the link-state mii problem) > is currently known before going to spend more time on this (even though > with dpni I don't need the dongle anymore). > > /bz > Hi, The output from "sudo usbconfig" and "sudo dmesg" might sched some more clues into this. Maybe the XHCI controller halted somehow. It might also be a USB device problem, that firmware crashed/paniced! Sometimes you need to reset the "root-HUB" ugenX.1, to get things back and working again. --HPS