Zur Versorgung von zwei Verstärkern über den analogen Anschluss möchte ich möchte über Xine parallel an der zweiten Karte ein Stereosignal und an der ersten Karte ein 5.1 Signal haben. Software ist Debian-SID, Hardware ist Onboard-Sound auf dem Motherboard Asus P4P800 (Intel) sowie eine zusätzliche Terratec Aureon Fun 5.1. Mit Amarok und VDR über Xine habe ich nur ein Tonsognal an der jeweils als erste konfigurierten Soundkarte (egal ob Terratec oder Intel), die Lautsprecher an der zweiten Karte bleiben immer stumm.
cat /proc/asound/cards liefert mir:
------------------------------------------------------------
0 [CMI8738MC6 ]: CMI8738-MC6 - C-Media PCI CMI8738-MC6
C-Media PCI CMI8738-MC6 (model 55) at 0xd400, irq 225
1 [ICH5 ]: ICH4 - Intel ICH5
Intel ICH5 with AD1985 at 0xfebff800, irq 217
------------------------------------------------------------
Die Module für die Soundkarte lade ich in der /etc/modules
------------------------------------------------------------
snd_cmipci index=0
snd_intel8x0 index=1
------------------------------------------------------------
In /etc/modprobe.d/ habe ich die Datei alsa-local mit folgendem Inhalt angelegt:
------------------------------------------------------------
# ALSA portion
alias char-major-116 snd
alias char-major-14 soundcore
# Terratec Aureon Fun 5.1
# alias sound-slot-0 snd-card-0
# card #0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias /dev/dsp0 snd-pcm-oss
alias snd-card-0 snd-cmipci
alias snd-slot-0 snd-card-0
alias sound-slot-0 snd-card-0
# Intel ICH5
# card #1
alias sound-service-1-0 snd-mixer-oss
alias sound-service-1-1 snd-seq-oss
alias sound-service-1-3 snd-pcm-oss
alias sound-service-1-8 snd-seq-oss
alias sound-service-1-12 snd-pcm-oss
alias /dev/dsp1 snd-pcm-oss
alias snd-card-1 snd-intel8x0
alias snd-slot-1 snd-card-1
alias sound-slot-1 snd-card-1
------------------------------------------------------------
Abschliessend habe ich /etc/ die Datei asound.conf mit folgendem Inhalt angelegt:
------------------------------------------------------------
### Terratec Aureon Fun 5.1
pcm.cmipci {
type hw
card 0
}
ctl.cmipci {
type hw
card 0
}
### Intel ICH5
pcm.intel8x0 {
type hw
card 1
}
ctl.intel8x0 {
type hw
card 1
}
------------------------------------------------------------
Ich weiss trotz stundenlangen Howto-lesen leider nicht mehr weiter, wie entlocke ich beiden Soundkarten parallel ein Signal, wenn ich mit Amarok oder Xine etwas abspiele? Idealerweise auf der Terratec auch in 5.1 sofern eine DVD oder eine Fernsehsendung etwas entsprechende liefert, andernfalls in Stero.
Die Tips für meine obige Konfiguration stammen von http://alsa.opensrc.org
Im Voraus vielen Dank für alle Tips und jegliche Unterstützung!