Hei and sorry for another thread on this topic,
I have tried to get sound via HDMI for a while now, and have so far figured out that the switch in my motherboard's BIOS (Asus H81i-plus with Haswell i3-4170) to choose digital audio output via S/PDIF or HDMI does nothing. So I succesfully disabled the S/PDIF out and activated digital output via HDMI like this in /boot/device.hints
That results in a promising
...the only concern might be the "Sense: 0x00000000 (disconnected)" in the third line.
..and pcm0 is now showing HDMI output, which wasn't the case before.
Here is the - now disabled - S/PDIF output
Still no sound via HDMI/pcm0. No problem with sound via rear jack/pcm1.
Of course I read and followed the suggestions in the Handbook and a lot of related threads here on the forum. I read sound() and snd_hda() up and down as well and also tried
I am out of ideas now.
Fresh install, no custom kernel, no Xorg, oss or the like involved.
Anyone with more knowledge or someone who got HDMI audio with snd_hda running and willing to post his pindumps for comparison?
Thanks a lot in advance!
Matthias
I have tried to get sound via HDMI for a while now, and have so far figured out that the switch in my motherboard's BIOS (Asus H81i-plus with Haswell i3-4170) to choose digital audio output via S/PDIF or HDMI does nothing. So I succesfully disabled the S/PDIF out and activated digital output via HDMI like this in /boot/device.hints
Code:
hint.hdac.0.cad0.nid3.config="as=1 conn=Jack"
hint.hdac.1.cad0.nid17.config="as=3 conn=None"
sysctl dev.hdac.0.pindump=1
...the only concern might be the "Sense: 0x00000000 (disconnected)" in the third line.
Code:
hdaa0: Dumping AFG pins:
hdaa0: nid 0x as seq device conn jack loc color misc
hdaa0: 3 18560010 1 0 Digital-out Jack Digital 0x18 Unknown 0
hdaa0: Caps: OUT Sense: 0x00000000 (disconnected)
hdaa0: NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0
cat /dev/sndstat
Code:
Installed devices:
pcm0: <Intel Haswell (HDMI/DP 8ch)> (play) default
pcm1: <Realtek ALC887 (Rear Analog)> (play/rec)
pcm2: <Realtek ALC887 (Front Analog)> (play/rec)
No devices installed from userspace.
Here is the - now disabled - S/PDIF output
sysctl dev.hdac.1.pindmup=1
Code:
hdaa1: Dumping AFG pins:
hdaa1: nid 0x as seq device conn jack loc color misc
hdaa1: 17 58561130 3 0 Digital-out None Digital 0x18 Black 1 DISA
hdaa1: Caps: OUT
...
Still no sound via HDMI/pcm0. No problem with sound via rear jack/pcm1.
Of course I read and followed the suggestions in the Handbook and a lot of related threads here on the forum. I read sound() and snd_hda() up and down as well and also tried
sysctl dev.hdac.0.msi=0
and sysctl dev.hdac.0.polling=1
.I am out of ideas now.
freebsd-version
= 11.0-RELEASE-p10Fresh install, no custom kernel, no Xorg, oss or the like involved.
Anyone with more knowledge or someone who got HDMI audio with snd_hda running and willing to post his pindumps for comparison?
Thanks a lot in advance!
Matthias