From owner-freebsd-multimedia Thu Apr 19 20:53: 8 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from cis.ohio-state.edu (mail.cis.ohio-state.edu [164.107.115.5]) by hub.freebsd.org (Postfix) with ESMTP id 7196D37B43C for ; Thu, 19 Apr 2001 20:53:04 -0700 (PDT) (envelope-from matey@cis.ohio-state.edu) Received: from eta.cis.ohio-state.edu (matey@eta.cis.ohio-state.edu [164.107.112.62]) by cis.ohio-state.edu (8.9.1/8.9.1) with ESMTP id XAA10263; Thu, 19 Apr 2001 23:53:03 -0400 (EDT) Received: (from matey@localhost) by eta.cis.ohio-state.edu (8.9.1/8.9.1) id XAA10522; Thu, 19 Apr 2001 23:53:03 -0400 (EDT) Date: Thu, 19 Apr 2001 23:52:55 -0400 From: Alexander Matey To: Jonathan Slivko Cc: multimedia@FreeBSD.ORG Subject: Re: kld-aureal -- broken? Message-ID: <20010419235255.A1814@cis.ohio-state.edu> Mail-Followup-To: Jonathan Slivko , multimedia@FreeBSD.ORG References: <200104191531.AA933429886@stmail.pace.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200104191531.AA933429886@stmail.pace.edu>; from js43064n@stmail.pace.edu on Thu, Apr 19, 2001 at 03:31:10PM -0400 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Apr 19, 2001 at 03:31:10PM -0400, Jonathan Slivko wrote: > Hello, > > I am a relatively new FreeBSD user (I just installed FreeBSD 4.3-RC3) and tried to compile the port that is supposed to support my soundcard. However, I can't find the file to compile in order to get the files that are given in the documentation. Hence, my sound doesn't work. I have a Turtle Beach Montego II A3D card. I have gotten OSS to work under FreeBSD 4.2-RELEASE. However, I can't get it to work under FreeBSD 4.3-RC3 (release date: April 10th, 2001). Can anyone give me any suggestions as to how to proceed, or give me the link to the actual source code with Makefiles so I can compile it myself from source? I would really appreciate anything that you can do to help. -- Thanks. First and foremost - ignore the README that's included with the driver tarball. It's outdated (I will make sure it gets removed with the next update). You don't actually need to unpack and poke around it yourself. Second - if you could be more specific about the "files that you can't find" etc, it would allow me to promptly resolve any problems you have. Now, I'm assuming you do have the kernel sources under /usr/src/sys ? If you do, all that's left is to do the following as root: 1) cd /usr/ports/audio/aureal-kmod 2) make deinstall clean install 3) cp /usr/local/etc/rc.d/aureal.sh.sample /usr/local/etc/rc.d/aureal.sh 4) possibly making any modifications to aureal.sh to fit your taste 5) sh /usr/local/etc/rc.d/aureal.sh start If you have any problems doing 2), please post the _entire_ and _complete_ output from make that you're getting, including all error messages. Same for any other step that fails to work for you. > -- Jonathan M. Slivko -- lx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message