From owner-freebsd-questions Sat Feb 15 17:36:37 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 0C34937B401 for ; Sat, 15 Feb 2003 17:36:37 -0800 (PST) Received: from mail.wirewalk.com (dsl092-100-221.nyc2.dsl.speakeasy.net [66.92.100.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id 509A043F93 for ; Sat, 15 Feb 2003 17:36:36 -0800 (PST) (envelope-from synrat@wirewalk.org) Received: by mail.wirewalk.com (Postfix, from userid 501) id A49ED719FB; Sat, 15 Feb 2003 20:29:59 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.wirewalk.com (Postfix) with ESMTP id 9C80E719CE for ; Sat, 15 Feb 2003 20:29:59 -0500 (EST) Date: Sat, 15 Feb 2003 20:29:59 -0500 (EST) From: synrat X-X-Sender: synrat@mail.wirewalk.com To: freebsd-questions@FreeBSD.ORG Subject: sound module on start up Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 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 ? How would I compile that into my kernel ? 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. thanx a lot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message