From owner-freebsd-questions Sat Feb 15 18:14: 2 2003 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 DC2B537B401 for ; Sat, 15 Feb 2003 18:14:00 -0800 (PST) Received: from dc-mx18.cluster1.charter.net (dc-mx18.cluster1.charter.net [209.225.8.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0B9B43F75 for ; Sat, 15 Feb 2003 18:13:59 -0800 (PST) (envelope-from glennpj@charter.net) Received: from [24.158.214.251] (HELO gforce.johnson.home) by dc-mx18.cluster1.charter.net (CommuniGate Pro SMTP 3.5.9) with ESMTP id 38759102; Sat, 15 Feb 2003 21:18:27 -0500 Received: from gforce.johnson.home (localhost [127.0.0.1]) by gforce.johnson.home (8.12.6/8.12.6) with ESMTP id h1G2Dqjp011940; Sat, 15 Feb 2003 20:13:53 -0600 (CST) (envelope-from glenn@gforce.johnson.home) Received: (from glenn@localhost) by gforce.johnson.home (8.12.6/8.12.6/Submit) id h1G2DoVJ011446; Sat, 15 Feb 2003 20:13:50 -0600 (CST) (envelope-from glenn) From: Glenn Johnson Date: Sat, 15 Feb 2003 20:13:50 -0600 To: synrat Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sound module on start up Message-ID: <20030216021350.GA27884@gforce.johnson.home> Mail-Followup-To: synrat , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Feb 15, 2003 at 08:29:59PM -0500, synrat wrote: > I figured out how to load the module for my sound card (ac97) > but I can't get it to load on start up. When I add the line > snd_via8233_enable="YES" to /etc/rc.conf it still doesn't load it on > the start up. How do I do that ? You would add the following line to /boot/loader.conf: snd_via8233_load="yes" > How would I compile that into my kernel? device pcm > I thought it would be built when I added pcm to my custom config, but > it wasn't. I had to build it manually in modules/sounds directory. You want to decide whether you want sound support compiled into the kernel or use a kernel module. I am not sure what happens if you try to load the kernel module when the kernel already provides it. -- Glenn Johnson glennpj@charter.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message