deepin 20安装后系统没有声音解决方案(亲测有效)---特别感谢原创作者的分享
作者:韶华不为少年留
出处:https://www.cnblogs.com/chsoul/p/13835046.html
版权:本作品采用「署」许可协议进行许可。
须知少日拏云志,曾许人间第一流
打开终端:
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= 作者:韶华不为少年留 出处:https://www.cnblogs.com/chsoul/p/13835046.html 版权:本作品采用「署」许可协议进行许可。 须知少日拏云志,曾许人间第一流