本方法轉自 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=0
this
也能夠直接經過如下命令實現:.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_skl
code
echo "blacklist snd\_soc\_skl" | sudo tee -a /etc/modprobe.d/blacklist.conf
\3. 重啓系統htm