Skip to content

Instantly share code, notes, and snippets.

@drewdiver
Created December 20, 2018 21:00
Show Gist options
  • Save drewdiver/4f8a0e958b486286edc95f643c78707e to your computer and use it in GitHub Desktop.
Save drewdiver/4f8a0e958b486286edc95f643c78707e to your computer and use it in GitHub Desktop.
Fix sound on Lenovo L440 in Linux (Debian and OpenSUSE)
# 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