[Bug Report] 联想thinkbook x 2024无声音
Tofloor
poster avatar
国 sira
deepin
2026-07-22 22:35
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
2026-07-23 08:39
#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
2026-07-23 08:54
#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
avatar
deepin流云
Super Moderator
Community OP
2026-07-23 10:31
#3

这个机器用6.18内核试下:

sudo apt update&&sudo apt install linux-headers-deepin-amd64 linux-image-deepin-amd64

更新引导并重启

sudo update-grub

sudo reboot

Reply View the author
avatar
国 sira
deepin
2026-07-23 10:51
#4
昨夜的星辰

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

sudo apt install linux-headers-6.18(TAB键补全)        #和要安装的内核版本一样
sudo apt install linux-image-6.18.(TAB键补全)         #应该是6.18.36了

内核升级6.18.36后依然是找不到音频输出设备

Reply View the author
avatar
国 sira
deepin
2026-07-23 11:11
#5
deepin流云

这个机器用6.18内核试下:

sudo apt update&&sudo apt install linux-headers-deepin-amd64 linux-image-deepin-amd64

更新引导并重启

sudo update-grub

sudo reboot

内核更新后还是没有声音。显示无输出设备

Reply View the author
avatar
deepin流云
Super Moderator
Community OP
2026-07-23 11:18
#6
国 sira

内核更新后还是没有声音。显示无输出设备

传个内核日志,我找内核研发看看:sudo journalctl -k > ~/Desktop/kernel_journal.txt

Reply View the author
avatar
国 sira
deepin
2026-07-23 11:32
#7
deepin流云

传个内核日志,我找内核研发看看:sudo journalctl -k > ~/Desktop/kernel_journal.txt

Reply View the author
avatar
deepin流云
Super Moderator
Community OP
2026-07-23 13:58
#8
国 sira

研发看了日志,说是音频固件没起来,让你试下这个命令:

echo "options snd-intel-dspcfg dsp_driver=1" | sudo tee /etc/modprobe.d/alsa-dsp.conf

强制走传统hda模式

Reply View the author
avatar
国 sira
deepin
2026-07-24 10:14
#9
deepin流云

研发看了日志,说是音频固件没起来,让你试下这个命令:

echo "options snd-intel-dspcfg dsp_driver=1" | sudo tee /etc/modprobe.d/alsa-dsp.conf

强制走传统hda模式

牛B,出声音了,就是麦克风录音好像没有驱动,没办法录音!

Reply View the author