Audio interface name randomly changing under Linux #1815
Unanswered
newVideophile
asked this question in
Help
Replies: 2 comments 3 replies
-
If you only have one M4 audio usb device, then you can use the jack audio connection kit to always connect to the same device. If you want to automatically start Grandorgue in linux, you would create a startup shell script similar to the below jackd -R -P85 -dalsa -dhw:M4 -r48000 -p256 -n4 -P -o8 &> where the -dhw:M4 specifies the alsa device name 'M4' you could also use, for example -dhw:M4,0, if you want to specify a subdevice Then configure GrandOrgue ins settings, Audio to use RtAudio:jack:system for the audio outputs |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is probably not a GO issue, but in case someone has already faced - and solved - this issue, I am asking here for help.
I use GO on a Linux Mint laptop with a Motu M4 audio interface. The problem is that the latter is not always detected with the same name. For example:
Is there a way for force Linux to always detect my audio interface with the same name so that I don't need to constantly adjust the GO settings (or close and restart it)?
Beta Was this translation helpful? Give feedback.
All reactions