Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 May 2004 07:59:35 -0700
From:      Kent Stewart <kstewart@owt.com>
To:        freebsd-questions@freebsd.org
Cc:        arden <arden@nildram.co.uk>
Subject:   Re: sound driver not loading
Message-ID:  <200405180759.35348.kstewart@owt.com>
In-Reply-To: <1084891597.2396.5.camel@localhost>
References:  <1084891597.2396.5.camel@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 18 May 2004 07:46 am, arden wrote:
> hi all
>
> another newbie question I'm afraid when i boot my machine the sound
> driver module is not loading and have to type kldload snd_drivers
> every time did i miss something on install?

You have to add something like
snd_driver_load="YES"
to /boot/loader.conf for it to be run everytime you boot.

>
> is it time to get a crash course in kernel compiling?
>

That is what I did. I added "options pcm" to my kernel config file, 
which requires building a kernel, but why do it if the loader.conf 
addition works :).

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405180759.35348.kstewart>