deepinV20安装后系统没有声音解决方案(亲测有效)

打开终端:

sudo vi /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT原有配置后面添加

snd_hda_intel.dmic_detect=0

GRUB_CMDLINE_LINUX_DEFAULT="splash quiet"改为GRUB_CMDLINE_LINUX_DEFAULT="splash quiet snd_hda_intel.dmic_detect=0"

然后执行命令,重启

sudo update-grub
reboot

参考:https://bbs.deepin.org/forum.php?mod=viewthread&tid=202812&extra=

posted @ 2020-10-18 14:33  星光Starsray  阅读(3910)  评论(0编辑  收藏  举报