From owner-freebsd-questions Sun May 27 20:11:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ezwv.com (hermes.ezwv.com [208.163.10.16]) by hub.freebsd.org (Postfix) with ESMTP id B420F37B424 for ; Sun, 27 May 2001 20:11:43 -0700 (PDT) (envelope-from rpratt@ezwv.com) Received: from k6-2.weeble.com (ip206102032077.dlup.ezwv.com [206.102.32.77]) by mail.ezwv.com (8.9.3/8.9.3) with SMTP id XAA25972; Sun, 27 May 2001 23:11:40 -0400 Content-Type: text/plain; charset="iso-8859-1" From: Randy Pratt To: jcouch@netdoor.com Subject: Re: Loading the snd_sb16 module at boot up Date: Sun, 27 May 2001 23:12:21 -0400 X-Mailer: KMail [version 1.2] References: <01052509155600.21718@katana.amberskogg.dns2go.com> In-Reply-To: <01052509155600.21718@katana.amberskogg.dns2go.com> Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Message-Id: <01052723122100.00378@k6-2.weeble.com> Content-Transfer-Encoding: 8bit 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 Friday 25 May 2001 10:15, you wrote: > How do I go about loading the sb16 module at boot up automagically? > do I just add > kldload snd_sb16 > or what to my rc.conf file? > There is bound to be a better way than typing the command in after every > boot. T.I.A > Jim I'm not a guru, but since you've gotten no other responses, I'll give it a shot since I've got it working for myself. Try looking in /boot/defaults/loader.conf for the syntax to add your sound module to /boot/loader.conf to override the defaults. Don't edit the /boot/defaults/loader.conf file. I use the same sound module and added this to my /boot/loader.conf : snd_sb16_load="YES" The sound works and my dmesg produces: Preloaded userconfig_script "/boot/kernel.conf" at 0xc046809c. Preloaded elf module "snd_sb16.ko" at 0xc04680ec. Preloaded elf module "snd_sbc.ko" at 0xc046818c. Preloaded elf module "snd_pcm.ko" at 0xc046822c. Of course it will also show by running kldstat. If there's a better way, hopefully someone will follow-up. HTH, Randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message