本方法转自Fix No Sound (Dummy Output) Issue In Ubuntu With SND HDA Intel
首先ubuntu没声音可能有很多原因导致,解决方法也不一致。在尝试了大量方法之后,这个解决了我的问题,希望对你也有用。
时间:2020/3/27
这里的解决方法适用于Ubuntu kernel 5.3.0-41 and -42导致的"dummy output"事件。具体bug report请看this bug report,这里只列出解决方案
\1. 以root权限编辑/etc/modprobe.d/alsa-base.conf
文件,加入这一行options snd-hda-intel dmic_detect=0
也可以直接通过以下命令实现:
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_skl
echo "blacklist snd\_soc\_skl" | sudo tee -a /etc/modprobe.d/blacklist.conf
\3. 重启系统
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。