Re: packages on NetBSD-11
Steve Rikli <[email protected]>
| Newsgroups | gmane.os.netbsd.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 10, 2026 at 07:26:02PM -0400, Todd Gruhn wrote: > uname -a > NetBSD gandalf.gruhn-net.net 11.0 NetBSD 11.0 (GENERIC) #0: Thu Jul 30 > 15:23:12 UTC 2026 > [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC > amd64 > > I have no sound. Ideas? > Using pkgsrc-2025Q3 ... What kind of system are you using, and what kind of audio hardware does it have? Maybe start with something like this to check your system audio hw: dmesg | grep -i audio dmesg | grep -i speaker I haven't done much with audio on NetBSD, but there are other commands e.g. from The Guide: https://www.netbsd.org/docs/guide/en/chap-audio.html audiocfg list Note that you should be able to use more recent pkgsrc (e.g. 2026Q2) with NetBSD 11 for additional tools and applications.