Hi, did you downloaded the coccinella binary from the coccinella website, or did you installed a ubuntu package? do you actually have sound at all with the client? I updated from OpenSUSE 11.1 to OpenSUSE 11.3 recently (x86_64), and I also see some problems: without jackd running: Cannot connect to server socket err = No such file or directory Cannot connect to server socket jack server is not running or cannot be started using vidcap sapi Video for Linux (v4l) video capture API (video4linux) PortAudio error at Unable to open streams: Invalid error code (value greater than zero) Expression 'SetApproximateSampleRate( pcm, hwParams, sr )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 1291 Expression 'PaAlsaStreamComponent_InitialConfigure( &self->capture, inParams, self->primeBuffers, hwParamsCapture, &realSr )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 1862 Expression 'PaAlsaStream_Configure( stream, inputParameters, outputParameters, sampleRate, framesPerBuffer, &inputLatency, &outputLatency, &hostBufferSizeMode )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 1986 PortAudio error at Unable to open streams: Invalid error code (value greater than zero) with jackd running with following parameters: /usr/bin/jackd --no-realtime -d alsa jackdmp 1.9.5 Copyright 2001-2005 Paul Davis and others. Copyright 2004-2009 Grame. jackdmp 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 server starting in non-realtime mode Cannot lock down memory area (Cannot allocate memory) Cannot lock down memory area (Cannot allocate memory) Engine profiling activated, beware 247 MBytes are needed to record profiling points... creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit Using ALSA driver HDA-Intel running on card 0 - HDA Intel at 0xdfdfc000 irq 421 configuring for 48000Hz, period = 1024 frames (21.3 ms), buffer = 2 periods ALSA: final selected sample format for capture: 32bit integer little-endian ALSA: use 2 periods for capture ALSA: final selected sample format for playback: 32bit integer little-endian ALSA: use 2 periods for playback ^Cjack main caught signal 2 Write server and clients timing data... sre@sre:~/Documents/coccinella/coccinella> /usr/bin/jackd --no-realtime -d alsa jackdmp 1.9.5 Copyright 2001-2005 Paul Davis and others. Copyright 2004-2009 Grame. jackdmp 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 server starting in non-realtime mode Cannot lock down memory area (Cannot allocate memory) Cannot lock down memory area (Cannot allocate memory) Engine profiling activated, beware 247 MBytes are needed to record profiling points... creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit Using ALSA driver HDA-Intel running on card 0 - HDA Intel at 0xdfdfc000 irq 421 configuring for 48000Hz, period = 1024 frames (21.3 ms), buffer = 2 periods ALSA: final selected sample format for capture: 32bit integer little-endian ALSA: use 2 periods for capture ALSA: final selected sample format for playback: 32bit integer little-endian ALSA: use 2 periods for playback JackEngine::XRun: client PortAudio finished after current callback JackAudioDriver::ProcessAsync Process error JackPosixMutex::Unlock res = 1 alsa_driver_xrun_recovery **** alsa_pcm: xrun of at least 351.998 msecs JackAudioDriver::ProcessAsync: read error, skip cycle JackPosixMutex::Unlock res = 1 JackEngine::XRun: client = PortAudio was not run: state = 1 JackAudioDriver::ProcessAsync Process error JackPosixMutex::Unlock res = 1 Here when coccinella starts up: Cannot lock down memory area (Cannot allocate memory) Cannot lock down memory area (Cannot allocate memory) Expression '*idev = open( idevName, flags )' failed in 'src/hostapi/oss/pa_unix_oss.c', line: 810 Expression 'OpenDevices( idevName, odevName, &idev, &odev )' failed in 'src/hostapi/oss/pa_unix_oss.c', line: 864 Expression 'PaOssStream_Initialize( stream, inputParameters, outputParameters, streamCallback, userData, streamFlags, ossHostApi )' failed in 'src/hostapi/oss/pa_unix_oss.c', line: 1239 PortAudio error at Unable to open streams: Invalid error code (value greater than zero) using vidcap sapi Video for Linux (v4l) video capture API (video4linux) PortAudio error at Unable to open streams: Invalid error code (value greater than zero) Expression 'SetApproximateSampleRate( pcm, hwParams, sr )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 1291 Expression 'PaAlsaStreamComponent_InitialConfigure( &self->capture, inParams, self->primeBuffers, hwParamsCapture, &realSr )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 1862 Expression 'PaAlsaStream_Configure( stream, inputParameters, outputParameters, sampleRate, framesPerBuffer, &inputLatency, &outputLatency, &hostBufferSizeMode )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 1986 PortAudio error at Unable to open streams: Invalid error code (value greater than zero) and then additionally I see the following error popup window appearing: Hook afterFinalHook failed: 1 No such device: /dev/dsp while executing "snack::audio selectOutput $sprefs(outputDevice)" (procedure "InitPrefsHook" line 34) invoked from within "InitPrefsHook" (procedure "::Sounds::AfterFinalHook" line 20) invoked from within "::Sounds::AfterFinalHook" ("eval" body line 1) invoked from within "eval $func $args" No such device: /dev/dsp while executing "snack::audio selectOutput $sprefs(outputDevice)" (procedure "InitPrefsHook" line 34) invoked from within "InitPrefsHook" (procedure "::Sounds::AfterFinalHook" line 20) invoked from within "::Sounds::AfterFinalHook" ("eval" body line 1) invoked from within "eval $func $args" however, /dev/dsp exists, and I can access it. Then In the preferences I don't have the sound menu. For me on my OpenSUSE box it looks like kind of srew-up of alsa/portaudio/jack??? portaudio version is : portaudio-19-265.1.x86_64 alsa version is: alsa-1.0.23-2.12.x86_64 Above was with self compiled dependencies, and using source tarball of coccinella. Using the binary from the websiteI see the following: Expression '*idev = open( idevName, flags )' failed in 'portaudio/src/hostapi/oss/pa_unix_oss.c', line: 797 Expression 'OpenDevices( idevName, odevName, &idev, &odev )' failed in 'portaudio/src/hostapi/oss/pa_unix_oss.c', line: 851 Expression 'PaOssStream_Initialize( stream, inputParameters, outputParameters, streamCallback, userData, streamFlags, ossHostApi )' failed in 'portaudio/src/hostapi/oss/pa_unix_oss.c', line: 1216 PortAudio error at Unable to open streams: Illegal error number It works fine for me on OpenBSD, there portaudio version is: portaudio-svn-1406p1. Sander, what do you see on your Linux box?