From owner-freebsd-questions@FreeBSD.ORG Fri Oct 20 19:01:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 211F416A4D8 for ; Fri, 20 Oct 2006 19:01:26 +0000 (UTC) (envelope-from nospam@thechristies.net) Received: from utility.secureserverdot.com (utility.secureserverdot.com [216.14.208.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74A0443DF0 for ; Fri, 20 Oct 2006 18:59:00 +0000 (GMT) (envelope-from nospam@thechristies.net) Received: from utility.secureserverdot.com (localhost.successfulhosting.com [127.0.0.1]) by utility.secureserverdot.com (8.13.6/8.13.6) with ESMTP id k9KIo35Y048667 for ; Fri, 20 Oct 2006 14:50:03 -0400 (EDT) (envelope-from nospam@thechristies.net) Received: (from webmail@localhost) by utility.secureserverdot.com (8.13.6/8.13.6/Submit) id k9KIo3b8048666 for freebsd-questions@freebsd.org; Fri, 20 Oct 2006 14:50:03 -0400 (EDT) (envelope-from nospam@thechristies.net) Received: from careywalshinc-careywalshinc-psr2104865.z136-94-67.customer.algx.net (careywalshinc-careywalshinc-psr2104865.z136-94-67.customer.algx.net [67.94.136.94]) by webmail.secureserverdot.com (Horde MIME library) with HTTP; Fri, 20 Oct 2006 14:50:03 -0400 Message-ID: <20061020145003.eyzh8t0izkgko8o8@webmail.secureserverdot.com> Date: Fri, 20 Oct 2006 14:50:03 -0400 From: Pete C To: freebsd-questions@freebsd.org References: <20061020134537.nsfybos19ccwkscg@webmail.secureserverdot.com> <20061020133506.M10965@bravo.pjkh.com> In-Reply-To: <20061020133506.M10965@bravo.pjkh.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) / FreeBSD-6.1 X-Originating-IP: 67.94.136.94 Subject: Re: musicpd & kld sound X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Oct 2006 19:01:26 -0000 >> I have an issue w/ mpd starting (trying to, anyway) before the kld for >> sound loads up, which causes mpd to fail loading . . then I have to >> start mpd at the command line. >> >> I would like to set up sound in the kernel, but I have Aureal 8810 based >> sound on the MB and don't see a driver to use in the snd_"drvr" line >> in the config file. >> >> is there a way to specify the order in which these items load ? >> >> any clues appreciated . . > > http://www.freebsd.org/cgi/url.cgi?ports/audio/aureal-kmod/pkg-descr > > Should do it I think... been a long time since I used it, but I had a > couple of turtle beach cards that were 88x0 somethings and it worked > great. > maybe I'm missing something . . I am using the aureal-kmod pkg you linked to, but thought it only works as a kernel module (ie: not compliled into the kernel) . . can I use this to compile a custom kernel ? how would I go about it ? thanks