I have no sound but noise

Hello everyone, I'm new to FreeBSD, moved from Linux. I have a PC with Realtek ALC888 and I tried to use mixertui but I have no sound. I plugged my speakers to Black Jack but I only get some loud noise. I use FreeBSD 14.1. Here is my dmesg:
dmesg | grep pcm
Code:
pcm0: <Realtek ALC888 (Rear Analog 7.1/2.0)> at nid 20,22,21,23 and 24,26 on hdaa0
pcm1: <Realtek ALC888 (Front Analog)> at nid 27 and 25 on hdaa0
pcm2: <Realtek ALC888 (Rear Digital)> at nid 30 and 31 on hdaa0
And my /boot/loader.conf:
Code:
sound_enable="YES"
snd_hda_load="YES"
 
Black jack is supposed to be the rear speaker in surround sound, try the front speaker (green jack).

How do you play sound and what format? Can you provide the output of sysctl hw.snd.verbose=2; cat /dev/sndstat while playing?
 
Back
Top