Re: Is a M audio 1010lt too old to use with jack?

John Rigg <[email protected]> Wed, 15 May 2019 11:39:28 +0000
Newsgroups gmane.comp.audio.jackit
Message-ID <[email protected]>
On Wed, May 15, 2019 at 03:03:42AM -0700, vinnie wrote:
> Right well I have spent the day on iy and this is where I got to...
>
.....
> 22:00:01.905 JACK is starting...
> 22:00:01.906 /usr/bin/jackd -dalsa -dhw:M1010LT -r48000 -p1024 -n2
....
> Cannot open qjackctl client

When troubleshooting it's better to avoid qjackctl and just use
the command line to start jackd, ie.:

 /usr/bin/jackd -dalsa -dhw:M1010LT -r48000 -p1024 -n2

From your OP it looks like you're running pulseaudio. If
so, try disabling it.

Another source of potential problems IME is dbus. I see
you're using jack2, which many distros compile with dbus
as a dependency. On my own (Debian) systems I recompile it
without dbus. An alternative would be to install jack1
instead, if it's available on your distro.

John