Intro:
Yesterday, I've installed FreeBSD with GNOME and I setup most of the drivers... everything seems to work pretty fine so far (4k video, programs, etc.), except from one thing: Audio through HDMI.
Issue:
Audio through HDMI does not seem to work.
Details:
I have already installed x11-drivers/xf86-video-intel, x11-drivers/xf86-video-scfb and graphics/drm-kmod
Outro:
Although I've tried many things, couldn't figure it out, any Idea?
PS. Please have in mind, that I'm a noob and way too new to FreeBSD. | (found this too)
Thanks in Advance.
Yesterday, I've installed FreeBSD with GNOME and I setup most of the drivers... everything seems to work pretty fine so far (4k video, programs, etc.), except from one thing: Audio through HDMI.
Issue:
Audio through HDMI does not seem to work.
Details:
I have already installed x11-drivers/xf86-video-intel, x11-drivers/xf86-video-scfb and graphics/drm-kmod
Code:
CPU: 8-core Intel Core i7-6700 (-MCP-) speed: 3400 MHz
OS: FreeBSD 13.1-RELEASE amd64 Up: 58m Mem: 6145.6/8021.9 MiB (76.6)
Storage: 664.55 GiB (1.3% used) Procs: 148 Shell: sh inxi: 3.3.11
Code:
$ cat /dev/sndstat
Installed devices:
pcm0: <Realtek ALC887 (Rear Analog)> (play/rec) default
pcm1: <Realtek ALC887 (Front Analog)> (play/rec)
pcm2: <Realtek ALC887 (Internal Digital)> (play)
No devices installed from userspace.
Code:
$ cat /etc/rc.conf
clear_tmp_enable="YES"
hostname="freebsd"
keymap="gr.101.acc.kbd"
sshd_enable="YES"
moused_enable="YES"
ntpd_enable="YES"
powerd_enable="YES"
dumpdev="AUTO"
zfs_enable="YES"
ifconfig_em0="DHCP"
wlans_rtwn0="wlan0"
ifconfig_wlan0="WPA DHCP"
gnome_enable="YES"
dbus_enable="YES"
hald_enable="YES"
gdm_enable="YES"
defaultrouter="192.168.2.1"
Code:
$ cat /boot/loader.conf
aesni_load="YES"
geom_eli_load="YES"
kern.geom.label.disk_ident.enable="0"
kern.geom.label.gptid.enable="0"
cryptodev_load="YES"
zfs_load="YES"
kern.vty=vt
if_rtwn_pci_load="YES"
if_rtwn_usb_load="YES"
legal.realtek.license_ack=1
snd_driver_load="YES"
Outro:
Although I've tried many things, couldn't figure it out, any Idea?
PS. Please have in mind, that I'm a noob and way too new to FreeBSD. | (found this too)
Thanks in Advance.