From owner-freebsd-emulation Wed May 9 12:41:12 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from dargo.talarian.com (dargo.talarian.com [207.5.33.3]) by hub.freebsd.org (Postfix) with ESMTP id F302237B423 for ; Wed, 9 May 2001 12:41:09 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from moya.talarian.com (moya.talarian.com [10.4.10.8]) by dargo.talarian.com (Postfix) with ESMTP id 080F022B06 for ; Wed, 9 May 2001 12:38:15 -0700 (PDT) Received: from beast.talarian.com (beast.talarian.com [10.4.10.6]) by moya.talarian.com (Postfix) with ESMTP id 0843E1A for ; Wed, 9 May 2001 12:41:08 -0700 (PDT) Received: from quack.kfu.com (localhost [127.0.0.1]) by beast.talarian.com (8.11.3/8.11.3) with ESMTP id f49Jf7715316 for ; Wed, 9 May 2001 12:41:07 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Message-ID: <3AF99D53.30409@quack.kfu.com> Date: Wed, 09 May 2001 12:41:07 -0700 From: Nick Sayer User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.3-RELEASE i386; en-US; 0.8.1) Gecko/20010411 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Subject: Linux emulation & esddsp Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I run KDE. Why the hell can't they add esd emulation to artsd or vice-versa? Having to 'artsdsp esd' just so I can 'esddsp' some other app is fscking dumb. I have successfully used the linux-realplayer port with the sound card, but only if artsd is suspended. In general I have had much better luck using esddsp to ESound-ify some application than artsdsp. Note that the first thing I tried was real's built-in esound support. No good. 'cannot open audio device'. Of course, being a linux app, it will need the Linux versions of libesddsp.so and so on, but it will require them to be installed in /usr/local/lib so that the (freebsd) esddsp shell script works. So I fetched Redhat's esound and audiofile rpm, converted them to cpio, extracted just the libraries I needed, put them in /compa/linux/usr/local/lib, editted /compat/linux/etc/ld.so.conf to add /usr/local/lib, ran an ldconfig, discovered it wanted glibc 2.2.x, fetched that installed *2.2.2* into /compat/linux/lib, ldconfig'd again. But nothing has changed. I can run netscape just fine, real just fine, but neither of them cooperate with esound despite being run with 'esddsp'. Has anyone gotten this to work? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message