I'm trying to get the sound working on my laptop.
root@ThinkPad:/ # uname -a
FreeBSD ThinkPad 14.2-RELEASE FreeBSD 14.2-RELEASE releng/14.2-n269506-c8918d6c7412 GENERIC amd64
I have KDE up and running, but when I try to test the sound, I get an error message saying "No such driver for all of the sound cards shown.
Following the Handbook, I can see some sound cards, but get a message that no drivers have been installed from userspace:
root@ThinkPad:/ # dmesg | grep pcm
pcm0: <Conexant CX20753/4 (Analog)> at nid 23 and 26 on hdaa0
pcm1: <Conexant CX20753/4 (Right Analog)> at nid 22 and 25 on hdaa0
pcm2: <Intel Kaby Lake (HDMI/DP 8ch)> at nid 3 on hdaa1
root@ThinkPad:/ # cat /dev/sndstat
Installed devices:
pcm0: <Conexant CX20753/4 (Analog)> (play/rec) default
pcm1: <Conexant CX20753/4 (Right Analog)> (play/rec)
pcm2: <Intel Kaby Lake (HDMI/DP 8ch)> (play)
No devices installed from userspace.
How do I find out which drivers I need, and how do I install them?
I have already added snd_driver_load="YES" to /boot/loader.conf, but it hasn't made a difference.
root@ThinkPad:/ # uname -a
FreeBSD ThinkPad 14.2-RELEASE FreeBSD 14.2-RELEASE releng/14.2-n269506-c8918d6c7412 GENERIC amd64
I have KDE up and running, but when I try to test the sound, I get an error message saying "No such driver for all of the sound cards shown.
Following the Handbook, I can see some sound cards, but get a message that no drivers have been installed from userspace:
root@ThinkPad:/ # dmesg | grep pcm
pcm0: <Conexant CX20753/4 (Analog)> at nid 23 and 26 on hdaa0
pcm1: <Conexant CX20753/4 (Right Analog)> at nid 22 and 25 on hdaa0
pcm2: <Intel Kaby Lake (HDMI/DP 8ch)> at nid 3 on hdaa1
root@ThinkPad:/ # cat /dev/sndstat
Installed devices:
pcm0: <Conexant CX20753/4 (Analog)> (play/rec) default
pcm1: <Conexant CX20753/4 (Right Analog)> (play/rec)
pcm2: <Intel Kaby Lake (HDMI/DP 8ch)> (play)
No devices installed from userspace.
How do I find out which drivers I need, and how do I install them?
I have already added snd_driver_load="YES" to /boot/loader.conf, but it hasn't made a difference.