Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2009 01:22:28 +0300
From:      Manolis Kiagias <sonicy@otenet.gr>
To:        carmel_ny@hotmail.com, FreeBSD Question <freebsd-questions@freebsd.org>
Subject:   Re: Compiling in sound driver in kernel
Message-ID:  <4A303224.5030406@otenet.gr>
In-Reply-To: <BLU0-SMTP462B5A385FA31495A8FBC993450@phx.gbl>
References:  <BLU0-SMTP462B5A385FA31495A8FBC993450@phx.gbl>

next in thread | previous in thread | raw e-mail | index | archive | help
Carmel wrote:
> This is my first attempt to compile in a driver in a new kernel I am
> attempting to build.
>
> Using loader.conf, I have the 'snd_hda' driver presently being loaded.
> I want to compile it directly into the kernel. I tried this:
>
> device	snd_hda		# Sound driver
>
> Unfortunately, the kernel will not build. What is the proper way to
> build a kernel with sound embedded into it?
>
> Thanks!
>
>   
Well, just add the following line too:

device sound

(This is automatically loaded too when the module is used)



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