From owner-freebsd-multimedia@FreeBSD.ORG Tue Jul 5 11:06:57 2011 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEB48106564A for ; Tue, 5 Jul 2011 11:06:57 +0000 (UTC) (envelope-from clemens@ladisch.de) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id BEBEE8FC18 for ; Tue, 5 Jul 2011 11:06:57 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.messagingengine.com (Postfix) with ESMTP id EB79120894; Tue, 5 Jul 2011 07:06:56 -0400 (EDT) Received: from frontend1.messagingengine.com ([10.202.2.160]) by compute4.internal (MEProxy); Tue, 05 Jul 2011 07:06:56 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:date:from:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; s=smtpout; bh=sjAELts9FgRX0yuBk9pYim9X0MY=; b=F3h56FJZKMgPRMpKwQmeZ66/rc0+5dXzUBRee3XRpPN5YpADEpZyaeBmC/NGUEdjvCjfpU3/l/6JD08tMsZO10fUiCM2sxYgxPZInwi3cEVYgtptSsRmrmdk/AP2YZ6BijUl6+ErnmzR551j1O63cNdMRcAOdjAfFma7datQEIQ= X-Sasl-enc: ITPCgeQflr8gmf5LUvHV4PeKPW7fegTFiJIzFo/DuQHy 1309864016 Received: from [10.1.2.56] (unknown [94.101.37.4]) by mail.messagingengine.com (Postfix) with ESMTPSA id 6FA5D4080F1; Tue, 5 Jul 2011 07:06:56 -0400 (EDT) Message-ID: <4E12F04F.8020806@ladisch.de> Date: Tue, 05 Jul 2011 13:06:55 +0200 From: Clemens Ladisch User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Marcel Bonnet References: <4E0C1D11.2050606@ladisch.de> In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: open /dev/snd/seq failed: No such file or directory X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 11:06:58 -0000 Marcel Bonnet wrote: > I added the option --disable-aseq to the CONFIGURE_ARGS on the > audio/jack-rack/Makefile ... > And it's now working very well. > > One more question: is this a case for me to request the submit of this "new" > Makefile to the ports, since we use OSS, not ALSA? Yes. Actually, alsa-lib needs changes so that it doesn't try to access kernel devices that are known not to exist, but this isn't as easy as changing a configuration option. Regards, Clemens