Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2023 15:34:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        usb@FreeBSD.org
Subject:   [Bug 272718] Blue Yeti microphone does not work
Message-ID:  <bug-272718-19105-e06hGaA2wv@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

Florian Walpen <dev@submerge.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dev@submerge.ch

--- Comment #1 from Florian Walpen <dev@submerge.ch> ---
For starters you could have a look at what operation modes (channels, sample
rate) are supported by the device -> "dmesg | grep uaudio".

Then there's also "sysctl hw.snd.verbose=3D2" to have more output in "cat
/dev/sndstat". Output is a bit cryptic, but it shows how the device is
currently used, format conversions, and some feed counters which should
increase with playback / recording.

Other possibilities are to enable debug messages for uaudio (via sysct) or
capture the USB packets to see whether something is transferred. I can give
more detail about these methods when I'm back at my workstation.

--=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-e06hGaA2wv>