From owner-freebsd-questions@FreeBSD.ORG Sun Mar 6 03:33:52 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3523416A4CE for ; Sun, 6 Mar 2005 03:33:52 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id BACF643D3F for ; Sun, 6 Mar 2005 03:33:51 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so855353rnf for ; Sat, 05 Mar 2005 19:33:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=oeDBEGKSuqjNsJ4HTBvhR4HBZUL+Vxxy6aMYM6U19SwYone/tYdXvRWDLKs5fR+qvOI0v6d4C2kmFX4szCp52HkKCLb/k1483oebsvKORI5jpE6RjxK4i4BJtFBCznHjRA1X7/FIt5xwnTCQOkP6Fr8x4oqQHshNVEHfrC0bwsE= Received: by 10.38.150.49 with SMTP id x49mr36134rnd; Sat, 05 Mar 2005 19:33:51 -0800 (PST) Received: by 10.38.101.19 with HTTP; Sat, 5 Mar 2005 19:33:51 -0800 (PST) Message-ID: Date: Sat, 5 Mar 2005 21:33:51 -0600 From: Eric Kjeldergaard To: Ross Penner In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: cc: freebsd-questions@freebsd.org Subject: Re: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eric Kjeldergaard List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2005 03:33:52 -0000 On Sat, 05 Mar 2005 17:22:37 -0800, Ross Penner wrote: > Hi, I searched the archive to no avail on my problem altough I'm sure it's > quite simple. > > I have an aureal vortex 2 sound card which I would be quite happy to use, > BUT, I'm having a hang up when installing the port 'sound/aureal-kmod'. I > get the error message: > > ===> aureal-kmod-1.5_5 You need to extract kernel source tree before > building this package. > > sounds woefully simple but I'm at a loss. My freebsd install is about a > month old and I've yet to have audio sucess. I'm running 5.3 > > Thanks in advance for your words of wisdom. You should use subject lines when writing emails. Anyways, more to the point. It wants freebsd's kernel source. I generally recommend keeping all of the freebsd source around, but the maybe "easiest" way to get the source is to run sysinstall (/stand/sysinstall) and go to Configure -> Distributions -> src -> and then select at least sys (the kernel sources). Good luck :) -- If I write a signature, my emails will appear more personalised.