I have a laptop with an Intel Comet Lake chipset, and until recently, I was having the issue that the built-in speakers remained silent until I plugged in a headphone or a USB audio interface, at which point the headphone, the USB audio and the built-in speakers would work normally, also if I unplugged the extra device again.
Now, I don’t use the onboard audio much, so I have no idea when in the last half year or so this happened, but right now, KDE, ALSA, Pulse and Pipewire all agree that there was no sound device installed.
In more detail:
- the output of
pactl list cardsis empty alsamixershows only the master volume, no devicespavucontrolonly shows the virtual joint audio output- (independently of whether I use pulseaudio or pipewire)
- The Plasma audio widget tells me there were no audio sources or sinks
The device is however definitely present:
~ >>> inxi -Aa
Audio:
Device-1: Intel Comet Lake PCH-LP cAVS vendor: Dell
driver: sof-audio-pci-intel-cnl alternate: snd_hda_intel, snd_soc_avs,
snd_sof_pci_intel_cnl bus-ID: 00:1f.3 chip-ID: 8086:02c8 class-ID: 0401
API: ALSA v: k6.12.48-1-MANJARO status: kernel-api with: aoss
type: oss-emulator tools: alsactl,alsamixer,amixer
Server-1: PipeWire v: 1.4.8 status: active with: 1: pipewire-pulse
status: active 2: pipewire-media-session status: active 3: pipewire-alsa
type: plugin 4: pw-jack type: plugin tools: pactl,pw-cat,pw-cli
This is after switching from Pulseaudio to Pipewire. Before that, I was seeing 3 servers here (Jack, Pulse, Pipewire), with Pulseaudio labelled active. I was wondering whether the issue was related to Pulse, so I switched by installing the manjaro-pipewire package, (which removed the respective Pulse components). This did obviously not help.
I also upgraded the kernel, although I would have been surprised if that had anything to do with the issue. It changed nothing about the symptoms.
If I connect my headphones via Bluetooth, they are recognized by Pipewire and become available as a sound device, but otherwise, everyone seems convinced that there were no sound devices, despite inxi telling me that there is one, and that it has an active driver.
I’ve gone through all the posts around here with audio issues, and tried all the things that I believe were relevant from those threads. I wonder if switching to a different driver could help, but that may just as well be a red herring. I played around a lot with the audio configuration on this Laptop some time ago, there may also be some residual of the modifications I made back then that interferes with the proper working of the system now, although it worked fine at the time (except of course for the system bell being triggered randomly by some mysterious process, which stopped at some point, for equally-mysterious reasons).
Any hints about where to look for pointers or what to try are welcome. Did I miss important diagnostic information? Tell me!