studio-controls icon indicating copy to clipboard operation
studio-controls copied to clipboard

I can't run studio-controls on Debian11

Open oscarsantis opened this issue 2 years ago • 5 comments

When i type "studio-controls on command line this is the result: Traceback (most recent call last): File "/usr/local/bin/studio-controls", line 9, in import jack ModuleNotFoundError: No module named 'jack'

I have install Jack on may system and I run it normally with Qjackctl

oscarsantis avatar Apr 09 '22 22:04 oscarsantis

I've installed python-jack-client and the interface was loaded, but Jack didn't start.

oscarsantis avatar Apr 09 '22 22:04 oscarsantis

You actually want python3-jack-client.

eeickmeyer avatar Apr 09 '22 22:04 eeickmeyer

Yes, I forgot to put the number 3 after python in the previous message

oscarsantis avatar Apr 10 '22 01:04 oscarsantis

Here's the list of dependencies required to run studio-controls on a Debian-based system:

  • a2jmidid
  • jackd2
  • pulseaudio-module-jack
  • python3-alsaaudio
  • python3-dbus
  • python3-gi
  • python3-jack-client
  • zita-ajbridge

Beyond those, you need these for extra functionality:

  • qasmixer
  • qmidinet
  • zita-njbridge

eeickmeyer avatar Apr 10 '22 01:04 eeickmeyer

I installed all the libraries, however the server startup and shutdown is much slower than in Ubuntustudio. Also, when I restart the computer, Jack is always turned off.

oscarsantis avatar Apr 11 '22 22:04 oscarsantis