Pi-stomp error with iq audio codec

after install pi-stomp , I’m getting this error with iq audio codec .

pistomp@pistomp:~ $ sudo systemctl status jack
● jack.service - JACK2 Audio Server
Loaded: loaded (/lib/systemd/system/jack.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2023-10-23 15:14:34 IST; 4min 5s ago
Main PID: 425 (jackd)
Tasks: 4 (limit: 422)
CPU: 808ms
CGroup: /system.slice/jack.service
└─425 /usr/local/bin/jackd -t 2000 -R -P 95 -d alsa -d hw:0 -r 48000 -p 256 -n 2 -X seq -s

Oct 23 15:18:26 pistomp jackdrc[425]: Cannot create new client
Oct 23 15:18:26 pistomp jackdrc[425]: Cannot write socket fd = 13 err = Broken pipe
Oct 23 15:18:26 pistomp jackdrc[425]: CheckRes error
Oct 23 15:18:26 pistomp jackdrc[425]: JackRequest::ClientOpen write error name = mod-ui
Oct 23 15:18:31 pistomp jackdrc[425]: JackPosixProcessSync::LockedTimedWait error usec = 5000000 err = Connection timed out
Oct 23 15:18:31 pistomp jackdrc[425]: Driver is not running
Oct 23 15:18:31 pistomp jackdrc[425]: Cannot create new client
Oct 23 15:18:36 pistomp jackdrc[425]: JackPosixProcessSync::LockedTimedWait error usec = 5000000 err = Connection timed out
Oct 23 15:18:36 pistomp jackdrc[425]: Driver is not running
Oct 23 15:18:36 pistomp jackdrc[425]: Cannot create new client

pi-Stomp have their own forums here: pi-Stomp by treefallsound.com - Index :slight_smile:

1 Like

sorry sir , my mistake

Sir, does modep-mod-host run on 64bit system ?

We have a Debian package built for 32 bit arm. You may build your own whatever way you like, the build files are here: GitHub - BlokasLabs/modep-debs: Debian packages for MODEP software suite..

It does not have to necessarily be a .deb, you can build directly from source code.

Ok Sir . Thanks a lot :slight_smile: