[PlanetCCRMA] problem running ladcca 0.4.0 on RH9 + CCRMA

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Tue Jan 13 08:45:01 2004


> > > i try to run ladcca, but the latest version 0.4.0 does not like jack:
> > > 
> > > [ guitar]$ ladccad -d temp/ladcca/
> > > Connected to JACK server with client name 'LADCCA_Server'
> > > Opened ALSA sequencer with client ID 129
> > > conn_mgr_start: could not look up service name: Servname not
> > supported
> > > for ai_socktype
> > > [ guitar]$ loader_run: server closed socket; exiting
> > 
> > I'm having the same problem, but just have the default CCRMA
> > installation.
> > 
> me as well, sorry for formulating unclearly. i run a stock RH9 with the
> latest CCRMA available apps. so jack 0.92 and ladcca 0.4.0 are both
> from  CCRMA repository. its somewhat re-assuring to see that you see
> the same crashing behaviour  :(
> 
> gr, ALEX   (now awaiting Fernando's reaction)

Hmmm, I can't reproduce the behavior here in one of my rh9 machines. I
start jack with:

> jackstart -R -d alsa -d hw
back from read, ret = 1 errno == Success
jackd 0.92.0
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
 
loading driver ..
creating alsa driver ... hw|hw|1024|2|48000|0|0|nomon|swmeter|rt|32bit
configuring for 48000Hz, period = 1024 frames, buffer = 2 periods
 
and then start ladcaad with:

> ladccad -d ladcca
Connected to JACK server with client name 'LADCCA_Server'
Opened ALSA sequencer with client ID 128
Listening for connections
 
And it is happy (yesterday I tried starting muse and it would see both
servers)...

Make sure that you don't have a leftover installation of jackd or
ladccad around (from previous attempts at running jack/ladcca). Check
/usr/local, for example. Are you running both as a normal user?

-- Fernando