Hello! I have a adc+dac pro connected to a cm4 using the latest raspbian OS and kernel.
I'm not managing to make it work using jack, i've tried many different arguments and configs but It's not working. Here's my message log from Jack:
13:47:09.014 Statistics reset.
13:47:09.036 ALSA connection change.
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
13:47:09.088 ALSA connection graph change.
13:47:11.572 JACK is starting...
13:47:11.573 /usr/bin/jackd -dalsa -r44100 -p512 -D -Chw:sndrpihifiberry -Phw:sndrpihifiberry,0 -i2 -o2
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
13:47:11.599 JACK was started with PID=140111.
jackdmp 1.9.17
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2016 Grame.
Copyright 2016-2021 Filipe Coelho.
jackdmp comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
JACK server starting in realtime mode with priority 10
self-connect-mode is "Don't restrict self connect requests"
audio_reservation_init
Acquire audio card Audio0
creating alsa driver ... hw:sndrpihifiberry,0|hw:sndrpihifiberry|512|2|44100|2|2|nomon|swmeter|-|32bit
configuring for 44100Hz, period = 512 frames (11.6 ms), buffer = 2 periods
ALSA: final selected sample format for capture: 32bit integer little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 32bit integer little-endian
ALSA: use 2 periods for playback
13:47:18.681 Could not connect to JACK server as client. - Overall operation failed. - Server communication error. Please check the messages window for more info.
JackPosixProcessSync::LockedTimedWait error usec = 5000000 err = Connection timed out
Driver is not running
Cannot create new client
Cannot open qjackctl client
Cannot read socket fd = 21 err = Success
JackShmReadWritePtr1::~JackShmReadWritePtr1 - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
13:47:22.861 JACK is stopping...
Jack main caught signal 15
ALSA: poll time out, polled for 17413240 usecs, Retrying with a recovery, retry cnt = 1
The strangest thing is that it was working a few weeks ago, I'm uncertain on what have changed and what should I do to fix it
Thanks a lot!