Search found 5 matches

by BruceR
Wed Mar 08, 2017 6:48 am
Forum: Raspberry Pi
Topic: Guitarix on a Raspberry Pi 2
Replies: 74
Views: 78389

Re: Guitarix on a Raspberry Pi 2

Scratch that, I've got it working. .. :D

In case anyone stumbles on this thread my current working jackd command line is

Code: Select all

/usr/local/bin/jackd -R -P 90 -d alsa -P hw:1,0 -C hw:0,0 -r 44100 -p 128 -n 3 -s
many thanks again for this thread and the individual help

Bruce
by BruceR
Tue Mar 07, 2017 9:25 pm
Forum: Raspberry Pi
Topic: Guitarix on a Raspberry Pi 2
Replies: 74
Views: 78389

Re: Guitarix on a Raspberry Pi 2

Thanks for the help but annoyingly I'm still getting the same jackd error after a few minutes of playing. JACK server starting in realtime mode with priority 90 self-connect-mode is "Don't restrict self connect requests" creating alsa driver ... hw:1,0|hw:0,0|512|3|44100|0|0|nomon|swmeter|...
by BruceR
Sun Mar 05, 2017 7:33 pm
Forum: Raspberry Pi
Topic: Guitarix on a Raspberry Pi 2
Replies: 74
Views: 78389

Re: Guitarix on a Raspberry Pi 2

Thanks, I'll convert that into a command line jack command and give it a go.
I'm just starting from scratch (again) trying DietPi.
by BruceR
Sat Mar 04, 2017 10:43 pm
Forum: Linux Distributions & Other Software
Topic: Jack Errors on starting
Replies: 3
Views: 3306

Re: Jack Errors on starting

are you trying to run it headless ? without GUI

https://capocasa.net/jackd-headless
by BruceR
Sat Mar 04, 2017 10:25 pm
Forum: Raspberry Pi
Topic: Guitarix on a Raspberry Pi 2
Replies: 74
Views: 78389

Re: Guitarix on a Raspberry Pi 2

Hi, thanks for this tread I've learned a lot. I've got a Pi3 where I've compiled the ARM version of Guitarix from tramp. I've also compiled jack2 without dbus because I am trying to create a headless device. instructions for compiling jack2 here https://capocasa.net/jackd-headless I'm having trouble...