Skip to content

Instantly share code, notes, and snippets.

@maxaudron
Created February 2, 2020 17:32
Show Gist options
  • Save maxaudron/cb4a8ae3775c7c68baeb05e0736e5e40 to your computer and use it in GitHub Desktop.
Save maxaudron/cb4a8ae3775c7c68baeb05e0736e5e40 to your computer and use it in GitHub Desktop.

fedora-audio-setup

Setting up jack, Cadence and a pulseaudio bridge on fedora

# Install Cadence and jack plus deps
sudo dnf install Cadence laditools jack-audio-connection-kit jack-audio-connection-kit-dbus pulseaudio-module-jack
# Install ladish from an old fedora 30 rpm file
sudo dnf install https://rpmfind.net/linux/fedora/linux/releases/30/Everything/x86_64/os/Packages/l/ladish-2-20.3.gitfcb16ae.fc28.x86_64.rpm
sudo usermod -a -G jackuser,audio $USER

now logout and back in again and Cadence should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment