Welcome to Ubuntu Discourse
Same and similar are often not always the case.
I have moved your topic to its own thread so we can offer the best support.
Thanks.
2 Likes
I have a similar issue. I have a fresh installation of ubuntu 24.04 and do not get any output from my speaker. Ubuntu only shows “Dummy Output” or HDMI audio devices there is no analog audio output (i.e., internal speakers or 3.5mm headphone jack).
tried the following from a different thread
uname -r
6.11.0-26-generic
lspci -nn | grep -i audio
01:00.1 Audio device [0403]: NVIDIA Corporation Device [10de:22e9] (rev a1)
80:1f.3 Multimedia audio controller [0401]: Intel Corporation Device [8086:7f50] (rev 10)
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
Things I’ve tried based on ChatGPT (apologies haven’t really troubleshoot audio issues on ubuntu)
Installed OEM kernel via:
sudo apt install linux-oem-24.04b
Booted into kernel 6.11.0-1023-oem
No change — analog output still missing
Verified SOF (Sound Open Firmware) logs:
dmesg | grep -iE 'snd|hda|codec'
Shows this:
sof-audio-pci-intel-mtl 0000:80:1f.3: hda codecs found, mask 4
sof_sdw sof_sdw: error -EBUSY: snd_soc_register_card failed -16
Tried fallback kernel boot with snd-intel-dspcfg.dsp_driver=1
in GRUB — no success
Checked hdajackretask
— only HDMI codecs are listed (NVIDIA + Intel HDMI), no analog codec (e.g., Realtek ALC255)
Unfortunately, nothing has worked so far and I’d appreciate if I can get some help with this.
him610
June 15, 2025, 11:14pm
4
You may want to try from CLI:
inxi -Axxz
that shows what you have
or
alsamixer
that can be adjusted
Most of the time it is a matter of finding correct configuration.