<div dir="ltr"><div dir="ltr">I've been doing some experiments with the system I have.<br>The system: the mobo has onboard 8 channels (front panel L/R, rear panel L/R, rear panel line out L/R, rear panel sub L/R) and a Echo AF12 on firewire.<br><br>At this point UBS Controls can select between the on board and the AF12 (I assume when the AF12 is selected and 12 channels appear in Carla or Patchage this is via ALSA)<br><br>Observations:<br>- alsamixer shows both onboard and AF12<br>- when AF12 is selected in alsamixer, alsamixer shows nothing<br>- when on board is selected in alsamixer, alsamixer shows the 8 outputs<br><br>- when selected in UBS Controls the associated ports are shown in Carla/Patchage<br>- when on board is selected, 8 ports are shown, but only the front panel L/R produce any signal when connected in Carla/Patchage<br>   (all 8 are unmuted and at 0db in alsamixer)<br>   anybody know how to get the other 6 outputs working?<br>- when AF12 is selected 12 channels are shown in Carla/Patchage<br><br>With on board selected and players/plugins started and connected between player and front panel L/R all appears good and sounds ok.<br><br>With AF12 selected and same player/plugin combo is made sounds good, except occasionally REALLY nasty high volume (as in speaker/ear damaging loud) digital burst happens.<br><br>In order to test with just ffado I attempted to adapt a script I use on another pc to force only jack. The adapted part shown below:<br>#!/bin/bash<br>set -x<br>killall -9 jackd jackdbus<br>#jack_control ds alsa dps capture none dps playback none<br>jack_control ds firewire dps capture none dps playback none<br>#jack_control dps device hw:PCH<br>jack_control dps rate 48000<br>jack_control dps nperiods 2<br>jack_control dps period 1024<br>jack_control start<br>pactl unload-module module-udev-detect<br>pactl unload-module module-alsa-card<br>pactl unload-module module-jackdbus-detect<br>pactl load-module module-jack-sink client_name=PulseOut channels=2 connect=no<br>pactl load-module module-jack-source client_name=PulseIn channels=2 connect=no<br>set +x<br>exit<br><br>This results in the channels of the AF12 being listed like this:<br><br>firewire_pcm<br>00148605c4409ac_Unknown_out<br>00148605c4409ac_Unknown0_out<br>00148605c4409ac_Unknown1_out<br>00148605c4409ac_Unknown2_out<br>00148605c4409ac_Unknown3_out<br>00148605c4409ac_Unknown4_out<br>00148605c4409ac_Unknown5_out<br>00148605c4409ac_Unknown6_out<br>00148605c4409ac_Unknown7_out<br>00148605c4409ac_Unknown8_out<br>00148605c4409ac_Unknown9_out<br>00148605c4409ac_Unknown10_out<br>00148605c4409ac_Unknown11_out<br><br>Where Unknown_out is the 1st channel of the AF12, Unknown0_out is the 2nd channel, etc. (Unknown11_out is the midi port)<br>I do not know how to get human readable names as can be done in Qjack... Anybody know how to do this from the command line? Or set the name of the device to something other than firewire_pcm?<br><br>So far I have NOT been able to duplicate the crazy noise spikes I was getting with alsa running the AF12.<br></div></div>