Last active
March 31, 2020 07:36
-
-
Save kiview/7540d2e1e8a11ef9f6e1c09bef388d46 to your computer and use it in GitHub Desktop.
5.1 sound for ASUS ALC887-VD onboard audio in Ubuntu
This file contains 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
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