You are not logged in.
Apparently, Studio Controls is supposed to be a better replacement of Cadence.
And yes I've had a lot of problems with Cadence.
But has anyone successfully run it on Arch Linux?
Nothing happens when I click "Start or Restart Jack". The first time I got some logs:
Thu Sep 24 21:23:29 2020: ------------------
Thu Sep 24 21:23:29 2020: Controller activated. Version 1.9.14 (unknown) built on Tue Nov 19 19:56:27 2019
Thu Sep 24 21:23:29 2020: ERROR: Could not open component .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
Thu Sep 24 21:23:29 2020: ERROR: Could not open component .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
Thu Sep 24 21:23:29 2020: ERROR: jack_get_descriptor : dll jack_firewire.so is not a driver
Thu Sep 24 21:23:29 2020: ERROR: jack_get_descriptor returns null for 'jack_firewire.so'
Thu Sep 24 21:23:29 2020: ERROR: Could not open component .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
Thu Sep 24 21:23:29 2020: Loading settings from "/home/ploppz/.config/jack/conf.xml" using expat_2.2.9 ...
Thu Sep 24 21:23:29 2020: setting parameter 'engine':'driver':'(null)' to value "alsa"
Thu Sep 24 21:23:29 2020: setting parameter 'engine':'realtime':'(null)' to value "true"
Thu Sep 24 21:23:29 2020: setting parameter 'engine':'client-timeout':'(null)' to value "5000"
Thu Sep 24 21:23:29 2020: setting parameter 'drivers':'alsa':'device' to value "hw:Generic,0"
Thu Sep 24 21:23:29 2020: setting parameter 'drivers':'alsa':'capture' to value "hw:Snowball,0"
Thu Sep 24 21:23:29 2020: setting parameter 'drivers':'alsa':'playback' to value "hw:Generic,0"
Thu Sep 24 21:23:29 2020: setting parameter 'drivers':'alsa':'rate' to value "96000"
Thu Sep 24 21:23:29 2020: setting parameter 'drivers':'alsa':'period' to value "1024"
Thu Sep 24 21:23:29 2020: setting parameter 'drivers':'alsa':'nperiods' to value "2"
Thu Sep 24 21:23:29 2020: setting parameter 'drivers':'alsa':'duplex' to value "false"
Thu Sep 24 21:23:29 2020: setting parameter 'drivers':'alsa':'monitor' to value "false"
Thu Sep 24 21:23:29 2020: setting parameter 'drivers':'alsa':'midi-driver' to value "raw"
Thu Sep 24 21:23:29 2020: Listening for D-Bus messages
So I installed `libffado` then.
After that, every time I click "Start or Restart Jack", nothing happens. I don't get any logs at all. And the (child) process is defunct:
$ ps aux | grep jack
ploppz 2689 0.2 0.1 95972 18572 pts/1 Sl+ 22:01 0:00 nvim jackdbus.log
ploppz 4001 0.3 0.0 0 0 ? Z 22:02 0:00 [autojack] <defunct>
ploppz 4248 0.0 0.0 6316 2312 pts/3 S+ 22:02 0:00 grep --color=auto jack
This happens also after I uninstall libffado...
I don't really get the option "FireWire Module select" anyway, what is FireWire? And why do I have to select either ALSA or FFADO modules?
I tried to select FFADO and rebooted (it says that "requires reboot to switch") but when I reboot and open Studio Controls again, it's set to ALSA again! So much for rebooting.
Offline
I had exactly the same problem and almost gave up on using it, until I saw in the Studio Controls CHANGELOG for version 2.0.0, that it depends on python3-alsaaudio.
So I installed this package from AUR: https://aur.archlinux.org/packages/python-pyalsaaudio and now everything works as expected for me including the logs written into the ~.log folder. Hope it helps. Cheers!
Last edited by DogManic (2020-10-22 13:31:18)
Offline