Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2023 00:26:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        usb@FreeBSD.org
Subject:   [Bug 272718] Blue Yeti microphone does not work
Message-ID:  <bug-272718-19105-ShIEGKX0R8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272718-19105@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272718-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=3D272718

--- Comment #6 from Florian Walpen <dev@submerge.ch> ---
These error messages hint at the vchan conversion (man sound), not USB:

kernel: feeder_init(0xfffff80003281480) on feeder_matrix returned 22
kernel: pcm1: feeder_build_matrix(): can't add feeder_matrix

But one question first: Your microphone reports as 2-channel recording devi=
ce.
Is this correct?

Now from the second "cat /dev/sndstat":

{userland} -> feeder_root(0x08800010) -> feeder_matrix(7.1 -> 2.0) ->
feeder_volume(0x00200010) -> {hardware}
...
{hardware} -> feeder_root(0x00200010) -> feeder_matrix(2.0 -> 7.1) ->
feeder_volume(0x08800010) -> {userland}

This looks like you tried to playback 8-channel audio instead of 2-channel,=
 and
the same for recording. Which doesn't make sense. Maybe a virtual_oss
misconfiguration?
Can you try to disable virtual_oss (and any other sound server) completely =
and
use an application that lets you choose the OSS dsp device directly? Audaci=
ty
for example. And 2 channels for both playback and recording.

--=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-272718-19105-ShIEGKX0R8>