No internal speakers detected – Dell Inspiron 3501 (Tiger Lake SST / SOF audio) – only Dummy Output
Summary
After a fresh Manjaro installation I have no usable audio output devices.
PipeWire is running, but only Dummy Output appears and no sound is produced.
The system detects the Intel audio controller, however ALSA does not create a sound card for the internal speakers.
Hardware
Laptop: Dell Inspiron 3501
CPU: Intel Core i5-1135G7 (Tiger Lake)
Audio controller: Intel Tiger Lake-LP Smart Sound Technology Audio Controller (8086:a0c8)
sudo lspci -nn | grep -i audio
00:1f.3 Audio device [0403]: Intel Corporation Tiger Lake-LP Smart Sound Technology Audio Controller [8086:a0c8] (rev 20)
What happens
Immediately after boot:
• No speakers in XFCE sound settings
• wpctl status shows only Dummy Output
• Applications produce no sound
PipeWire detects no real device:
Audio
├─ Devices:
│
├─ Sinks:
│ * 35. Dummy Output
ALSA:
aplay -l
aplay: device_list:279: no soundcards found...
pactl:
pactl list sinks
Sink #35
State: SUSPENDED
Name: auto_null
Description: Dummy Output
Driver: PipeWire
amixer:
amixer -c0 info
Invalid card number '0'.
What happened before
This is a fresh installation of Manjaro.
Audio never worked even once after installation.
I did not modify audio configuration before the issue appeared.
After installation I began troubleshooting following Arch and Manjaro forum posts related to Intel SST/SOF audio.
Troubleshooting performed today (DSP driver modes)
I tested the Intel DSP driver kernel parameter:
snd_intel_dspcfg.dsp_driver=
Mode 3 (force legacy HDA)
Kernel parameter:
snd_intel_dspcfg.dsp_driver=3
Confirmed active:
cat /proc/cmdline
BOOT_IMAGE=/@/boot/vmlinuz-6.18-x86_64 ... quiet splash snd_intel_dspcfg.dsp_driver=3
Result:
• ALSA sometimes detects only HDMI audio
• Internal speakers never appear
card 0: PCH [HDA Intel PCH], device 3: HDMI 0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1
card 0: PCH [HDA Intel PCH], device 8: HDMI 2
card 0: PCH [HDA Intel PCH], device 9: HDMI 3
Codec:
cat /proc/asound/card0/codec* | grep Codec
Codec: Intel Tigerlake HDMI
PipeWire still shows Dummy Output.
Mode 1 (SOF)
When attempting SOF mode:
snd_intel_dspcfg.dsp_driver=1
Kernel message:
dmesg | grep sof
sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
sof-audio-pci-intel-tgl 0000:00:1f.3: the DSP is not enabled on this platform, aborting probe
After this, ALSA again shows no sound card:
aplay -l
aplay: device_list:279: no soundcards found...
Important logs
journalctl
journalctl --boot=-1 --priority=3 --catalog --no-pager
feb 10 15:20:16 enrique-inspiron3501 kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: the DSP is not enabled on this platform, aborting probe
feb 10 15:21:10 enrique-inspiron3501 lightdm[1091]: gkr-pam: unable to locate daemon control file
feb 10 15:23:38 enrique-inspiron3501 dbus-broker-launch[729]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
feb 10 15:23:41 enrique-inspiron3501 systemd[1]: Failed unmounting /var/cache.
Previously checked threads
I read and attempted solutions from:
https://forum.manjaro.org/t/no-sound-on-intel-corporation-alder-lake-s-hd-audio-controller-rev-11/165815?u=kikeoropad
https://forum.manjaro.org/t/dummy-output-on-intel-tiger-lake-lp-audio/95556?u=kikeoropad
https://forum.manjaro.org/t/no-sound-on-dell-inspiron-fresh-install/93201?u=kikeoropad
System information
(inxi -Fazy)
Kernel: 6.18.8-1-MANJARO
Desktop: XFCE 4.20
PipeWire: 1.4.10
Audio:
Device-1: Intel Tiger Lake-LP Smart Sound Audio vendor: Dell
driver: N/A
alternate: snd_soc_avs, snd_sof_pci_intel_tgl, snd_hda_intel
What I suspect
Because of the message:
the DSP is not enabled on this platform
and the Tiger Lake SST controller, I suspect the kernel is selecting the wrong driver (SOF vs HDA vs AVS) and failing to initialize the internal codec.
What I can provide
I can provide additional logs if needed:
• journalctl -b
• alsa-info.sh
• kernel tests
Please tell me exactly which commands to run.
Additional information
I am new to Linux but comfortable using the terminal and I will actively test suggestions and report back with results.
Thank you for your time and help.