[Kernel/Drive] deepin20.8不支持msi GP66笔记本声卡没声音
Tofloor
poster avatar
188******74
deepin
2022-12-25 00:59
Author

20.8不支持msi GP66声卡无声音

image.png

image.png

Reply Favorite View the author
All Replies
Hibanaw
deepin
2022-12-25 01:54
#1

我也是12代酷睿,我也没声音😥

Reply View the author
enewren
deepin
2022-12-25 06:26
#2

我的也是12代intel,安装20.8系统,没有声音,使用下面的办法解决的。

1、修改系统配置

试试这个方法
sudo vi /etc/default/grub
下面这个选项后面添加snd_hda_intel.dmic_detect=0
GRUB_CMDLINE_LINUX_DEFAULT="${这里你的原有配置不要动} snd_hda_intel.dmic_detect=0"
sudo update-grub
reboot

2、调试

安装pavucontrol

sudo apt install pavucontrol

然后打开软件,选择配置,找到你的输出设备,一个个试试。

Reply View the author