Need to get 5.1 sound on Mint 5

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Go2doug

Need to get 5.1 sound on Mint 5

Post by Go2doug »

I'm running Mint 5.0 KDE with a Sound Blaster Audigy SE sound card. When I play MP3s, I only get sound from the two front speakers and the center one. The two rear speakers are quiet.

I tried adding this to ~/.asoundc:

Code: Select all

"pcm.!dmix {
type plug
slave {
pcm surround51
channels 6
}
}
pcm.!default {
type plug
slave.pcm "dmix"
slave.channels 6
route_policy duplicate
}"
And I also tried adding this to /etc/pulse/daemon.conf:

Code: Select all

default-sample-channels = 6
But neither of these have worked. Any suggestions? Thank you.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Husse

Re: Need to get 5.1 sound on Mint 5

Post by Husse »

I think you are on the right track
Take a look at this blog post
http://www.linuxtricks.net/index.php/ar ... with-alsa/
There are a few more things for ~/.asoundc than you have
Go2doug

Re: Need to get 5.1 sound on Mint 5

Post by Go2doug »

Husse wrote:I think you are on the right track
Take a look at this blog post
http://www.linuxtricks.net/index.php/ar ... with-alsa/
There are a few more things for ~/.asoundc than you have
When I edit ~/.asoundc according to the example on that page, I get no sound at all. Anybody have any other suggestions? I am really surprised that Mint did not auto-configure the 5.1 sound.
Husse

Re: Need to get 5.1 sound on Mint 5

Post by Husse »

I am really surprised that Mint did not auto-configure the 5.1 sound.
It generally does, this could be something with your system and/or the KDE edition
I've only used 2+1 which only needs a stereo output so no personal experience
Locked

Return to “Hardware Support”