I have the 11th gen in a Cooler Master case running Ubuntu. When I am connected to my TV via HDMI there is no sound. If I connect headphones the sound works with no issues. I have tried all the different outputs in the sound settings as well as alsamixer to make sure that nothing is muted but so far nothing has worked.
Any ideas on what I should try? Thank you for the help in advance.
Do you have another monitor with sound to test the HDMI output with? Can you also advise whether you are using the original gen 1 HDMI expansion card, or the Gen 3?
I have a TCL series 6. I tried some different sound settings on the TV but that didn’t help. I also tried Fedora 39 live and have the same issue with that.
It’s not a problem with your TV.
The problem is on Linux and Intel 11thGen Processor and Hdmi Sound Output.
I have the same motherboard into Cooler Master case, or into the Frame.Work, i have HDMI output with a Windows 11 OS but not into Arch Linux with the last kernel and drivers.
On Linux Sound Output works with Jack or Bluetooth…
I hope some techs at Frame.Work could help us with a fix or a patch to apply.
SOLVED !!!
So i don’t know the commands on Ubuntu but i needed to do this steps on Arch Linux :
First even if my audio card use SND, i have to install SOF :
pacman -S sof-firmware
Then i had to create a file for adding an option during enable module :
nano /etc/modprobe.conf/myfile.conf
Adding this line :
options snd-intel-dspcfg dsp_driver=1
Then save and reboot the computer.
After the reboot i had to change again my sound parameters selecting the HDMI Output, try to put some sound and … it works !
Thank you both for the help but when I type in nano /etc/modprobe.conf/myfile.conf I get the below saying that the directory does not exist and it does not allow me to save any update.