From owner-freebsd-multimedia Fri Sep 21 9:21:39 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by hub.freebsd.org (Postfix) with ESMTP id 503BE37B405 for ; Fri, 21 Sep 2001 09:21:35 -0700 (PDT) Received: from corto.lpt.ens.fr (corto.lpt.ens.fr [129.199.122.2]) by nef.ens.fr (8.10.1/1.01.28121999) with ESMTP id f8LGLXn89182 ; Fri, 21 Sep 2001 18:21:33 +0200 (CEST) Received: from (rsidd@localhost) by corto.lpt.ens.fr (8.9.3/jtpda-5.3.1) id SAA60289 ; Fri, 21 Sep 2001 18:21:32 +0200 (CEST) Date: Fri, 21 Sep 2001 18:21:32 +0200 From: Rahul Siddharthan To: Bjarne Wichmann Petersen Cc: "Daniel O'Connor" , freebsd-multimedia@FreeBSD.ORG Subject: Re: Choosing a soundcard. Message-ID: <20010921182132.A51229@lpt.ens.fr> References: <20010920153041.QSJQ2356.fepF.post.tele.dk@there> <20010921120208.C42208@lpt.ens.fr> <20010921142429.QPUH10378.fepC.post.tele.dk@there> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010921142429.QPUH10378.fepC.post.tele.dk@there>; from mekanix@privat.dk on Fri, Sep 21, 2001 at 04:26:45PM +0200 X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Bjarne Wichmann Petersen said on Sep 21, 2001 at 16:26:45: > You got aRts working with xmms??? Please mail me a binary!! I haven't been > able to get it working here! The binary is unchanged (use the FreeBSD port). What you need to do is compile the xmms arts plugin separately (can download from the xmms web page, it compiled out of the box for me) and install it in /usr/X11R6/lib/xmms/Output/ ("make install" should install it ok, give the prefix as /usr/X11R6 when configuring). I could email it to you but it's probably better if you compile it yourself with your installed xmms headers etc. There's still an issue where it often complains of not being able to load the arts plugin. In that case you need to get hold of the shared library libgcc.so (not compiled in gcc by default, but you can get instructions on the web) and install it somewhere, say ~/lib, and type (if csh/tcsh) setenv LD_PRELOAD ~/lib/libgcc.so before starting xmms. R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message