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/Display Port
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
Other things I’ve tried
- 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 logs:
dmesg | grep -iE 'snd|hda|codec'
Shows this:
[ 0.569337] pci 0000:01:00.0: Enabling HDA controller
[ 4.321993] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[ 4.322257] snd_hda_intel 0000:01:00.1: Disabling MSI
[ 4.322260] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[ 4.323510] snd_hda_intel 0000:80:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
[ 4.346473] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:06.0/0000:01:00.1/sound/card0/input17
[ 4.346532] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:06.0/0000:01:00.1/sound/card0/input18
[ 4.347451] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:06.0/0000:01:00.1/sound/card0/input19
[ 5.756609] sof-audio-pci-intel-mtl 0000:80:1f.3: hda codecs found, mask 4
[13605.238109] nvidia 0000:01:00.0: Enabling HDA controller
[56549.809988] nvidia 0000:01:00.0: Enabling HDA controller
[56591.000839] usbcore: registered new interface driver snd-usb-audio
- Checked
hdajackretask
— only HDMI codecs are listed (NVIDIA + Intel HDMI), no analog codec (e.g., Realtek ALC255)
Alot of this were based on other threads, but it has not worked thus far.
Unfortunately, nothing has worked so far and I’d appreciate if I can get some help with this.