On Sun, 1 Mar 2026, Ben Collver wrote:
I installed NetBSD/amd64 10.1 on an Intel NUC. I have headphones
plugged into the front panel. Also, my HDMI monitor has built-in
speakers. When i play audio in palemoon, the audio comes from my
monitor. The `audiocfg list` command shows that the default is the
Realtek chipset, which corresponds to my headphones, not the monitor.
`autiocfg test 0` produces silence from the headphones.
`audiocfg test 1` produces audio from the monitor.
Below are the output of audiocfg, mixerctl, and excerpts from
dmesg.
Realtek HDAudio almost always needs custom patches:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/sound/hda/codecs/realtek?h=v6.19.6
Can you show
1. the full dmesg output after you `boot -vx'?
2. the output of these hdaudioctl commands:
```
root# hdaudioctl list # get list of codec/nid pairs
root# hdaudioctl show <codec> <nid> # for each codec/nid
root# hdaudioctl show <codec> <nid> # "
```
-RVP