Headline »

Tuesday, February 7, 2012 – 8:11 pm |

This afternoon I finally met travel blogger, Evelyne, from Indonesia who runs the blog, V-in-V.  V-in-V is a multi-language Indonesian/English blog about her life and experiences in Saigon and Vietnam.  Most of you …

Read the full story »
In the News

Current articles, commentary and blog posts on everything about or related to Saigon, Vietnam.

Halal Guide

Reviews and information about halal restaurants in Saigon, Vietnam.

Food and Coffee

Reviews of some of the most interesting restaurants, coffee shops and cafes throughout Saigon.

Technology

tech@saigonnezumi: Technology related posts and video interviews of tech leaders, open source, etc., throughout Vietnam and the World.

Saigon Photos

Some current and past photos of Saigon either submitted by saigonnezumi or readers.

Home » Technology

Ubuntu ca0106 Audigy SE sound card working with 5.1

Submitted by on Monday, August 4, 2008 – 10:40 pm3 Comments |

I decided to finally install Ubuntu 8.04.1 on my desktop today.  One issue I seem to always have with a new Linux distribution is trying to figure out how to get surround sound to work with my sound card.  My desktop is currently using the Creative Audigy SE sound card (ca0106) which can be very un-Linux friendly.

With Arch and Gentoo Linux, I was able to get surround sound on all five speakers with the following .asoundrc file:

pcm.!dmix {
type plug
slave {
pcm surround51
channels 6
}
}
pcm.!default {
type plug
slave.pcm “dmix”
slave.channels 6
route_policy duplicate
}

In Ubuntu, I was not getting surround sound with the above file.  I decided to copy it to /etc/asound.conf to make the settings system wide.  When I rebooted Ubuntu, I got surround sound when the login screen (gdm) popped up but once I logged in, only three speakers were working.

Then I found this post:

http://ubuntuforums.org/archive/index.php/t-586411.html

crudolphy came up with a solution that suggested adding:

load-module module-alsa-sink device=”surround51″ channels=6 sink_name=sur51

to /etc/pulse/default.pa

It worked for me and should work for others as well.  Now I have surround sound icon smile Ubuntu ca0106 Audigy SE sound card working with 5.1

Related posts:

  1. Fedora (10) ca0106 Audigy SE sound card working with 5.1 Today I installed Fedora 10 on my desktop. I need...
  2. Was Ubuntu really worth it? I was surprised that I spent nearly a year running...
  3. Ubuntu 10.04 LTS will change Linux Ubuntu 10.04 LTS will be released today.  Chris Dollmont...
  4. Remastered Ubuntu with Vietnamese language support Well, I finally did it today.  I was able to...
  5. Another new Ubuntu User in Vietnam :-) Amazing, got another student to use Ubuntu. Actually, he chose...

Post comment as twitter logo facebook logo
Sort: Newest | Oldest

thank you very much it worked for me too, my card it's a creative audigy se CA0106, i'm running ubuntu 8.10 intrepid by the way

@blackened: No problem. Glad it helped.

This works in openSUSE as well. Surround sound, and multiple apps work great. The only issue I have left is no master volume control (very annoying) and the audio stutters for just a few seconds when a song is played in any media player.

Since we both have a ca0106 card and this solution works for us, I wanted to ask if you are having similar issues.

Most importantly, do you have a master volume control in Kmix\Gmix\alsamixer that controls all of the speakers.