GoXLR-on-Linux / goxlr-on-linux

Documentation and scripts to make the GoXLR and GoXLR Mini useful on Linux.
142 stars 8 forks source link

Arch Linux jack_connect not found #41

Closed aaronriedel closed 2 years ago

aaronriedel commented 2 years ago

Describe the bug There is the following errors when starting the script:

~$ pulseaudio --kill && sh /etc/goxlr/goxlr-on-linux/run_goxlr.sh
--- engine param set "realtime" -> "true"
--- driver select "alsa"
--- driver param set "device" -> "hw:GoXLRMini"
--- driver param set "period" -> "512"
--- driver param set "rate" -> "48000"
--- driver param set "nperiods" -> "3"
--- start
23
24
25
26
27
28
29
/etc/goxlr/goxlr-on-linux/run_goxlr.sh: line 47: jack_connect: command not found
/etc/goxlr/goxlr-on-linux/run_goxlr.sh: line 48: jack_connect: command not found
/etc/goxlr/goxlr-on-linux/run_goxlr.sh: line 51: jack_connect: command not found
/etc/goxlr/goxlr-on-linux/run_goxlr.sh: line 52: jack_connect: command not found
/etc/goxlr/goxlr-on-linux/run_goxlr.sh: line 55: jack_connect: command not found
/etc/goxlr/goxlr-on-linux/run_goxlr.sh: line 56: jack_connect: command not found
/etc/goxlr/goxlr-on-linux/run_goxlr.sh: line 59: jack_connect: command not found
/etc/goxlr/goxlr-on-linux/run_goxlr.sh: line 60: jack_connect: command not found
/etc/goxlr/goxlr-on-linux/run_goxlr.sh: line 63: jack_connect: command not found
/etc/goxlr/goxlr-on-linux/run_goxlr.sh: line 64: jack_connect: command not found
/etc/goxlr/goxlr-on-linux/run_goxlr.sh: line 67: jack_connect: command not found
/etc/goxlr/goxlr-on-linux/run_goxlr.sh: line 68: jack_connect: command not found
/etc/goxlr/goxlr-on-linux/run_goxlr.sh: line 71: jack_connect: command not found
/etc/goxlr/goxlr-on-linux/run_goxlr.sh: line 72: jack_connect: command not found

Desktop:

Possible Solution Install sudo pacman -Sy jack-example-tools to get jack_connect working.

delinx commented 2 years ago

I just spent 30 minutes searching for jack_connect, found it, and THEN checked the issues tab, please add jack-example-tools to requirements in README.md

aaronriedel commented 2 years ago

42 <-- opened a pull request to potentially solve the issue

aaronriedel commented 2 years ago

closed with #42 :)