Created
December 20, 2018 21:00
-
-
Save drewdiver/4f8a0e958b486286edc95f643c78707e to your computer and use it in GitHub Desktop.
Fix sound on Lenovo L440 in Linux (Debian and OpenSUSE)
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
# add to /etc/modprobe.d/50-sound.conf | |
# changes default audio order, for some reason HDMI is picked up as main audio device. | |
options snd-hda-intel index=0 model=auto vid=8086 pid=8c20 | |
options snd-hda-intel index=1 model=auto vid=8086 pid=0c0c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment