You are not logged in.
Hello all, as per title: this worked from day one and never had any issue through Pulse.
I recently did a few system upgrades and now I don't get any more sound from the on-board sound chip.
lspci lists the following:
$ lspci | grep -i sound
00:1f.3 Audio device: Intel Corporation Tiger Lake-LP Smart Sound Technology Audio Controller (rev 20)few more outputs:
$ sudo dmesg | grep -i sound
[ 4.388329] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[ 4.388389] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 4.388441] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 4.388487] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[ 4.388534] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[ 4.388582] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18$ sudo dmesg | grep -i audio
[ 4.240307] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 4.295108] snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD95: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
[ 4.295115] snd_hda_codec_idt hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 4.295118] snd_hda_codec_idt hdaudioC0D0: hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
[ 4.295119] snd_hda_codec_idt hdaudioC0D0: mono: mono_out=0x0
[ 4.295121] snd_hda_codec_idt hdaudioC0D0: inputs:
[ 4.295123] snd_hda_codec_idt hdaudioC0D0: Internal Mic=0xe
[ 4.295124] snd_hda_codec_idt hdaudioC0D0: Mic=0xbGnome sound config panel shows "No output devices".
I have installed pavucontrol and it currently lists only HDMI/Displayport output (as unplugged).
The input mic works without problems (which could be unrelated anyway).
Last edited by ThePeach (2023-07-14 08:01:10)
Offline
sudo fuser -v /dev/snd/*
aplay -lL
pactl list cards
pactl list sinksgenerally speaking either kernel or sof-firmware or both, you could as a test try downgrading the kernel to a 6.3.x variant or test behavior on linux-lts and/or a downgraded sof-firmware.
Offline