Skip to content

Instantly share code, notes, and snippets.

@gdeliana
Forked from lbbedendo/audio_fix_dummy_output.sh
Created October 29, 2020 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdeliana/f35484464abf260bd516e1a242b822f5 to your computer and use it in GitHub Desktop.
Save gdeliana/f35484464abf260bd516e1a242b822f5 to your computer and use it in GitHub Desktop.
Audio fix for ubuntu 19.10 on Dell G3 3590 (Dummy Output)
# Reference: https://www.linuxuprising.com/2018/06/fix-no-sound-dummy-output-issue-in.html
# Solution 2 fixed my problem (below)
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