Skip to content

Instantly share code, notes, and snippets.

@otnansirk
Created August 24, 2020 03:35
Show Gist options
  • Save otnansirk/1135f9de40307ad3e84d8364879362cd to your computer and use it in GitHub Desktop.
Save otnansirk/1135f9de40307ad3e84d8364879362cd to your computer and use it in GitHub Desktop.
This solved it for me:
Edit /etc/modprobe.d/alsa-base.conf as root and add options snd-hda-intel dmic_detect=0
Edit /etc/modprobe.d/blacklist.conf as root and add blacklist snd_soc_skl at the end of the file.
After that, reboot your system.
More details (and credits): https://www.linuxuprising.com/2018/06/fix-no-sound-dummy-output-issue-in.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment