From owner-freebsd-current@freebsd.org Thu Feb 15 23:56:43 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 E6FE0F00548 for ; Thu, 15 Feb 2018 23:56:42 +0000 (UTC) (envelope-from lstewart@freebsd.org) Received: from lauren.room52.net (lauren.room52.net [45.63.28.37]) (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 617D277135 for ; Thu, 15 Feb 2018 23:56:42 +0000 (UTC) (envelope-from lstewart@freebsd.org) Received: by lauren.room52.net (Postfix) with ESMTPSA id D069C31221; Fri, 16 Feb 2018 10:48:51 +1100 (AEDT) Subject: Re: devd in r329188M don't start To: Hans Petter Selasky , Jakob Alvermark , freebsd-current@freebsd.org References: <6dda893b-e1a1-6e13-98f8-3c73d29fe936@gmail.com> <66467b7f-299c-83c8-798e-562d7fa39b8e@gmail.com> <4913dc5a-e3a9-01da-8f23-6f62d03d2cc7@selasky.org> <5fa0ef16-7689-91a2-a43b-1dd319d8b745@gmail.com> From: Lawrence Stewart Message-ID: <46e84f0b-e0f1-87ea-08f3-2f3d656fde44@freebsd.org> Date: Fri, 16 Feb 2018 10:48:48 +1100 User-Agent: Not your concern MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Thu, 15 Feb 2018 23:56:43 -0000 On 13/02/2018 23:50, Hans Petter Selasky wrote: > On 02/13/18 10:47, Jakob Alvermark wrote: >> +1 >> >> My USB mouse was working fine before the switch to devmatch. Now I >> have to 'kldload ums' manually. >> >> Same for USB audio, snd_uaudio.ko was loaded by devd before. >> > > Hi, > > This is a known issue. > > Can you try the attached patch? > > Rebuild devmatch(8) and reinstall /etc/devd/devmatch.conf and > /etc/rc.d/devmatch only. +1 for ums mouse breakage on recent upgrade from head 20180201 (Git 9e57d147a97) to head 20180215 (Git 81891e10182). Will build and test patch on the weekend, but given the 2 success reports already, I presume it will fix things for me too. I won't follow up to this thread again unless the patch doesn't work for me. Thanks Hans. Cheers, Lawrence