From owner-freebsd-multimedia@freebsd.org Thu Jul 11 08:51:39 2019 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF66B15CBFC6; Thu, 11 Jul 2019 08:51:38 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8DD776D709; Thu, 11 Jul 2019 08:51:38 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.235]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 1326E26024E; Thu, 11 Jul 2019 10:51:29 +0200 (CEST) Subject: Re: Linuxsampler : there is no audio output driver To: Marcel Bonnet , FreeBSD multimedia , multimedia@freebsd.org References: From: Hans Petter Selasky Message-ID: Date: Thu, 11 Jul 2019 10:50:51 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 8DD776D709 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.88 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.88)[-0.875,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jul 2019 08:51:39 -0000 On 2019-07-11 03:12, Marcel Bonnet wrote: > Hi! I was trying to load some LSCP files and I'm surprised with a messasge: > There is no audio output driver 'JACK'. > > I entered lscp shell, and no drivers found: > > lscp=# LIST AVAILABLE_AUDIO_OUTPUT_DRIVERS > (return empty) > > I checked make config: > > [@machine linuxsampler #] make showconfig > ===> The following configuration options are available for > linuxsampler-2.0.0_1: > ALSA=off: ALSA audio architecture support > DSSI=on: Enable DSSI support > JACK=on: JACK audio server support > LV2=on: Enable LV2 support > ===> Use 'make config' to modify these settings > > Here is linuxsampler startup message: > > [@machine linuxsampler]$ linuxsampler --instruments-db-location > instrumentos.db > LinuxSampler 2.0.0 > Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck > Copyright (C) 2005-2015 Christian Schoenebeck > Detected features: disabled at compile time > Automatic Stacktrace: Off > Creating Sampler...OK > Registered sampler engines: 'GIG','SF2','SFZ' > Registered MIDI input drivers: JACK > Registered audio output drivers: JACK > Loading instrument editor plugins...OK > Registered instrument editors: > Registered internal effect systems: LADSPA > Registered internal effects: 242 > Starting LSCP network server (0.0.0.0:8888)...Thread: WARNING, can't > mlockall() memory! > OK > LinuxSampler initialization completed. :-) > > LSCPServer: Client connection established on socket:4. > There is no audio output driver 'JACK'. > > Thanks in advance, folks. > Did you start jackd ? Else try to compile ALSA. --HPS