Hello,
I am trying to get sound working in FreeBSD. I read 9th chapter of FreeBSD handbook(https://docs.freebsd.org/en/books/handbook/multimedia/). I have succesfully configured the sound card, it shows in dmesg | grep pcm
and also in cat /dev/sndstat
. however when I try to use beep command to test the speaker, it doesn’t work ( I can’t hear anything from the sound card).
Realtek ALC255 is the sound card which isn’t that new. It also gets detected by kernel which I can see in
dmesg
output.deleted by creator