From owner-freebsd-questions@FreeBSD.ORG Fri Oct 20 18:29:14 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 1E0F616A403 for ; Fri, 20 Oct 2006 18:29:14 +0000 (UTC) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BC8443D66 for ; Fri, 20 Oct 2006 18:28:51 +0000 (GMT) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by bravo.pjkh.com (Postfix) with ESMTP id 4B15713D76F; Fri, 20 Oct 2006 13:36:08 -0500 (CDT) Received: by bravo.pjkh.com (Postfix, from userid 1000) id D8FAF13D76E; Fri, 20 Oct 2006 13:36:07 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by bravo.pjkh.com (Postfix) with ESMTP id D7EB413D76D; Fri, 20 Oct 2006 13:36:07 -0500 (CDT) Date: Fri, 20 Oct 2006 13:36:07 -0500 (CDT) From: Philip Hallstrom To: Pete C In-Reply-To: <20061020134537.nsfybos19ccwkscg@webmail.secureserverdot.com> Message-ID: <20061020133506.M10965@bravo.pjkh.com> References: <20061020134537.nsfybos19ccwkscg@webmail.secureserverdot.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-questions@freebsd.org 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 18:29:14 -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. -philip