Created
August 24, 2020 03:35
-
-
Save otnansirk/1135f9de40307ad3e84d8364879362cd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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