Re: USB audio
Martin Husemann <[email protected]> Tue, 4 Feb 2025 07:17:16 +0100
| Newsgroups | gmane.os.netbsd.devel.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Feb 03, 2025 at 07:59:34PM +0100, Peter Skvarka wrote: > Hello, > when I connect external USB audio card through USB cable I can see connected > device with usbdevs -v > > But I don't see it with command audiocfg list or with > > What is needed to see connected USB audio card it like audio device > (dev/audioX) and to use it ? The kernel driver (uaudio(4)) needs to recognize it. What does dmesg tell you about the device? Martin