You are not logged in.

#1 2009-10-13 14:44:38

kaddy
Member
From: Perth, Western Australia
Registered: 2009-09-22
Posts: 192

qjackctl issues

hi archers
I been using qjackctl for a couple years now with not much drama's.....(on different distro's)
I can't get it to connect on arch

I have my limits.conf file edited...
I have permissions to audio set.....

but i can't connect.... not even with realtime disabled.
heres the output



10:50:36.905 Patchbay deactivated.
10:50:36.919 Statistics reset.
10:50:36.936 ALSA connection graph change.
10:50:37.361 ALSA connection change.
10:50:52.518 Startup script...
10:50:52.519 artsshell -q terminate
sh: artsshell: command not found
10:50:52.927 Startup script terminated with exit status=32512.
10:50:52.927 JACK is starting...
10:50:52.928 /usr/bin/jackd -dalsa -dhw:0 -r48000 -p1024 -n2 -D -Chw:0
jackd 0.116.2
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 create /dev/shm/jack-1000 directory (Permission denied)
cannot create server sockets
cannot create engine
10:50:52.940 JACK was started with PID=2159.
10:50:52.945 JACK was stopped successfully.
10:50:52.945 Post-shutdown script...
10:50:52.946 killall jackd
jackd: no process found
10:50:53.357 Post-shutdown script terminated with exit status=256.
10:50:55.060 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info.


any ideas????

cheers
kaddy

Offline

#2 2009-10-13 14:47:35

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,355

Re: qjackctl issues

I would think the error message is pretty self explanatory. Hint: 'cannot' normally means something went wrong. Also, Google is your friend.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#3 2009-10-13 14:57:53

kaddy
Member
From: Perth, Western Australia
Registered: 2009-09-22
Posts: 192

Re: qjackctl issues

i was just getting to that part..... i created the directory it asks for.... it still doesn't work


i also tried running it as root, and i get a different error.... i get this


ackd 0.116.2
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:1|1024|2|48000|0|0|nomon|swmeter|-|32bit
control device hw:0
the playback device "hw:0" is already in use. Please stop the application using it and run JACK again
cannot load driver module alsa
11:05:42.220 JACK was stopped successfully.
11:05:42.221 Post-shutdown script...
11:05:42.221 killall jackd
jackd: no process found
11:05:42.633 Post-shutdown script terminated with exit status=256.
11:05:44.284 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info.



but i have no audio devices running..............

Offline

#4 2009-10-13 15:09:52

kaddy
Member
From: Perth, Western Australia
Registered: 2009-09-22
Posts: 192

Re: qjackctl issues

but anyways.... im not wanting to run it as root.
if anybody knows exactly how to get around these original errors, i would love to hear your thoughts....
cannot create /dev/shm/jack-1000 directory (Permission denied)
cannot create server sockets
cannot create engine


Only thing i found on google was this http://en.gentoo-wiki.zugaina.org/index.php/JACK
But I don't even have a /var/run/jack to add permissions to normal user.... I only have these in that directory;

ConsoleKit  daemons   dhcpcd-eth2.pid  network        syslog-ng.pid
PolicyKit   dbus      hald             pm-utils       utmp
console     dbus.pid  hald.pid         sudo           xauth
crond.pid   dhcpcd    kdm.pid          syslog-ng.ctl  xdmctl

Offline

#5 2009-10-13 22:33:14

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,355

Re: qjackctl issues

/dev/shm isn't a 'directory to create'. It needs to be mounted tmpfs. The default /etc/fstab should do this.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#6 2009-10-14 15:33:18

schivmeister
Developer/TU
From: Singapore
Registered: 2007-05-17
Posts: 971
Website

Re: qjackctl issues

You're probably logging in via console: http://wiki.archlinux.org/index.php/Rea … bled_Login


I need real, proper pen and paper for this.

Offline

#7 2009-10-14 17:07:44

coda
Member
Registered: 2008-08-21
Posts: 36

Re: qjackctl issues

As root make the /dev/shm/ directory.

mkdir /dev/shm/

Then put this in your fstab >>>

none                   /dev/shm      tmpfs     defaults            0      0

reboot
Should work now.

Also I found this pdf 'KNOWING JACK' very helpful >>>
http://www.linux-magazine.com/Issues/20 … OWING-JACK

Last edited by coda (2009-10-14 17:31:39)

Offline

#8 2009-10-14 17:30:30

schivmeister
Developer/TU
From: Singapore
Registered: 2007-05-17
Posts: 971
Website

Re: qjackctl issues

That's in the stock fstab already smile But yes, do ensure you have it.

Last edited by schivmeister (2009-10-14 17:37:45)


I need real, proper pen and paper for this.

Offline

#9 2009-10-14 17:37:24

coda
Member
Registered: 2008-08-21
Posts: 36

Re: qjackctl issues

Maybe this line tongue

shmfs                  /dev/shm      shm       defaults            0      0

Offline

#10 2009-10-14 17:48:44

schivmeister
Developer/TU
From: Singapore
Registered: 2007-05-17
Posts: 971
Website

Re: qjackctl issues

Heh, it's the same. tmpfs was shmfs smile

http://wiki.archlinux.org/index.php/Talk:Pro_Audio
http://wiki.archlinux.org/index.php/Pro … figuration


If after everything it still doesn't work, I see a deeper issue.


I need real, proper pen and paper for this.

Offline

#11 2009-10-18 15:13:51

kaddy
Member
From: Perth, Western Australia
Registered: 2009-09-22
Posts: 192

Re: qjackctl issues

oops... i forgot about this Post i created.... LOL.
Thanx for the replies Folks!

I actually fixed it buy installing "phonon-xine"
Because my HDA Nvidia sound device was not working properly when booting into my desktop... qjackctl kept complaining it was in use.......

for some reason the Gstreamer backend seems buggy...... but xine works perfect for me, and now Everything else is working fine with qjackctl...........

Offline

Board footer

Powered by FluxBB