Hi,

I'm attempting to configure a multi device with an
rme9652 and an Audiophile 2496. Alsa is 0.9.0beta12
 from CVS.

"bash# jackd -R -v -d alsa -d rmeice_dual" produces:
creating alsa driver ...
rmeice_dual|1024|2|48000|swmon
ALSA lib control.c:601:(snd_ctl_open_noupdate) Invalid
CTL rmeice_dual
control open "rmeice_dual" (No such file or directory)
cannot load driver module alsa

I take it there needs to be a "ctl" in addition to the
"pcm" declared in the "multi" config but I don't
really know how to do this.

The rme and ice1712 drivers load and work
individually.

If anyone could provide an example or hint, I'd really
appreciate it. BTW, I'm not attempting to achieve sync
with the multi device, I just need the outputs on the
2496 to feed additional reference monitors. Not that I
wouldn't be interested in syncing the cards...

Thanks for any help,

parker

Here's my .asoundrc:

apcm.rme9652 {
        type hw
        card 0
        }
ctl.rme9652 {
        type hw
        card 0
        }
        
#rawmidi.icemidi {
#       type hw
#       card 1
#       }
        
pcm.ice1712 {
        type hw
        card 1
        }
ctl.ice1712 {
        type hw
        card 1
        }

pcm.rmeice_dual {
        type multi
        slaves.a {
                pcm rme9652
                channels 26
        }
        slaves.b {
                pcm ice1712
                channels 12 
        }
        bindings.0 {
                slave a
                channel 0
        }
        bindings.1 {
                slave a
                channel 1
        }
        bindings.2 {
                slave a
                channel 2
        }
        bindings.3 {
                slave a
                channel 3
        }
        bindings.4 {
                slave a
                channel 4
        }
        bindings.5 {
                slave a
                channel 5
        }
        bindings.6 {
                slave a
                channel 6
        }
        bindings.7 {
                slave a
                channel 7
        }
        bindings.8 {
                slave a
                channel 8
        }
        bindings.9 {
                slave a
                channel 9
        }
        bindings.10 {
                slave a
                channel 10
        }
        bindings.11 {
                slave a
                channel 11
        }
        bindings.12 {
                slave a
                channel 12
        }
        bindings.13 {
                slave a
                channel 13
        }
        bindings.14 {
                slave a
                channel 14
        }
        bindings.15 {
                slave a
                channel 15
        }
        bindings.16 {
                slave a
                channel 16
        }
        bindings.17 {
                slave a
                channel 17
        }
        bindings.18 {
                slave a
                channel 18
        }
        bindings.19 {
                slave a
                channel 19
        }
        bindings.20 {
                slave a
                channel 20
        }
        bindings.21 {
                slave a
                channel 21
        }
        bindings.22 {
                slave a
                channel 22
        }
        bindings.23 {
                slave a
                channel 23
        }
        bindings.24 {
                slave a
                channel 24
        }
        bindings.25 {
                slave a
                channel 25
        }
        bindings.26 {
                slave b
                channel 0
        }
        bindings.27 {
                slave b
                channel 1
        }
        bindings.28 {
                slave b
                channel 2
        }
        bindings.29 {
                slave b
                channel 3
        }
        bindings.29 {
                slave b
                channel 4
        }
        bindings.30 {
                slave b
                channel 5
        }
        bindings.31 {
                slave b
                channel 6
        }
        bindings.32 {
                slave b
                channel 7
        }
        bindings.33 {
                slave b
                channel 8
        }
        bindings.34 {
                slave b
                channel 9
        }
        bindings.35 {
                slave b
                channel 10
        }
        bindings.36 {
                slave b
                channel 11
        }
}
#pcm_slave.CD {
#       pcm ice1712
#       format S16_LE
#       channels 1
#       rate 44100
#       }
#pcm.complex_convert {
#       type plug
#       slave CD
#       }




__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to