Re: Best USB audio driver to use as a template? (GENERAL GENERAL WEBCAM)
"Christos Margiolis" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.hackers |
|---|---|
| Message-ID | <[email protected]> |
On Sun Apr 5, 2026 at 8:10 AM CEST, Zaphod Beeblebrox wrote: > So... I got a headset that I can't even return... so might as well make a > driver for it. It is wireless with a USB dongle. > > Without a driver, the microphone shows up as "GENERAL GENERAL WEBCAM" and > nothing shows up as a speaker. > > So if I was inspired to hack on a driver, which would be the appropriate > template? If the headset has a USB dongle, snd_uaudio(4) should attach to it. But I suppose the driver did not detect it. Can you try applying the UQ_AU_VENDOR_CLASS quirk (documented in usb_quirk(4) man page) and restarting? Christos