Skip to main content
Topic: [somehow partially solved] Audio via HDMI (Read 1189 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: [somehow partially solved] Audio via HDMI

Reply #15
Okay, that looks like you don't use your mainboard's sound card, but an additional one, no?

However, I think that what I see here is actually a hardware thing. Maybe it's something about the built-in speakers my notbook has. As said, I have another Artix machine with a very similar setup, where HDMI audio worked out of the box. Perhaps, this one sends audio to both the analog and the HDMI output by default?

Well, after all, it works; one only has to take care of two output methods: On the one side, the direct ALSA output (used e.g. by mplayer) and on the other side the PulseAudio stuff (used by e.g. browsers).

Re: [somehow partially solved] Audio via HDMI

Reply #16
Okay, that looks like you don't use your mainboard's sound card, but an additional one, no?
No, snd_usb_audio is my webcam mic that I use for my YouTube videos.
My sound card is snd_hda_intel, the sound card on my motherboard.


Quote
However, I think that what I see here is actually a hardware thing. Maybe it's something about the built-in speakers my notbook has.
I have already had the case on a laptop where the sound output was misdirected.

Quote
As said, I have another Artix machine with a very similar setup, where HDMI audio worked out of the box. Perhaps, this one sends audio to both the analog and the HDMI output by default?
I'll let those who know answer.

Quote
Well, after all, it works; one only has to take care of two output methods: On the one side, the direct ALSA output (used e.g. by mplayer) and on the other side the PulseAudio stuff (used by e.g. browsers).
That seems to be it.

Re: [somehow partially solved] Audio via HDMI

Reply #17
With mplayer, I can play audio through HDMI by adding -ao alsa:device=hw=0.3, wthout having changed anything of ALSA's config. No chance for a browser (Falkon, Firefox, Chromium) though.
What I don't get is that mplayer can output through HDMI, and the browser stuff doesn't work.
This was your problem.

 

Re: [somehow partially solved] Audio via HDMI

Reply #18
Well, as long as it works … a bit of fiddling around has to stay, this is Linux after all ;-)