Skip to content

Instantly share code, notes, and snippets.

@kiview
Last active March 31, 2020 07:36
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 kiview/7540d2e1e8a11ef9f6e1c09bef388d46 to your computer and use it in GitHub Desktop.
Save kiview/7540d2e1e8a11ef9f6e1c09bef388d46 to your computer and use it in GitHub Desktop.
5.1 sound for ASUS ALC887-VD onboard audio in Ubuntu
Model: ALC887-VD
head -n 1 /proc/asound/card0/codec*
Codec: Realtek ALC887-VD
zless /usr/share/doc/alsa-base/driver/HD-Audio-Models.txt.gz
asus 3-jack (ASUS Mobo)
Edit:
/etc/modprobe.d/alsa-base.conf
Add line:
options snd-hda-intel model=asus
In alsamixer:
Change channel to 6
In PulseAudio GUI:
Set profile to 5.1
In /etc/pulse/daemon.conf:
enable-lfe-remixing = yes
lfe-crossover-freq = 120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment