From owner-freebsd-questions@FreeBSD.ORG Fri Oct 20 19:44:57 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 7AEDF16A492 for ; Fri, 20 Oct 2006 19:44:57 +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 B5F6A43DC0 for ; Fri, 20 Oct 2006 19:42:17 +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 E07E213D5EA; Fri, 20 Oct 2006 14:49:32 -0500 (CDT) Received: by bravo.pjkh.com (Postfix, from userid 1000) id 97B3613D56F; Fri, 20 Oct 2006 14:49:32 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by bravo.pjkh.com (Postfix) with ESMTP id 96AB713CD57; Fri, 20 Oct 2006 14:49:32 -0500 (CDT) Date: Fri, 20 Oct 2006 14:49:32 -0500 (CDT) From: Philip Hallstrom To: Pete C In-Reply-To: <20061020145003.eyzh8t0izkgko8o8@webmail.secureserverdot.com> Message-ID: <20061020144816.W10965@bravo.pjkh.com> References: <20061020134537.nsfybos19ccwkscg@webmail.secureserverdot.com> <20061020133506.M10965@bravo.pjkh.com> <20061020145003.eyzh8t0izkgko8o8@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 19:44:57 -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 ? No it's me... I read your message wrong. You could change the startup script for mpd to parse the output of kldstat to determine if it's loaded and if not, sleep awhile... -philip