Skip site navigation (1)Skip section navigation (2)
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/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235257

--- Comment #9 from Hans Petter Selasky <hselasky@FreeBSD.org> ---
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 <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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235257-19105-EjeHCUHjx9>