Date: Thu, 31 Jan 2019 07:04:43 +0000 From: bugzilla-noreply@freebsd.org To: usb@FreeBSD.org Subject: [Bug 235257] snd_uaudio not getting loaded automatically after migration to devmatch Message-ID: <bug-235257-19105-EjeHCUHjx9@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-235257-19105@https.bugs.freebsd.org/bugzilla/> References: <bug-235257-19105@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235257 --- Comment #9 from Hans Petter Selasky <hselasky@FreeBSD.org> --- I found it: Try these two commands: service devmatch quietstart '? at bus=0 hubaddr=2 port=4 devaddr=4 interface=0 ugen=ugen0.4 vendor=0x046d product=0xc069 devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="" release=0x5601 mode=host intclass=0x03 intsubclass=0x01 intprotocol=0x02 on uhub1' /etc/rc.d/devmatch quietstart '? at bus=0 hubaddr=2 port=4 devaddr=4 interface=0 ugen=ugen0.4 vendor=0x046d product=0xc069 devclass=0x00 devsubclass=0x00 devproto=0x00 sernum="" release=0x5601 mode=host intclass=0x03 intsubclass=0x01 intprotocol=0x02 on uhub1' Warner: This commit seems the culpit: commit 32f4fdcb26f048c7febb92c663ea3edebf34300b Author: imp <imp@FreeBSD.org> 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. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235257-19105-EjeHCUHjx9>
