From owner-freebsd-current@freebsd.org Fri Feb 16 06:35:16 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 2E9FFF19E0C for ; Fri, 16 Feb 2018 06:35:16 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from mailer.gwdg.de (mailer.gwdg.de [134.76.10.26]) (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 B940A6814E for ; Fri, 16 Feb 2018 06:35:15 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from [134.76.11.226] (helo=email.stud.uni-goettingen.de) by mailer.gwdg.de with esmtp (Exim 4.80) (envelope-from ) id 1emZc2-0000Yl-17; Fri, 16 Feb 2018 07:35:14 +0100 Received: from UM-EXCHT-A01.um.gwdg.de (134.76.9.210) by um-excht-s2.um.gwdg.de (134.76.9.214) with Microsoft SMTP Server (TLS) id 14.3.382.0; Fri, 16 Feb 2018 07:35:13 +0100 Received: from pc028.nfv.nw-fva.de (134.76.242.1) by UM-EXCHT-A01.um.gwdg.de (134.76.9.210) with Microsoft SMTP Server (TLS) id 14.3.382.0; Fri, 16 Feb 2018 07:35:09 +0100 Subject: Re: devd in r329188M don't start To: Warner Losh CC: Hans Petter Selasky , FreeBSD Current 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: Rainer Hurling Message-ID: <21f5b409-3126-6c1e-4da8-90835b11bd30@gwdg.de> Date: Fri, 16 Feb 2018 07:35:09 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 7bit X-Spam-Level: - X-Virus-Scanned: (clean) by clamav 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: Fri, 16 Feb 2018 06:35:16 -0000 Am 16.02.2018 um 07:17 schrieb Warner Losh: > > > On Thu, Feb 15, 2018 at 11:12 PM, Rainer Hurling > wrote: > > Am 13.02.2018 um 13:50 schrieb Hans Petter Selasky: > > 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. > > --HPS > > > > Is there any chance to get this committed into base in the near future? > > > Yes. > > Warner Nice, thanks :)