I'm feeling a bit foolish because I had sound working on this machine before, but I'm having issues on reinstall:
updated my default unit from 4 to 5:
confirmed by issuing command
which yields output:
Issuing command:
yields:
as expected because I have already added:
to:
/boot/loader.conf
What step am I missing here??
updated my default unit from 4 to 5:
sysctl hw.snd.default_unit=5
confirmed by issuing command
cat /dev/sndstat
which yields output:
Code:
root@mordor:~ # cat /dev/sndstat
Installed devices:
pcm0: <NVIDIA (0x0040) (HDMI/DP 8ch)> (play)
pcm1: <NVIDIA (0x0040) (HDMI/DP 8ch)> (play)
pcm2: <NVIDIA (0x0040) (HDMI/DP 8ch)> (play)
pcm3: <NVIDIA (0x0040) (HDMI/DP 8ch)> (play)
pcm4: <Realtek ALC889 (Rear Analog 7.1/2.0)> (play/rec)
pcm5: <Realtek ALC889 (Front Analog)> (play/rec) default
pcm6: <Realtek ALC889 (Onboard Digital)> (play)
pcm7: <Realtek ALC889 (Rear Digital)> (play)
pcm8: <USB audio> (rec)
No devices installed from userspace.
kldload snd_hda
yields:
Code:
"kldload: can't load snd_hda: module already loaded or in kernel"
Code:
snd_hda_load="YES"
/boot/loader.conf
What step am I missing here??