Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't run studio-controls on Debian11 #79

Open
oscarsantis opened this issue Apr 9, 2022 · 5 comments
Open

I can't run studio-controls on Debian11 #79

oscarsantis opened this issue Apr 9, 2022 · 5 comments

Comments

@oscarsantis
Copy link

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
Copy link
Author

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

@eeickmeyer
Copy link
Collaborator

You actually want python3-jack-client.

@oscarsantis
Copy link
Author

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

@eeickmeyer
Copy link
Collaborator

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

@oscarsantis
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants