From owner-freebsd-usb@freebsd.org Thu Jan 31 07:04:46 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 120031348CE1 for ; Thu, 31 Jan 2019 07:04:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.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 7B49573B32 for ; Thu, 31 Jan 2019 07:04:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 303C51348CD6; Thu, 31 Jan 2019 07:04:45 +0000 (UTC) Delivered-To: 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 1B8971348CD4 for ; Thu, 31 Jan 2019 07:04:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A35FE73B2C for ; Thu, 31 Jan 2019 07:04:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id B746598F1 for ; Thu, 31 Jan 2019 07:04:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x0V74hs1081072 for ; Thu, 31 Jan 2019 07:04:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x0V74heR081070 for usb@FreeBSD.org; Thu, 31 Jan 2019 07:04:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: usb@FreeBSD.org Subject: [Bug 235257] snd_uaudio not getting loaded automatically after migration to devmatch Date: Thu, 31 Jan 2019 07:04:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: usb X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: needs-qa, regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: hselasky@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: usb@FreeBSD.org X-Bugzilla-Flags: mfc-stable12? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Thu, 31 Jan 2019 07:04:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235257 --- Comment #9 from Hans Petter Selasky --- I found it: Try these two commands: service devmatch quietstart '? at bus=3D0 hubaddr=3D2 port=3D4 devaddr=3D4 = interface=3D0 ugen=3Dugen0.4 vendor=3D0x046d product=3D0xc069 devclass=3D0x00 devsubclass= =3D0x00 devproto=3D0x00 sernum=3D"" release=3D0x5601 mode=3Dhost intclass=3D0x03 in= tsubclass=3D0x01 intprotocol=3D0x02 on uhub1' /etc/rc.d/devmatch quietstart '? at bus=3D0 hubaddr=3D2 port=3D4 devaddr=3D4 interface=3D0 ugen=3Dugen0.4 vendor=3D0x046d product=3D0xc069 devclass=3D0x= 00 devsubclass=3D0x00 devproto=3D0x00 sernum=3D"" release=3D0x5601 mode=3Dhost= intclass=3D0x03 intsubclass=3D0x01 intprotocol=3D0x02 on uhub1' Warner: This commit seems the culpit: commit 32f4fdcb26f048c7febb92c663ea3edebf34300b Author: imp Date: Mon Jun 11 22:48:34 2018 +0000 User service foo rather than /etc/rc.d/foo. devd predates service in the system. Modernize usage to use service to start/stop things in reaction to events rather than calling the rc file directly. This was pointed out in my talk at BSDcan as well as indirectly referrred to as a barrier to entry for OpenRC in that working group. --=20 You are receiving this mail because: You are the assignee for the bug.=