External DAC via USB, Ubuntu 24.04

Hello, yes, now I have tried to boot from an Ubuntu 22.04 install USB and choose “Try Ubuntu”. The short answer is yes, there is no sound when using the install USB and when checking the dmesg for snd_hda_intel there are exactly the same problematic error messages as highlighted in this thread.

So then we have concluded that it is not my “configuration” of the installed OS on the harddrive/ssd that is the issue.

Perhaps making a 18.04 install USB could help figure out how it should work when working properly

Edit: I found the command journalctl -b. If you want the full output let me know. Here is the output I found that is related to audio (I have cut here and there)

dec 29 02:54:07 pod kernel: snd_hda_intel 0000:00:1f.3: dmic_detect option is deprecated, pass snd-intel-dspcfg.dsp_driver=1 option is deprecated, pass snd-intel-dspcfg.dsp_driver=1 option instead
dec 29 02:54:07 pod kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
(dmic_detect message repeats another 3 times)
dec 29 02:54:07 pod kernel: i915 0000:00:02.0: [drm] *ERROR* [CONNECTOR:107:DP-1] Unknown HDMI VIC: 0
dec 29 02:54:07 pod kernel: fbcon: i915drmfb (fb0) is primary device
dec 29 02:54:07 pod kernel: fbcon: Deferring console take-over
dec 29 02:54:07 pod kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
dec 29 02:54:07 pod kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
dec 29 02:54:07 pod kernel: snd_hda_intel 0000:00:1f.3: spurious response 0x0:0x0, last cmd=0xfff0005
dec 29 02:54:07 pod kernel: snd_hda_intel 0000:00:1f.3: spurious response 0x0:0x0, last cmd=0xfff0005
dec 29 02:54:07 pod kernel: snd_hda_intel 0000:00:1f.3: spurious response 0x0:0x0, last cmd=0xfff0005
dec 29 02:54:07 pod kernel: snd_hda_intel 0000:00:1f.3: spurious response 0x0:0x0, last cmd=0xfff0005
dec 29 02:54:07 pod kernel: snd_hda_intel 0000:00:1f.3: spurious response 0x0:0x0, last cmd=0xfff0005
dec 29 02:54:07 pod kernel: snd_hda_intel 0000:00:1f.3: spurious response 0x0:0x0, last cmd=0xfff0005
dec 29 02:54:07 pod kernel: snd_hda_intel 0000:00:1f.3: spurious response 0x0:0x0, last cmd=0xfff0005
dec 29 02:54:07 pod kernel: snd_hda_intel 0000:00:1f.3: spurious response 0x0:0x0, last cmd=0xfff0005
dec 29 02:54:07 pod kernel: snd_hda_intel 0000:00:1f.3: spurious response 0x0:0x0, last cmd=0xfff0005
dec 29 02:54:07 pod kernel: snd_hda_intel 0000:00:1f.3: spurious response 0x0:0x0, last cmd=0xfff0005
dec 29 02:54:07 pod kernel: hdaudio hdaudioC0D0: no AFG or MFG node found
dec 29 02:54:07 pod kernel: i915 0000:00:02.0: [drm] *ERROR* [CONNECTOR:107:DP-1] Unknown HDMI VIC: 0
dec 29 02:54:07 pod kernel: snd_hda_intel 0000:00:1f.3: azx_get_response timeout, switching to polling mode: last cmd=0x200f0000
dec 29 02:54:07 pod kernel: snd_hda_intel 0000:00:1f.3: No response from codec, disabling MSI: last cmd=0x200f0000
dec 29 02:54:07 pod kernel: snd_hda_intel 0000:00:1f.3: azx_get_response timeout, switching to single_cmd mode: last cmd=0x200f0000
dec 29 02:54:07 pod kernel: hdaudio hdaudioC0D2: no AFG or MFG node found
dec 29 02:54:07 pod kernel: snd_hda_intel 0000:00:1f.3: no codecs initialized
(there are a number of i915 error messages but it is not clear whether they are due to audio or video issues)

I just found a thread on how to debug audio. Will post output from the instructions there soon