I just installed the latest FreeBSD but I'm having issues with audio. It seems that freebsd is only detecting my HDMI audio and not the stereo speakers on my intel haswell laptop. Here is some information:
from dmesg
I tried changing the output with
sysctl hw.snd.default_unit=n
but it would only let me select 0 and nothing else.
from /dev/sndstat
I'm not sure what else to do. Thanks for any help.
edit: Upon further examination it seems the laptop uses Realtek ALC 283 which from searching Google may not be supported in FreeBSD?
from dmesg
Code:
hdacc0: <Intel Haswell HDA CODEC> at cad 0 on hdac0
hdaa0: <Intel Haswell Audio Function Group> at nid 1 on hdacc0
pcm0: <Intel Haswell (HDMI/DP 8ch)> at nid 3 on hdaa0
hdacc1: <Realtek (0x0283) HDA CODEC> at cad 0 on hdac1
hdaa1: <Realtek (0x0283) Audio Function Group> at nid 1 on hdacc1
hdaa1: hdaa_audio_as_parse: Pin 26 has wrong direction for association 1! Disabling association.
hdaa1: hdaa_audio_as_parse: Pin 33 has wrong direction for association 2! Disabling association.
I tried changing the output with
sysctl hw.snd.default_unit=n
but it would only let me select 0 and nothing else.
from /dev/sndstat
Code:
Installed devices:
pcm0: <Intel Haswell (HDMI/DP 8ch)> (play) default
No devices installed from userspace.
I'm not sure what else to do. Thanks for any help.
edit: Upon further examination it seems the laptop uses Realtek ALC 283 which from searching Google may not be supported in FreeBSD?