解决Ubuntu19.10/18由于内核问题(5.3.0-41,5.3.0-42)致使的dummy output

本方法转自 Fix No Sound (Dummy Output) Issue In Ubuntu With SND HDA Intel

首先ubuntu没声音可能有不少缘由致使,解决方法也不一致。在尝试了大量方法以后,这个解决了个人问题,但愿对你也有用。html

时间:2020/3/27linux

这里的解决方法适用于Ubuntu kernel 5.3.0-41 and -42致使的"dummy output"事件。具体bug report请看this bug report,这里只列出解决方案ubuntu

\1. 以root权限编辑/etc/modprobe.d/alsa-base.conf文件,加入这一行options snd-hda-intel dmic_detect=0this

也能够直接经过如下命令实现:.net

echo "options snd-hda-intel dmic\_detect=0" | sudo tee -a /etc/modprobe.d/alsa-base.conf

\2. 编辑/etc/modprobe.d/blacklist.conf ,加入 blacklist snd_soc_sklcode

echo "blacklist snd\_soc\_skl" | sudo tee -a /etc/modprobe.d/blacklist.conf

\3. 重启系统htm

相关文章
相关标签/搜索