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

Fedora (10) ca0106 Audigy SE sound card working with 5.1

Submitted by on Sunday, May 10, 2009 – 5:46 pm4 Comments |

Today I installed Fedora 10 on my desktop. I need to spend some months working with Fedora to prepare for my Red Hat Certified Engineer exam which I will hopefully take this summer.

I immediately had sound problems.  Luckily, I was able to refer to my old posting from one year ago for the fix.  This is just an edited version of that post.

My desktop is currently using the Creative Audigy SE sound card (ca0106) which can be very un-Linux friendly.  As I mentioned 9 months ago, I was able to get sound from my front 3 speakers but I wanted all 5 speakers to work as well (5.1).

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

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

With Fedora, similarly to Ubuntu, I was not getting surround sound with the above file.

I remembered that I needed to add the following to /etc/pulse/default.pa:

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

Still, no surround sound.  Then I reread my old post and realized that I needed to add the entire contents of .asoundrc to /etc/asound.conf as well to make the settings system wide.

I rebooted and got all 5 speakers to work.  Thank God for old posts icon smile Fedora (10) ca0106 Audigy SE sound card working with 5.1

Related posts:

  1. Ubuntu ca0106 Audigy SE sound card working with 5.1 I decided to finally install Ubuntu 8.04.1 on my desktop...
  2. Fedora Core 9 Released!!! A big day for the Red Hat Fedora Core...
  3. Was Ubuntu really worth it? I was surprised that I spent nearly a year running...
  4. Fedora 15 Coming Today ...
  5. Fedora Core 9 Downloaded :-) I woke up this morning and found that Fedora Core...

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

:-) SELinux for one thing. It is new to me.

There will be a ViPLUG meeting on Thursday. I will send out an email and then Google Calendar invite today.

Argh! What could possibly go wrong with a setup like that? :D

Can you let me know when the next LUG meeting in HCMC will be?

@Chris: I will actually run CentOS 5.3 in VirtualBox for my preparation. You know, double dose of fun :-)

Kevin, I think you'd be much better off playing with CentOS in order to prepare for RHCE exams. It's much, much closer to RedHat's enterprise offerings than Fedora...