[Bug 235257] snd_uaudio not getting loaded automatically after migration to devmatch
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 31 07:04:46 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235257
--- Comment #9 from Hans Petter Selasky <hselasky at 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 at 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.
More information about the freebsd-usb
mailing list