Chargement...
 
Skip to main content

4 - Toutes les autres applications, les émulateurs...


JACK RT : des erreurs inquiétantes

Articles: 165
Salut,

quand je démarre JACK en mode RT, dès que je lance une application du type JAMin, JACK coupe et j'obtiens les messages suivants :

01:10:23.758 Patchbay deactivated.
01:10:23.868 Statistics reset.
01:10:23.897 Startup script...
01:10:23.898 artsshell -q terminate
01:10:23.908 ALSA connection graph change.
can't create mcop directory
Creating link /home/aymeric/.kde/socket-zenwalk.
01:10:24.360 Startup script terminated with exit status=256.
01:10:24.360 JACK is starting...
01:10:24.361 /usr/bin/jackd -R -P60 -dfirewire -dhw:0 -r48000 -p512 -n3 -o1
01:10:24.367 JACK was started with PID=2589.
no message buffer overruns
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.
loading driver ..
04688251733: (ffado.cpp)92 ffado_streaming_init: libffado 1.999.40- built Feb 19 2009 20:00:40
libiec61883 warning: Established connection on channel 0.
You may need to manually set the channel on the receiving node.
libiec61883 warning: Established connection on channel 1.
You may need to manually set the channel on the transmitting node.
01:10:26.581 Server configuration saved to "/home/aymeric/.jackdrc".
01:10:26.582 Statistics reset.
01:10:26.628 Client activated.
01:10:26.631 JACK connection change.
01:10:26.689 JACK connection graph change.
01:10:30.259 JACK connection graph change.
01:10:30.442 JACK connection change.
firewire ERR: wait status < 0! (= -1)
DRIVER NT: could not run driver cycle

01:10:34.919 JACK connection graph change.
01:10:35.055 JACK connection change.
jack main caught signal 12
no message buffer overruns
01:10:35.118 Shutdown notification.
01:10:35.119 JACK is stopping...
01:10:35.120 JACK is being forced...
zombified - calling shutdown handler
01:10:35.321 JACK was stopped successfully.
01:10:35.321 Post-shutdown script...
01:10:35.322 killall jackd
jackd: no process killed
01:10:35.741 Post-shutdown script terminated with exit status=256.

D'où cela pourrait-il venir ?

Voici le contenu de mon .jackdrc :

/usr/bin/jackd -R -P60 -dfirewire -dhw:0 -r48000 -p512 -n3 -o1


Merci d'avance. 😊
Articles: 165
Alors, en ligne de commande, tant que je maintiens le -p à 64, ça marche bien, mais si je le ramène à 512, il y a une chance sur deux pour que cette erreur se produise...
Articles: 2020 Allemagne
Je vois aussi l'erreur "can't create mcop"
qui se résoud avec ça :
mkdir -p $HOME/.kde/socket-`hostname`


Ne pas me demander pourquoi, c'est un truc vu sur le net. Les deux erreurs sont-elles liées ? ça je n'en sais rien.
Articles: 165
Bon, ça n'a pas résolu mon problème, mais par contre, rtirq semble l'avoir fait ! 😀
Et hop, un nouveau paquet pour Zenwalk ! ^^

Dans le /etc/rtirq.conf :
  1. IRQ thread service names
  2. (space separated list, from higher to lower priority).
RTIRQ_NAME_LIST="rtc ohci1394 snd usb i8042"