Views:
4,784β
Votes: 3β
Tags:
sound
pulseaudio
alsa
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1025066
Title:
5.1 sound - rear left & right are very quiet - DOWNMIX
ID:
/2018/04/14/5.1-sound-rear-left-_-right-are-very-quiet-DOWNMIX
Created:
April 14, 2018
Edited: June 13, 2022
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
New version using pavucontrol
First install the app:
sudo apt install pavucontrol
Then call it from the launcher by typing the first few letters pav
and selecting the icon. Follow the .gif
below to click on the individual speakers and set their volume:
Original version not working
Your question βWhat kind of malformed wizardry is this?β can best be answered with this command:
$ grep channels /etc/pulse/daemon.conf
; default-sample-channels = 2
Using sudo
powers edit the file /etc/pulse/daemon.conf
and change the line:
; default-sample-channels = 2
to:
; default-sample-channels = 6
Save the file and exit your editor. To restart pulse audio use:
pulseaudio -k