Quote:
Originally posted by shellshock
imitheos:
Just to be clear, am I understanding you correctly that you have 5.1 surround sound enabled on your system and you are using a soundcard that's integrated with your motherboard?
I have a Realtek ALC850 soundchip integrated on my motherboard, and someone told me that it's not possible to have surround sound in Linux with this hardware. I'm trying to confirm whether or not this is true.
|
Yes, enabled and working fine.
I have a 7.1 soundcard integrated in my m/b but i have 5.1 speakers.
My chipset is ICH6R and the module i use is "snd_hda_intel"
I watch movies with mplayer and everything works ok.
I have recently watched star wars and you could easily notice that 5.1 sound was working.
I believe whoever told you that you can't get surround sound was wrong.
sakya_trips was right though about the ac97 codec. You don't use the "hda" driver as i do.
i believe ALC880 uses the hda and not ALC850. ALC850 uses the ac97 codec.
the correct driver for you is "Intel/SiS/nVidia/AMD/ALi AC97 Controller"
Maybe it is some autodetection problem that doesn't allow you to use surround sound.
MODULE_PARM_DESC(index, "Index value for Intel i8x0 soundcard.");
MODULE_PARM_DESC(id, "ID string for Intel i8x0 soundcard.");
MODULE_PARM_DESC(enable, "Enable Intel i8x0 soundcard.");
MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (0 = auto-detect).");
MODULE_PARM_DESC(ac97_quirk, "AC'97 workaround for strange hardware.");
MODULE_PARM_DESC(buggy_semaphore, "Enable workaround for hardwares with problematic codec semaphores.");
MODULE_PARM_DESC(buggy_irq, "Enable workaround for buggy interrupts on some motherboards.");
MODULE_PARM_DESC(xbox, "Set to 1 for Xbox, if you have problems with the AC'97 codec detection.");
These are the options the module accepts.
I guess maybe "index" or "id" or "xbox" will help but i am not sure since i haven't used this driver.
Also, there is another thing you can try. run "alsaconf". It is a dialog-based shell script which tries to automatically find
and configure your soundcard. It has worked for many people.
As i said in my other post you can test the sound with "speaker-test -c 6"