Hello, I just installed a fresh version of FreeBSD 13.1 Release. I have Mate working but I do not get any sound.
cat /dev/sndstat ?Hello,
what is your output ofcat /dev/sndstat?
# cat /dev/sndstat
Installed devices:
pcm0: <ATI R6xx (HDMI)> (play)
pcm1: <ATI R6xx (HDMI)> (play)
pcm2: <ATI R6xx (HDMI)> (play)
pcm3: <Realtek ALC887 (Rear Analog)> (play/rec) default
pcm4: <Realtek ALC887 (Front Analog)> (play/rec)
pcm5: <Realtek ALC887 (Onboard Digital)> (play)
No devices installed from userspace.
sysctl hw.snd.default_unit=.pcm4: <Realtek ALC887 (Front Analog)> (play/rec) use sysctl hw.snd.default_unit=4. pulseaudio -k after switching the PCM device.Solved, worked with 4. Now Video problem left, thanks a lotLooks good, now you need to switch the devices until you get sound.
You can switch the PCM devices by usingsysctl hw.snd.default_unit=.
Example for swtichting topcm4: <Realtek ALC887 (Front Analog)> (play/rec)usesysctl hw.snd.default_unit=4.
Some programs may need a restart, if your desktop environment uses pulseaudio then you also need to issue anpulseaudio -kafter switching the PCM device.
Solved, worked with 4. Now Video problem left, thanks a lot
hw.snd.default_unit=4 to /etc/sysctl.conf.