I have what i think are reletively low requirments for JackAudio, just to sample 1 incoming line at low speed.. I just can't get this to work on the beagle bone and i have no idea why.. Does anyone have any suggestions..
frazera@debian:~$ jackd -p2 -d alsa hw:EVM
jackdmp 1.9.9
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2012 Grame.
jackdmp comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
JACK server starting in realtime mode with priority 10
Bus error
frazera@debian:~$
Limiting the number of ports ( -p2 ) means that it won't try to lock down too much memory.... ( if i just leave it to the default it will try to lock 82MB
frazera@debian:~$ jackd -d alsa hw:EVM
jackdmp 1.9.9
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2012 Grame.
jackdmp comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
JACK server starting in realtime mode with priority 10
Cannot lock down 82274202 byte memory area (Cannot allocate memory)
Bus error