From owner-freebsd-questions@FreeBSD.ORG Mon Dec 13 04:23:49 2004 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 6F85116A4CE for ; Mon, 13 Dec 2004 04:23:49 +0000 (GMT) Received: from out006.verizon.net (out006pub.verizon.net [206.46.170.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 020A443D58 for ; Mon, 13 Dec 2004 04:23:49 +0000 (GMT) (envelope-from reso3w83@verizon.net) Received: from ringworm.mechee.com ([4.26.84.7]) by out006.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041213042347.ECDC7873.out006.verizon.net@ringworm.mechee.com> for ; Sun, 12 Dec 2004 22:23:47 -0600 Received: by ringworm.mechee.com (Postfix, from userid 1001) id 2D4862CE753; Sun, 12 Dec 2004 20:21:17 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Sun, 12 Dec 2004 20:21:16 -0800 User-Agent: KMail/1.7.1 References: <41BCF040.4090202@vesterman.com> <200412121739.02589.reso3w83@verizon.net> <20041213041011.GK1647@internode.com.au> In-Reply-To: <20041213041011.GK1647@internode.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412122021.17210.reso3w83@verizon.net> X-Authentication-Info: Submitted using SMTP AUTH at out006.verizon.net from [4.26.84.7] at Sun, 12 Dec 2004 22:23:47 -0600 Subject: Re: sound works with kldload, but not /boot/loader.conf? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 04:23:49 -0000 On Sunday 12 December 2004 08:10 pm, Adam Smith wrote: > On Sun, Dec 12, 2004 at 05:39:02PM -0800, Michael C. Shultz said: > > I use /usr/local/etc/rc.d/START.sh taht conatins the following: > > > > echo kldload snd_driver > > kldload snd_driver > > Or you could put it in your kernel, and then it would all work the > way it's supposed to! For you mixer comment you can also add mixer vol 100:100 to usr/local/etc/rc.d/START.sh though there is probably a better way to do that as well. -Mike