解决Ubuntu18.04 系统无声音
终端执行两行代码:
echo "options snd-hda-intel dmic_detect=0" | sudo tee -a /etc/modprobe.d/alsa-base.conf echo "blacklist snd_soc_skl" | sudo tee -a /etc/modprobe.d/blacklist.conf
之后
reboot
重启
相比其他的方法,这个方法对我的系统最有效!
终端执行两行代码:
echo "options snd-hda-intel dmic_detect=0" | sudo tee -a /etc/modprobe.d/alsa-base.conf echo "blacklist snd_soc_skl" | sudo tee -a /etc/modprobe.d/blacklist.conf
之后
reboot
重启
相比其他的方法,这个方法对我的系统最有效!