-
-
Save CelioJr/ec4c8b591fdf7ccc421e8d0c92f9b582 to your computer and use it in GitHub Desktop.
Audio fix for ubuntu 19.10 on Dell G3 3590 (Dummy Outout)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Reference: https://www.linuxuprising.com/2018/06/fix-no-sound-dummy-output-issue-in.html | |
# Solution 2 fixed my problem | |
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 your system |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment