From owner-freebsd-current@freebsd.org Sun Feb 18 07:26:49 2018 Return-Path: Delivered-To: freebsd-current@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 CBF5AF19E43 for ; Sun, 18 Feb 2018 07:26:49 +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 6B22B87DFE for ; Sun, 18 Feb 2018 07:26:49 +0000 (UTC) (envelope-from hps@selasky.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2AD90F19E31; Sun, 18 Feb 2018 07:26:49 +0000 (UTC) Delivered-To: current@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 1846CF19E30 for ; Sun, 18 Feb 2018 07:26:49 +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 AB66087DF8; Sun, 18 Feb 2018 07:26:48 +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 B36692604C3; Sun, 18 Feb 2018 08:26:45 +0100 (CET) Subject: Re: r329501 devd doesn't find USB devices To: Ian FREISLICH , Warner Losh Cc: FreeBSD Current , Warner Losh References: <2c5d435c-54b1-fbd8-f695-de3dcc6259f1@capeaugusta.com> From: Hans Petter Selasky Message-ID: Date: Sun, 18 Feb 2018 08:23:48 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Feb 2018 07:26:50 -0000 On 02/18/18 05:14, Ian FREISLICH wrote: > On 02/17/18 22:48, Warner Losh wrote: >> On Feb 17, 2018 8:24 PM, "Ian FREISLICH" >> > >> wrote: >> >> Hi >> >> Since devmatch some of my USB devices no longer get their drivers >> loaded.  It's not clear from UPDATING whether I needed to do anything >> beyond building and installing kernel and world as well as updating >> /etc.  There was reference to removing /etc/devd/usb.conf in another >> thread but its presence or lack thereof makes no difference. >> >> >> I assume you've fully updated including /etc. > > In as much as 'mergemaster -Ui' fully updates /etc > >> If you can uncomment the devd lines in syslog.conf, touch >> /var/log/devd.log and reboot. Once you are up again, please send me >> /var/log/devd.conf. > > Assuming you mean these lines: > > !devd > *.>=notice                                      /var/log/devd.log > > devd produced zero logs on reboot and restart. Can you run: usbconfig show_ifdrv Maybe the wrong driver captured your device? Try running: usbconfig -d X.Y reset --HPS