jackaudio / jack2

jack2 codebase
GNU General Public License v2.0
2.18k stars 375 forks source link

Jack2 on Ventura (13.5) - no input signal #958

Open klangschmied opened 9 months ago

klangschmied commented 9 months ago

Describe the bug

After installing "jack2-macOS-intel-v1.9.22" on Ventura MacOS 13.5, there is no input signal whether in pd or sooperlooper, which a relying on Jack. Jack starts with QjackCtrl fine. There was no "microphone allowing" after starting QJackctrl, sooperlooper and pd....

Environment

Steps To Reproduce

# Paste a minimal code example here (e.g. about how you started JACK)

Expected vs. actual behavior

A clear and concise description of what you expected to happen vs. what happened.

bmx666 commented 9 months ago

I installed qjackctl from brew and download the latest MacOS universal package from build - jack2-macOS-universal-0d730dd3 Run qjackctl from command line, then go into Settings -> Security -> Microphone -> qjackctl -> Enable. Then restart qjackctl. Anyway I got a lot of errors during configuration different input devices from jackd. AirPods also doesn't work, jackd returns "informative" errors 😢

klangschmied commented 9 months ago

Hoe do I run qjackctrl from commandline? open qjackctrl.app

bmx666 commented 9 months ago

Hoe do I run qjackctrl from commandline? open qjackctrl.app

After installation with brew, open new terminal window and type qjackctl. If you not familiar with brew, please check Google.

klangschmied commented 9 months ago

I am familiar with brew :-) Starting qjackctl in a new terminal window worked, but there is no qjackctl enabling Settings -> Security -> Microphone -> qjackctl -> Enable

bmx666 commented 9 months ago

but there is no qjackctl enabling Settings -> Security -> Microphone -> qjackctl -> Enable

Did you try select buildin mic on Mac and start jackd server?

klangschmied commented 9 months ago

Hi bmx666, thanks a lot for your hints! I got it to work with a Apple Headset on an Mac Mini, jackd ist enabled in the microphone securities. BTW stopping qjackctl does not work...spinning wheel... I have to force quit it, hm? Starting again, there is no GUI, only after restarting the Mac.

bmx666 commented 9 months ago

Yes, jackd has problems on Apple ARM64 with OS 13 and 14. It's not a qjackctl issue.

klangschmied commented 9 months ago

BTW, my Mac Mini 2018 is not an ARM64...is a Intel-version

klangschmied commented 9 months ago

Argh, stop qjackctlgives me a spinning wheel, only killall -9 jackd stops qjackctl Now I am not able any more to connect via qjackctl. There is an error in qjackctl: Cannot connect to server socket err = Connection refused Now I am lost :-(