JACK problem has me re-booting more often than Windows
When JACK crashes (which is VERY often) it won't restart unless I reboot the computer.
I downloaded the image for 64Studio live version, then downloaded the installation DVD and installed from that. According to the update manager, there are no new packages to load to update anything.
My hardware:
Gigabyte GA-7ZX motherboard
AMD Duron (I think a 900 or 950 Mhz)
512 MB RAM
NVidia Graphics card
On Board Creative sound
PCI sound card SB24 Live
200 GB WD EIDE hard drive (master)
120 GB Maxtor hard drive (slave)
Here are two JACK message dumps the first is a successful start after a reboot (verbose output is on):
**************** start of paste ******************
3:58:00.338 Patchbay deactivated.
03:58:00.644 Statistics reset.
03:58:01.263 MIDI connection graph change.
JACK tmpdir identified as [/dev/shm]
03:58:01.317 MIDI connection change.
03:58:12.895 Startup script...
03:58:12.897 artsshell -q terminate
JACK tmpdir identified as [/dev/shm]
can't create mcop directory
Link points to "/tmp/ksocket-admin007"
03:58:13.667 Startup script terminated with exit status=256.
03:58:13.672 JACK is starting...
03:58:13.674 /usr/bin/jackd -v -R -dalsa -dhw:0 -r48000 -p256 -n2
03:58:13.688 JACK was started with PID=4440 (0x1158).
getting driver descriptor from /usr/lib/jack/jack_freebob.so
getting driver descriptor from /usr/lib/jack/jack_alsa.so
getting driver descriptor from /usr/lib/jack/jack_oss.so
getting driver descriptor from /usr/lib/jack/jack_dummy.so
jackd 0.103.0
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.
server `default' registered
registered builtin port type 32 bit float mono audio
registered builtin port type 8 bit raw midi
clock source = system clock via clock_gettime
loading driver ..
apparent rate = 48000
creating alsa driver ... hw:0|hw:0|256|2|48000|0|0|nomon|swmeter|-|32bit
control device hw:0
new client: alsa_pcm, id = 1 type 1 @ 0x8059008 fd = -1
configuring for 48000Hz, period = 256 frames, buffer = 2 periods
ALSA: final selected sample format for capture: 32bit little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 32bit little-endian
ALSA: use 2 periods for playback
new buffer size 256
registered port alsa_pcm:capture_1, offset = 1024
registered port alsa_pcm:capture_2, offset = 2048
registered port alsa_pcm:playback_1, offset = 0
registered port alsa_pcm:playback_2, offset = 0
++ jack_rechain_graph():
client alsa_pcm: internal client, execution_order=0.
-- jack_rechain_graph()
4440 waiting for signals
load = 0.3938 max usecs: 42.000, spare = 5291.000
03:58:15.990 Server configuration saved to "/home/admin007/.jackdrc".
03:58:16.001 Statistics reset.
03:58:16.193 Client activated.
03:58:16.212 Audio connection change.
03:58:16.267 Audio connection graph change.
new client: qjackctl-4433, id = 2 type 2 @ 0xb6ba5000 fd = 15
++ jack_rechain_graph():
client alsa_pcm: internal client, execution_order=0.
client qjackctl-4433: start_fd=5, execution_order=0.
client qjackctl-4433: wait_fd=10, execution_order=1 (last client).
-- jack_rechain_graph()
JACK tmpdir identified as [/dev/shm]
load = 1.4626 max usecs: 135.000, spare = 5198.000
load = 2.0626 max usecs: 142.000, spare = 5191.000
load = 2.1845 max usecs: 123.000, spare = 5210.000
load = 2.8455 max usecs: 187.000, spare = 5146.000
**************** end of paste ******************
at that point it continues to stream messages and seems to work fine until...
something I'm trying to get to work (Rosegarden most recently) causes JACK to die,
at which point I have to reboot the computer or JACK won't sucessfully start. (JACK is killed shortly after starting.)
The output looks like this:
**************** start of paste ******************
03:47:00.614 Patchbay deactivated.
03:47:00.830 Statistics reset.
JACK tmpdir identified as [/dev/shm]
03:47:01.321 MIDI connection graph change.
03:47:01.369 MIDI connection change.
03:47:02.713 Startup script...
03:47:02.714 artsshell -q terminate
JACK tmpdir identified as [/dev/shm]
03:47:03.207 Startup script terminated with exit status=256.
03:47:03.209 JACK is starting...
03:47:03.209 /usr/bin/jackd -v -R -dalsa -dhw:0 -r48000 -p256 -n2
03:47:03.217 JACK was started with PID=5766 (0x1686).
getting driver descriptor from /usr/lib/jack/jack_freebob.so
getting driver descriptor from /usr/lib/jack/jack_alsa.so
getting driver descriptor from /usr/lib/jack/jack_oss.so
getting driver descriptor from /usr/lib/jack/jack_dummy.so
jackd 0.103.0
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.
server `default' registered
registered builtin port type 32 bit float mono audio
registered builtin port type 8 bit raw midi
clock source = system clock via clock_gettime
loading driver ..
apparent rate = 48000
creating alsa driver ... hw:0|hw:0|256|2|48000|0|0|nomon|swmeter|-|32bit
control device hw:0
new client: alsa_pcm, id = 1 type 1 @ 0x8059008 fd = -1
configuring for 48000Hz, period = 256 frames, buffer = 2 periods
ALSA: final selected sample format for capture: 32bit little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 32bit little-endian
ALSA: use 2 periods for playback
new buffer size 256
registered port alsa_pcm:capture_1, offset = 1024
registered port alsa_pcm:capture_2, offset = 2048
registered port alsa_pcm:playback_1, offset = 0
registered port alsa_pcm:playback_2, offset = 0
++ jack_rechain_graph():
client alsa_pcm: internal client, execution_order=0.
-- jack_rechain_graph()
5766 waiting for signals
03:47:05.282 Server configuration saved to "/home/admin007/.jackdrc".
03:47:05.288 Statistics reset.
03:47:05.352 Client activated.
03:47:05.375 Audio connection change.
03:47:05.401 Audio connection graph change.
03:47:05.410 XRUN callback (1).
JACK tmpdir identified as [/dev/shm]
new client: qjackctl-5761, id = 2 type 2 @ 0xb6b35000 fd = 15
++ jack_rechain_graph():
client alsa_pcm: internal client, execution_order=0.
client qjackctl-5761: start_fd=5, execution_order=0.
client qjackctl-5761: wait_fd=10, execution_order=1 (last client).
-- jack_rechain_graph()
03:47:07.407 XRUN callback (204 skipped).
jackd watchdog: timeout - killing jackd
zombified - calling shutdown handler
03:47:08.430 Shutdown notification.
03:47:08.431 Client deactivated.
03:47:08.437 JACK was stopped successfully.
03:47:08.438 Post-shutdown script...
03:47:08.439 killall jackd
cannot send request type 7 to server
cannot read result for request type 7 from server (Broken pipe)
cannot send request type 7 to server
cannot read result for request type 7 from server (Broken pipe)
jackd: no process killed
03:47:08.678 Post-shutdown script terminated with exit status=256.
**************** end of paste ******************
At that point, IF I REBOOT the machine JACK will start and work.
I've tried using "/etc/init.d/alsa force-reload" to see if that would
accomplish the same thing as a reboot, but no joy. I've searched everyplace I
could think of to find the "stop/start" commands for alsa, etc. (assuming that is even the problem.)
the alsa package version:
64studio:/home/admin007# dpkg -l |grep alsa
ii alsa-base 1.0.14-1~bpo.1 ALSA driver configuration files
ii alsa-firmware 1.0.14-1~bpo.1 Firmware binaries for the soundcards support
ii alsa-firmware-loaders 1.0.13-1 ALSA software loaders for specific hardware
ii alsa-modules-2.6.21-1-multimedia-486 1.0.14-1~bpo.1+2.6.21-2 ALSA modules for kernel 2.6.21-1-multimedia-
ii alsa-oss 1.0.12-1 ALSA wrapper for OSS applications
ii alsa-source 1.0.14-1~bpo.1 ALSA driver sources
ii alsa-tools 1.0.13-1 Console based ALSA utilities for specific ha
ii alsa-tools-gui 1.0.13-1 GUI based ALSA utilities for specific hardwa
ii alsa-utils 1.0.13-2 ALSA utilities
ii gstreamer0.10-alsa 0.10.10-4 GStreamer plugin for ALSA
ii libclalsadrv1 1.2.2-1~bpo.1 ALSA driver C++ access library
ii libpt-plugins-alsa 1.10.2-2 Portable Windows Library Audio Plugin for th
more system info:
64studio:/home/admin007# lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133] (rev 03)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP]
00:07.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 40)
00:07.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:07.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 16)
00:07.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 16)
00:07.4 SMBus: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 40)
00:0a.0 Multimedia audio controller: Creative Labs SB Audigy LS
00:0c.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
00:0c.1 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
00:0c.2 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
00:0c.3 USB Controller: ALi Corporation USB 2.0 Controller (rev 01)
00:0c.4 FireWire (IEEE 1394): ALi Corporation M5253 P1394 OHCI 1.1 Controller
00:0d.0 Ethernet controller: Macronix, Inc. [MXIC] MX987x5 (rev 25)
00:0e.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 02)
00:0f.0 SCSI storage controller: LSI Logic / Symbios Logic 53c810 (rev 23)
01:00.0 VGA compatible controller: nVidia Corporation NV15 [GeForce2 GTS/Pro] (rev a4)
So... is there something I can do to at least not have to reboot everytime I cause JACK to crash?
That, obiviously, would save me a lot of time.
Thanks.
- Login to post comments

jack problem. ?
Thanks Quentin; I'd also
Would this help...
same problem - not solved...
Config
I have a simialr set up with
Soundcards and conflicting IRQ's
perhaps a udev problem..?
Re: perhaps a udev problem..?