Hello > From: Mark Knecht <mknecht@xxxxxxxxxxxxxx> > > from Jack for Audio. This I have not yet figured out, I only see one > > stereo alsa_pcm for the audio in qjacktl. I see three MIDI inputs but > > only one Audio. I can control each cards audio with alsamixer, so I know > > they are configured and work. > Can you post your modules.conf file? I've had multiple cards recognized > before, but never the same type of card. Possibly there's jsut some > driver problem with enumerating and keeping track of multiple cards? Here goes, please make note that I have commented out the 4th card as I am not using it currently. I can use all of these as hw:0, hw:1 or hw:2, separately using jackstart. Qjackctl only allows me to use hw:0 or hw:1. I guesss the next step would be to create a .asoundrc file to access them all at once? # --- ALSA configuration alias char-major-116 snd alias char-major-14 soundcore # 1st card #-- OSS compatibility alias #alias sound-slot-0 snd-card-0 alias sound-slot-0 snd-ens1370 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 # 2nd card #-- OSS compatibility alias #alias sound-slot-1 snd-card-1 alias sound-slot-1 snd-ens1370 alias sound-service-1-0 snd-mixer-oss alias sound-service-1-3 snd-pcm-oss alias sound-service-1-12 snd-pcm-oss # 3rd card #-- OSS compatibility alias #alias sound-slot-2 snd-card-2 alias sound-slot-2 snd-ens1370 alias sound-service-2-0 snd-mixer-oss alias sound-service-2-3 snd-pcm-oss alias sound-service-2-12 snd-pcm-oss # 4th card #-- OSS compatibility alias ##alias sound-slot-3 snd-card-3 #alias sound-slot-3 snd-ens1370 #alias sound-service-3-0 snd-mixer-oss #alias sound-service-3-3 snd-pcm-oss #alias sound-service-3-12 snd-pcm-oss #-- Soundslot aliases alias snd-card-0 snd-ens1370 alias snd-card-1 snd-ens1370 alias snd-card-2 snd-ens1370 #alias snd-card-3 snd-ens1370 #-- Options options snd major=116 cards_limit=3 device_mode=0666 device_gid=0 device_uid=0 options snd-ens1370 index=0 options snd-ens1370 index=1 options snd-ens1370 index=2 #options snd-ens1370 index=3 # -- Keep modules from being autocleaned add options -k snd-card-0 add options -k snd-card-1 add options -k snd-card-2 #add options -k snd-card-3 #--- ALSA configuration END br, Timo