PDA

View Full Version : [SOLVED] Jack won't start


hudsonryde
March 25th, 2010, 11:15 AM
well, the title basically says it all... when i open Jack and try and start the server I get the Jack won't start error(that's a paraphrase, i don't remember the exact wording)

anyway, I'm using an m-audio fast track pro, and as far as I can tell, it's at hw:2, but I could be mistaken. I am by no means a Linux pro, but I have been using it for about 6 months so I understand the basics.

any info you need from the terminal I'd be ready to post, but I don't really no where to start, any guidance would be beautiful.

I have attempted various other fixes I've read in other forums, adding myself to the audio group, editing limits.conf etc. And I'm running an rt kernel and karmic

mango42
March 25th, 2010, 12:22 PM
No doubt someone competent will be along shortly but for now it would be useful to post the Jack error messages in full.

hudsonryde
March 25th, 2010, 12:55 PM
it's just a window that comes up and says "could not start Jack. Sorry."

AutoStatic
March 25th, 2010, 02:10 PM
Hello hudsonryde, please provide the output of the terminal command aplay -l and if it outputs anything cat ~/.jackdrc
And when you start JACK with QjackCtl, could you try clicking on the Messages button and copy/paste what JACK is spitting out?

hudsonryde
March 25th, 2010, 04:28 PM
thanks for the quick reply AutoStatic, here's the info:

output of aplay -l:

**** List of PLAYBACK Hardware Devices ****
card 0: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: Pro [FastTrack Pro], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: Pro [FastTrack Pro], device 1: USB Audio [USB Audio #1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 3: Generic [HD-Audio Generic], device 0: CA0110 Analog [CA0110 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 3: Generic [HD-Audio Generic], device 1: CA0110 Digital [CA0110 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0

output of cat ~/.jackdrc:

/usr/bin/jackd -p 128 -T -d oss -n 2 -r 48000 -p 512

and Jack messages:

15:27:24.586 Patchbay deactivated.
15:27:24.613 Statistics reset.
15:27:24.978 Startup script...
15:27:24.979 artsshell -q terminate
15:27:24.982 ALSA connection graph change.
sh: artsshell: not found
15:27:25.575 Startup script terminated with exit status=32512.
15:27:25.575 JACK is starting...
15:27:25.575 jackd-realtime -R -p128 -t5000 -dalsa -r48000 -p64 -n2 -D -Chw:2 -Phw:2 -S -i2
15:27:25.581 Could not start JACK. Sorry.
15:27:25.777 ALSA connection change.
15:27:26.844 JACK was stopped successfully.
15:27:26.845 Post-shutdown script...
15:27:26.845 killall jackd
jackd: no process found
15:27:27.267 Post-shutdown script terminated with exit status=256.

AutoStatic
March 25th, 2010, 05:06 PM
You're using the wrong server path, it should be /usr/bin/jackd, not jackd-realtime. And I would also not set a specific number of input and output channels, just leave them default. And in the Interfaces field you could manually enter hw:ProThis way JACK will always use the Fast Track Pro, no matter which hardware index number it has.

hudsonryde
March 25th, 2010, 05:11 PM
awesome! it worked thanks! but there's one thing... I can only get recorded sound output through outputs 3/4 not 1/2 and i can only get monitor sound through outputs 1/2 not 3/4... so i can either hear the music and not hear myself, or hear myself and not hear the music. haha this could pose a problem...

hudsonryde
March 25th, 2010, 05:13 PM
okay nevermind, I spoke too soon, got it solved, thank you sir!

Shtrk
November 12th, 2010, 03:16 PM
Can you please help me too?
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SIS966 [HDA SIS966], device 0: ALC660-VD Analog [ALC660-VD Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0


Jack error:
20:16:05.913 Startup script...
20:16:05.914 artsshell -q terminate
Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started
sh: artsshell: not found
20:16:06.317 Startup script terminated with exit status=32512.
20:16:06.318 JACK is starting...
20:16:06.319 /usr/bin/jackd -r -dalsa -dhw:0 -r44100 -p1024 -n3
20:16:06.348 Could not start JACK. Sorry.
20:16:09.485 JACK was stopped with exit status=255.
20:16:09.486 Post-shutdown script...
20:16:09.487 killall jackd
jackd: no process found
20:16:09.900 Post-shutdown script terminated with exit status=256.

Thx