13 Mayıs 2009 Çarşamba

Bir Alıntı...

Eğer linux altında çalıştırdığınız bir CA0106(sound blaster audigy se) ses kartınız ve 5+1 hoparlör sisteminiz varsa ve ses çıkışında problem yaşıyosanız(ör. 5.1 yerine 2.1 almak gibi) aşağıdaki makale işinize yarayabilir. Benim işime yaradı(ubuntu 8.10 altında). Buyurun...


Ubuntu ca0106 Audigy SE sound card working with 5.1

Posted in Apple/BSD/Linux, Debian/Ubuntu/LinuxMint on Aug 04, 2008

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 :-)

Kaynak

Hiç yorum yok:

Yorum Gönder