I am a exact new to raspi and I am developing an installation using puredata on my paspi 5 device with HiFi Berry DAC + ADC as the soundcard.
After struggling the whole afternoon to make the system recognise the soundcard, now it is finally able to play any audio with a media player. However when I tried to run puredata, it shows the following text:
opened alsa MIDI client 129 in:1 out:1
JACK: couldn’t connect to the server, is JACK running?
i re-ran the patchbox wizard to set up the jack server, it says “the jack server is busy or the settings provided are not supported by your sound card”
also when i run “sudo systemctl status jack” it shows
× jack.service - JACK Server
Loaded: loaded (/lib/systemd/system/jack.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Wed 2024-08-21 16:51:13 CEST; 1min 15s ago
Duration: 125ms
Process: 2917 ExecStart=/etc/jackdrc (code=exited, status=255/EXCEPTION)
Main PID: 2917 (code=exited, status=255/EXCEPTION)
CPU: 121ms
Aug 21 16:51:13 patchbox systemd[1]: jack.service: Scheduled restart job, restart counter is at 5.
Aug 21 16:51:13 patchbox systemd[1]: Stopped jack.service - JACK Server.
Aug 21 16:51:13 patchbox systemd[1]: jack.service: Start request repeated too quickly.
Aug 21 16:51:13 patchbox systemd[1]: jack.service: Failed with result ‘exit-code’.
Aug 21 16:51:13 patchbox systemd[1]: Failed to start jack.service - JACK Server.
Does anyone know how do i solve it, it kinda emergent for me to complete this project tho:( BIG THANKS