LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Surround sound Snd-cmipci (https://www.linuxquestions.org/questions/linux-hardware-18/surround-sound-snd-cmipci-135156/)

Boffy 01-15-2004 02:06 PM

Surround sound Snd-cmipci
 
I would like to know what settings that i must use to get a 6 channel output from the cmedia 8738 sound card using the alsa driver on mandrake linux 9.2. I hope someone can help me as i really would like full sound so i can enjoy mythtv fully.

Cheers in advace
boffy

Aussie 01-16-2004 01:38 AM

Read the driver docs for this chipset at the ALSA-Project web site, and in particular the instructions for using the asoundrc file.

Boffy 01-16-2004 03:53 AM

I attempted to read and undersatand what that link was saying but to little avail. Does anyone have a card like my own working and if so could you please paste your configuration onto the post so i can give it a try.

Thanks for the help so far
Boffy

Boffy 01-16-2004 11:42 AM

I sort of solved the problem but i have a very faint output from the centre/bass. Here is my modules.conf file

alias sound-slot-0 snd-cmipci
above snd-cmipci snd-pcm-oss
options snd-cmipci snd_index=0 snd_id="C-Media-8738-6Ch"
options snd_pcm_hw_params_set_access(pcm, hw, SND_PCM_ACCESS_MMAP_INTERLEAVED);
options snd_pcm_hw_params_set_format(pcm, hw, SND_PCM_FORMAT_S16_LE);
options snd_pcm_hw_params_set_channels(pcm, hw, 6);


All times are GMT -5. The time now is 11:22 PM.