LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-01-2009, 11:11 AM   #1
vkranendonk
LQ Newbie
 
Registered: Aug 2009
Posts: 7

Rep: Reputation: 0
jack server on fedora 11


hi, I'm trying to install a JACK server on Fedora 11. When I open Qjackctl and press play the following error shows:

Code:
18:04:54.729 Patchbay deactivated.
18:04:54.730 Statistics reset.
18:04:54.743 ALSA connection graph change.
18:04:54.940 ALSA connection change.
18:04:56.385 Startup script...
18:04:56.387 artsshell -q terminate
18:04:56.948 Startup script terminated with exit status=256.
18:04:56.949 JACK is starting...
18:04:56.949 /usr/bin/jackd -R -dalsa -dhw:0 -r48000 -p1024 -n2
18:04:56.952 JACK was started with PID=4178.
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.
cannot use real-time scheduling (FIFO at priority 10) [for thread -1208867136, from thread -1208867136] (1: Operation not permitted)
cannot create engine
18:04:57.012 JACK was stopped successfully.
18:04:57.013 Post-shutdown script...
18:04:57.013 killall jackd
jackd: no process killed
18:04:57.427 Post-shutdown script terminated with exit status=256.
18:04:59.161 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info.
 
Old 09-01-2009, 11:41 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 25,641

Rep: Reputation: 7650Reputation: 7650Reputation: 7650Reputation: 7650Reputation: 7650Reputation: 7650Reputation: 7650Reputation: 7650Reputation: 7650Reputation: 7650Reputation: 7650
Quote:
Originally Posted by vkranendonk View Post
hi, I'm trying to install a JACK server on Fedora 11. When I open Qjackctl and press play the following error shows:
Did you try to Google for this?? This may help you:

http://www.harald-hoyer.de/linux/pulseaudio-and-jackd
 
Old 09-01-2009, 12:17 PM   #3
vkranendonk
LQ Newbie
 
Registered: Aug 2009
Posts: 7

Original Poster
Rep: Reputation: 0
hi TB0ne, googled and tried stuff for two hours. But I'm new to linux, so... Thanks for the link. Will try it now.

Last edited by vkranendonk; 09-01-2009 at 12:28 PM.
 
Old 09-01-2009, 02:19 PM   #4
vkranendonk
LQ Newbie
 
Registered: Aug 2009
Posts: 7

Original Poster
Rep: Reputation: 0
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.
 
Old 09-01-2009, 02:22 PM   #5
vkranendonk
LQ Newbie
 
Registered: Aug 2009
Posts: 7

Original Poster
Rep: Reputation: 0
It works, thanks TB0ne!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Jack Write Linux, Jack Go Bankrupt... LXer Syndicated Linux News 0 09-09-2007 06:20 PM
JACK server problem in Fedora Core 6 drewblay Linux - Software 4 04-12-2007 04:45 AM
suse jack server how to Vasile Sorin SUSE / openSUSE 1 10-27-2005 12:14 PM
remote jack server zybreak Linux - Software 2 05-02-2005 05:46 PM
Gentoo and Jack Server patientzero Linux - Software 0 09-26-2003 01:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration