Page 1 of 1

issue by start Jack, using second Sound-device has imput

Posted: Sun Feb 03, 2019 1:04 pm
by todobarato
Hello I have trouble by start Jack using the second sound device, has input-devide, by start with same device ( input-output) works.

The error that I get is the following:

------------------------------------------------------------------------------------------------------------------------
12:29:29.890 D-BUS: JACK-Server konnte nicht gestartet werden. Tut mir Leid
Sun Feb 3 12:29:04 2019: Starting jack server...
Sun Feb 3 12:29:04 2019: JACK server starting in realtime mode with priority 10
Sun Feb 3 12:29:04 2019: self-connect-mode is "Don't restrict self connect requests"
Sun Feb 3 12:29:04 2019: Acquired audio card Audio2
Sun Feb 3 12:29:04 2019: Acquired audio card Audio0
Sun Feb 3 12:29:04 2019: creating alsa driver ... hw:0|hw:Device|64|2|44100|0|0|nomon|swmeter|-|32bit
Sun Feb 3 12:29:04 2019: configuring for 44100Hz, period = 64 frames (1.5 ms), buffer = 2 periods
Sun Feb 3 12:29:04 2019: ALSA: final selected sample format for capture: 16bit little-endian
Sun Feb 3 12:29:04 2019: ALSA: use 2 periods for capture
Sun Feb 3 12:29:04 2019: ALSA: final selected sample format for playback: 32bit integer little-endian
Sun Feb 3 12:29:04 2019: ALSA: use 2 periods for playback
Sun Feb 3 12:29:09 2019: ERROR: JackPosixProcessSync::LockedTimedWait error usec = 5000000 err = Connection timed out
Sun Feb 3 12:29:09 2019: ERROR: Driver is not running
Sun Feb 3 12:29:09 2019: ERROR: Cannot open client name = dbusapi
Sun Feb 3 12:29:09 2019: ERROR: failed to create dbusapi jack client
Sun Feb 3 12:29:09 2019: ERROR: Unknown request 4294967295
Sun Feb 3 12:29:09 2019: ERROR: CheckSize error size = 0 Size() = 12
Sun Feb 3 12:29:09 2019: ERROR: CheckRead error
Cannot connect to server socket err = Datei oder Verzeichnis nicht gefunden
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for 4294967295, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for 4294967295, skipping unlock
12:29:38.974 Keine Verbindungsaufnahme als Client zum JACK-Server möglich. - Gesamtbetrieb schlug fehl. - Server-Kommunikationsfehler. Bitte sehen Sie im Meldungsfenster nach weiteren Informationen.
Cannot read socket fd = 18 err = Erfolg
CheckRes error
JackSocketClientChannel read fail
Cannot open qjackctl client
JackShmReadWritePtr1::~JackShmReadWritePtr1 - Init not done for 4294967295, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for 4294967295, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for 4294967295, skipping unlock
Sun Feb 3 12:29:38 2019: ERROR: JackPosixProcessSync::LockedTimedWait error usec = 5000000 err = Connection timed out
Sun Feb 3 12:29:38 2019: ERROR: Driver is not running
Sun Feb 3 12:29:38 2019: ERROR: Cannot create new client
Sun Feb 3 12:29:38 2019: ERROR: Unknown request 4294967295
Sun Feb 3 12:29:38 2019: ERROR: CheckSize error size = 0 Size() = 12
Sun Feb 3 12:29:38 2019: ERROR: CheckRead error
-------------------------------------------------------------------------------------------------------------

I am using linux-mint 18, If I boot Ubuntu-studio I get the same issue. But with linux AV-linux, works.

Any Idea where can be the issue?

I use linux-mint as regular linux, I dont want to install other distro now.

Best regards,

Ferenc

Re: issue by start Jack, using second Sound-device has imput

Posted: Tue Feb 05, 2019 1:45 pm
by Linuxmusician01
1. I don't speak German so parts of the error message are unreadable for me.

2. How do you start Jack? Try it via the command line and not via qjackctl. Try for audio card 0:

Code: Select all

jackd -d alsa --device hw:0
Or for your second audio card (= card number 1):

Code: Select all

jackd -d alsa --device hw:1
Also try to stop PulseAudio:

Code: Select all

pulseaudio --kill

SOLVED....Re: issue by start Jack, using second Sound-device has imput

Posted: Thu Feb 07, 2019 7:47 pm
by todobarato
Hello Linuxmusician01,

I solved it by start with: jackd -d alsa -P hw:0 -C hw:2

I don’t understand why by run QjackCtl change the device on the GUI interface it doesn’t works.

Thanks a lot, Best regards,

Ferenc.

Re: SOLVED....Re: issue by start Jack, using second Sound-device has imput

Posted: Fri Feb 08, 2019 11:33 am
by Linuxmusician01
todobarato wrote:Hello Linuxmusician01,

I solved it by start with: jackd -d alsa -P hw:0 -C hw:2

I don’t understand why by run QjackCtl change the device on the GUI interface it doesn’t works.

Thanks a lot, Best regards,

Ferenc.
I'm glad it worked. The reason it doesn't work via the GUI of qjackctl is probably because somewhere in it's settings window is set that Jack should start from the first available audio device. I'm sure that one can change that, but I don't know where or how. :)