[PlanetCCRMA] PlanetCCRMA and RAID: which way to go?

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Mon Jun 27 10:48:01 2005


On Mon, 2005-06-27 at 04:43, Henk Jansen wrote:
> Ok, couldn't get the 2.6.10-2.1.ll.rhfc3.ccrma kernel to reccognize my
> raid0 setup, but the 2.6.11-0.3.rdt.rhfc3.ccrma kernel does! Using this
> kernel I end up with a normally running system that allows me to do
> things as usual (mail, internet, ...). However, when I attempt starting
> the jack server I obtain:
> 
> [root@jaki jans2]# jackstart -R -d alsa -d hw -r 44100
> jackstart: cannot get realtime capabilities, current capabilities are:
>            =ep cap_setpcap-ep
>     probably running under a kernel with capabilities disabled,
>     a suitable kernel would have printed something like "=eip"

As Joe said on 2.6.x based systems it is enough to use "jackd" instead
of "jackstart" (jackstart will complain but will work anyway). Another
piece you need for that particular kernel is to have the realtime lsm
kernel module loaded but that is activated as part of the normal install
if you use the planetccrma-core-* meta packages. 

> back from read, ret = 1 errno == Success
> jackstart: could not give capabilities: Operation not permitted
> jackd 0.99.36
> Copyright 2001-2003 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 = 44100
> creating alsa driver ... hw|hw|1024|2|44100|0|0|nomon|swmeter|-|32bit
> configuring for 44100Hz, period = 1024 frames, buffer = 2 periods
> Couldn't open hw for 32bit samples trying 24bit instead
> Couldn't open hw for 24bit samples trying 16bit instead
> nperiods = 2 for capture
> Couldn't open hw for 32bit samples trying 24bit instead
> Couldn't open hw for 24bit samples trying 16bit instead
> nperiods = 2 for playback
> jackd watchdog: timeout - killing jackd
> Aborted
> [root@jaki jans2]#

Hmmm, looks like jack is hanging (and its watchdog process is killing
it)... what soundcard do you have installed?

-- Fernando