<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 4, 2021 at 5:57 PM Jonathan Engwall <<a href="mailto:engwalljonathanthereal@gmail.com">engwalljonathanthereal@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">These two devices refuse to function:<div><br></div><div>ugen0.4: <ONN> at usbus0<br>uaudio1: <ONN 100009002, class 0/0, rev 2.00/1.00, addr 3> on usbus0<br>uaudio1: No playback.<br>uaudio1: Record: 48000 Hz, 2 ch, 24-bit S-LE PCM format, 2x8ms buffer.<br></div></div></blockquote><div><snip> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>pcm1: <USB audio> on uaudio1<br>uaudio1: HID volume keys found.</div></div></blockquote><div><br></div><div>That's a microphone, so having it say "no playback" seems correct - it's not going to play audio, just receive it.  The fact that it's showing the different recording rates and lists it as device pcm1 seems like it could work, though a quick google search does not list that model as working for any BSD.</div><div><br></div><div>You may have to set the default sound unit to reach it - see this old post here:</div><div><br></div><div><a href="http://lists.dragonflybsd.org/pipermail/users/2020-March/358427.html">http://lists.dragonflybsd.org/pipermail/users/2020-March/358427.html</a><br></div><div><br></div><div>And then it might require messing with mixer to set the input levels - i.e. if levels are set to 0 for the device, it'll never record anything.</div><div><br></div><div>Then in theory, you could read from it using cat and read it back out to a speaker (which can be loud!)</div><div><br></div><div>cat /dev/pcm1 > soundfile; cat soundfile > /dev/pcm1<br></div><div><br></div><div>Or maybe it would be uaudio1 instead of pcm1...  I don't have a DragonFly machine with any sound device to try this out on, so these are what I think might work rather than from a direct experiment.</div><div><span style="color:rgb(20,20,20);font-family:monospace,monospace;font-size:16px;background-color:rgb(222,227,231)"></span><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>ugen0.8: <Sonix Technology Co., Ltd.> at usbus0<br></div></div></blockquote><div><br></div><div>I haven't touched video on any BSD - I see some reference to support for this through generic USB video in OpenBSD and maybe FreeBSD, but I have not see any specific work on USB video in DragonFly so I doubt it would work. </div></div></div>