[Bug Report] 联想thinkbook x 2024无声音
Tofloor
poster avatar
国 sira
deepin
11 hours ago
Author

我这是联想thinkbook x 2024工程机,在Windows下系统有声音,安装deepin系统后没有声音,在豆包的帮助下在终端输入了一些命令,依然没有解决。

内核:6.6.127-amd64-desktop-hwe

声卡硬件:00:1f.3 Multimedia audio controller: Intel Corporation Meteor Lake-P HD Audio Controller (rev 10)

截图_20260721001332.png

Reply Favorite View the author
All Replies
avatar
昨夜的星辰
deepin
an hour ago
#1

可以安装6.18尝试一下,官方源里有

sudo apt install linux-headers-6.18(TAB键补全)        #和要安装的内核版本一样
sudo apt install linux-image-6.18.(TAB键补全)         #应该是6.18.36了
Reply View the author
avatar
𰻞𰻝面
deepin
an hour ago
#2

先升级内核,如果不行,就禁用数字麦克风试试,但可能无法录音。两种方式:

1.在内核参数加上 snd_hda_intel.dmic_detect=0

2.修改 /etc/modprobe.d/alsa-base.conf 添加 options snd-hda-intel dmic_detect=0

终端输入 echo "options snd-hda-intel dmic_detect=0" | sudo tee -a /etc/modprobe.d/alsa-base.conf 也一样

Reply View the author