The audio does not work in linux.

hammadyasin1

New Member
Joined
Oct 17, 2024
Messages
8
Reaction score
0
Credits
76
After buying a refurbished Thinkpad T14 gen 1. On the first day, I removed the preinstalled windows 11, and installed debian. In the updates section, there was an update, Linux kernel or Lenovo system, I don't remember exactly. After a restart, the audio driver didn't work, there was the famous "Dummy audio". Before the update, audio worked fine, but After the update, my laptop's internal speakers didn't work. I reinstalled debian, nothing. Still the infamous "Dummy audio". I had no choice but to Install windows. After using windows for a few weeks, I thought to install linux mint. Well still the same error. I tried to troubleshoot, it didn't help. But a new problem rose, after installing windows again, my microphone, the laptop's own microphone wasn't working. Just like linux, it was showing "No input devices found". I installed the audio drivers manually, tried the troubleshooting methods. I am stuck like this now, But thank goodness the audio works in windows. I am very sad because the point of buying a thinkpad was to use linux, I can't do that now, I was thinking to take the ol' pad to the seller, from whom I bought it. And ask them for a replacement. I need help, please, I can trust on the Linux Users. Only they can help me.
 


What is the output of...

Code:
lspci | grep -i audio

Code:
lsmod | grep snd

Code:
aplay -l

Code:
systemctl --user status pipewire

...and...

Code:
cat /proc/asound/cards
 
Or should I install a linux distro? maybe arch, it would take a hell lot of time.
 
$cat /proc/asound/cards

00:1f.3 Audio device: Intel Corporation Comet Lake PCH-LP cAVS

$lsmod | grep snd

snd_hda_codec_hdmi 81920 0
snd_hda_codec_realtek 176128 0
snd_hda_codec_generic 98304 1 snd_hda_codec_realtek
snd_soc_dmic 16384 0
snd_sof_pci_intel_cnl 16384 0
snd_sof_intel_hda_common 188416 1 snd_sof_pci_intel_cnl
soundwire_intel 49152 1 snd_sof_intel_hda_common
snd_sof_intel_hda 20480 1 snd_sof_intel_hda_common
snd_sof_pci 24576 2 snd_sof_intel_hda_common,snd_sof_pci_intel_cnl
snd_sof_xtensa_dsp 16384 1 snd_sof_intel_hda_common
snd_sof 278528 2 snd_sof_pci,snd_sof_intel_hda_common
snd_sof_utils 20480 1 snd_sof
snd_soc_hdac_hda 24576 1 snd_sof_intel_hda_common
snd_hda_ext_core 40960 2 snd_sof_intel_hda_common,snd_soc_hdac_hda
snd_soc_acpi_intel_match 81920 2 snd_sof_intel_hda_common,snd_sof_pci_intel_cnl
snd_soc_acpi 16384 2 snd_soc_acpi_intel_match,snd_sof_intel_hda_common
snd_soc_core 352256 5 soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_dmic
snd_compress 28672 1 snd_soc_core
snd_hda_intel 57344 0
snd_intel_dspcfg 36864 3 snd_hda_intel,snd_sof,snd_sof_intel_hda_common
snd_intel_sdw_acpi 20480 2 snd_sof_intel_hda_common,snd_intel_dspcfg
snd_hda_codec 184320 6 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek,s
nd_soc_hdac_hda,snd_sof_intel_hda
snd_hda_core 122880 9 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hd
a_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 159744 10 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,soundwire_intel,snd_sof,snd_so
f_intel_hda_common,snd_compress,snd_soc_core,snd_sof_utils,snd_hda_core
ledtrig_audio 16384 2 snd_hda_codec_generic,thinkpad_acpi
snd_timer 49152 1 snd_pcm
snd 126976 12 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_code
c,snd_hda_codec_realtek,snd_sof,snd_timer,snd_compress,thinkpad_acpi,snd_soc_core,snd_pcm
soundcore 16384 1 snd

$ aplay -l
aplay: device_list:274: no soundcards found..

$systemctl --user status pipewire
Unit pipewire.service could not be found.

$cat /proc/asound/cards

--- no soundcards ---
 
Last edited:


Members online


Top