Na komputerze mam winxp i ubuntu 10.4 z kartą dźwiękową Realtek ALC850. Podczas gdy na win działają wszystkie głośniki to na ubuntu tylko dwa. W alsamixer mam ustawione na 6ch oraz master, surround, center, lfe wszystko jest włączone i zwiększone na 90%. Tworzyłem też plik .asoundrc i wkleiłem treść takową:
Kod: Zaznacz cały
#########################################################
#This is the standard setting (see: "!default")
#This profile, the default loaded, upmixes stereo sound to 5.1.
pcm.!default {
type plug
slave.pcm "surround51"
slave.channels 6
route_policy duplicate
}
########################################################
#This is the normal spdif output profile (optical, toslink).
pcm.!spdif {
type plug
slave.pcm "hw:0,1"
}
#######################################################
#This is what one could call the "factory default setting", in other words, it only plays the actual channels. so if you fx want to watch a 5.1 movie, on the analog output, this is the option you want.
pcm.analog {
type plug
slave analog_slave;
}
pcm_slave.analog_slave {
pcm surround51;
format S32_LE;
}
Kod: Zaznacz cały
speaker-test -Dplug:surround51 -c6
Pozdrawiam