Re: Remaining problems
John Rigg <[email protected]>
| Newsgroups | gmane.comp.audio.jackit |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Mar 26, 2019 at 11:07:38AM -0400, [email protected] wrote: > Here is my patchage setup as already reported > "http://grossmann-venter.com/issues/jack/patchage_status-01.png" > > The 18 inputs of the 1818vsl is clearly made available and connedcted to > mixbus. > I want to connect some of them to something else I can monitor > independent from mixbus. It looks from the patchage screenshot like jack is routing your inputs properly. It may be that alsa has set the input gain to minimum (or muted the inputs). Do you have a /var/lib/alsa/asound.state file? If so look at the input levels listed in that file. You should be able to set the levels with alsamixer, if it works with your interface. John