Beiträge von rurotil

    sorry hatte meine Datei falsch eingefügt, hier nochmals meine asound.conf:


    pcm.!default {
    type plug
    slave {
    pcm "both"
    }
    }
    pcm.both {
    type route
    slave {
    pcm multi
    channels 4
    }
    ttable.0.0 1.0
    ttable.1.1 1.0
    ttable.0.2 1.0
    ttable.1.3 1.0
    }
    pcm.multi {
    type multi
    slaves.a {
    pcm "tv"
    channels 2
    }
    slaves.b {
    pcm "dmixrec"
    channels 2
    }
    bindings.0.slave a
    bindings.0.channel 0
    bindings.1.slave a
    bindings.1.channel 1
    bindings.2.slave b
    bindings.2.channel 0
    bindings.3.slave b
    bindings.3.channel 1
    }
    pcm.dmixrec {
    type dmix
    ipc_key 1024
    slave {
    pcm "receiver"
    period_time 0
    period_size 1024
    buffer_size 8192
    rate 48000
    }
    bindings {
    0 0
    1 1
    }
    }
    pcm.tv {
    type hw
    card 0
    device 3
    channels 2
    }
    pcm.receiver {
    type hw
    card 0
    device 1
    channels 2
    }

    Hallo Leute,

    ich wollte eben einen Film über meine Stereoanlage (Optisches Kabel) mit 5.1 anschauen. Leider bekomme ich keinen Ton. Was mache ich falsch? Hier meine asound.conf:

    Code
    pcm.!default {	type plug	slave {		pcm "both"	}}pcm.both {	type route	slave {		pcm multi		channels 4	}	ttable.0.0 1.0	ttable.1.1 1.0	ttable.0.2 1.0	ttable.1.3 1.0}pcm.multi {	type multi	slaves.a {		pcm "tv"		channels 2	}	slaves.b {		pcm "dmixrec"		channels 2	}	bindings.0.slave a	bindings.0.channel 0	bindings.1.slave a	bindings.1.channel 1	bindings.2.slave b	bindings.2.channel 0	bindings.3.slave b	bindings.3.channel 1}pcm.dmixrec {    type dmix    ipc_key 1024    slave {        pcm "receiver"        period_time 0        period_size 1024        buffer_size 8192        rate 48000     }     bindings {        0 0        1 1     }}pcm.tv {	type hw	card 0	device 3	channels 2}pcm.receiver {	type hw	card 0	device 1	channels 2}


    aplay -l gibt folgendes her:

    root ~/.config # aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC889 Analog [ALC889 Analog]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC889 Digital [ALC889 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 3: HDMI 0 [HDMI 0]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 7: HDMI 1 [HDMI 1]
    Subdevices: 1/1
    Subdevice #0: subdevice #0


    und aplay -L sagt folgendes:

    root ~/.config # aplay -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    sysdefault:CARD=Intel
    HDA Intel, ALC889 Analog
    Default Audio Device
    front:CARD=Intel,DEV=0
    HDA Intel, ALC889 Analog
    Front speakers
    surround40:CARD=Intel,DEV=0
    HDA Intel, ALC889 Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=Intel,DEV=0
    HDA Intel, ALC889 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=Intel,DEV=0
    HDA Intel, ALC889 Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=Intel,DEV=0
    HDA Intel, ALC889 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=Intel,DEV=0
    HDA Intel, ALC889 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    iec958:CARD=Intel,DEV=0
    HDA Intel, ALC889 Digital
    IEC958 (S/PDIF) Digital Audio Output
    hdmi:CARD=Intel,DEV=0
    HDA Intel, HDMI 0
    HDMI Audio Output
    hdmi:CARD=Intel,DEV=1
    HDA Intel, HDMI 1
    HDMI Audio Output


    was mache ich falsch? Kann mir vlt. jemand helfen? Danke