- Ubuntu 21.04,64 位。
- 刚刚更新内核
5.11.0-25-generic
,声音就消失了。
modprobe snd-hda-intel
什么都没显示。没有错误消息,没有遗漏。什么都没有。这是预料之中的吗?
System:
Host: rabbit Kernel: 5.11.0-25-generic x86_64 bits: 64
Desktop: GNOME 3.38.4 Distro: Ubuntu 21.04 (Hirsute Hippo)
Machine:
Type: Laptop System: LENOVO product: 20QVCTO1WW v: ThinkPad X1 Extreme 2nd
serial: <superuser required>
Mobo: LENOVO model: 20QVCTO1WW v: SDK0R32862 WIN
serial: <superuser required> UEFI: LENOVO v: N2OET52W (1.39 )
date: 04/28/2021
Audio:
Device-1: Intel Cannon Lake PCH cAVS driver: snd_hda_intel
Device-2: NVIDIA driver: snd_hda_intel
Sound Server: ALSA v: k5.11.0-25-generic
aplay -l
aplay: device_list:276: no soundcards found...
sudo lshw -C sound
*-multimedia
description: Audio device
product: Cannon Lake PCH cAVS
vendor: Intel Corporation
physical id: 1f.3
bus info: pci@0000:00:1f.3
version: 10
width: 64 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list
configuration: driver=snd_hda_intel latency=64
resources: iomemory:400-3ff iomemory:400-3ff irq:159 memory:4000108000-400010bfff memory:4000000000-40000fffff
有任何想法吗?
- 我尝试添加
options snd-hda-intel dmic_detect=0
。alsa-base.conf
仍然没有成功。清除并重新安装 pulsaudio 包、alsa 包。仍然没有声音。 - 也尝试过添加,但
options snd-hda-intel model=generic
仍然没有声音。 - 尝试使用以前的内核,仍然没有声音。
答案1
已用这个修复:https://askubuntu.com/a/1249071/877575
想知道为什么重新安装所有软件包不能解决这个问题。