got the JACK server working:
Code:
21:09:15.442 Patchbay deactivated.
21:09:15.443 Statistics reset.
21:09:15.455 ALSA connection graph change.
21:09:15.652 ALSA connection change.
21:09:31.217 Startup script...
21:09:31.218 artsshell -q terminate
21:09:31.649 Startup script terminated with exit status=256.
21:09:31.650 JACK is starting...
21:09:31.650 /usr/bin/jackd -R -dalsa -dhw:0 -r48000 -p1024 -n2
21:09:31.660 JACK was started with PID=2572.
jackd 0.116.1
Copyright 2001-2005 Paul Davis and others.
jackd 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 compiled with System V SHM support.
loading driver ..
apparent rate = 48000
creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit
control device hw:0
configuring for 48000Hz, period = 1024 frames (21.3 ms), buffer = 2 periods
ALSA: final selected sample format for capture: 32bit integer little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 32bit integer little-endian
ALSA: use 2 periods for playback
21:09:33.701 Server configuration saved to "/home/vincent/.jackdrc".
21:09:33.702 Statistics reset.
21:09:33.751 Client activated.
21:09:33.752 JACK connection change.
21:09:33.771 JACK connection graph change.
21:10:45.180 JACK connection graph change.
21:10:45.269 JACK connection change.
But the program (Pure Data) where I need it for gives this error:
Code:
audio I/O error history:
seconds ago error type
3.39 A/D/A sync
8.15 unknown
19.46 A/D/A sync
41.26 A/D/A sync
46.98 A/D/A sync
55.71 A/D/A sync
60.68 A/D/A sync
60.69 unknown
80.14 unknown
80.14 unknown
error: JACK error: zombified - calling shutdown handler
Probably something wrong with Pure Data, so I will also post it on that form. Thanks for the help.