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=
本文来自博客园,作者:星光Starsray,转载请注明原文链接:https://www.cnblogs.com/starsray/p/13835046.html