Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2009 14:43:46 +0200 (CEST)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        Polytropon <freebsd@edvax.de>
Cc:        freebsd-questions@freebsd.org, Bernt Hansson <bernt@bah.homeip.net>
Subject:   Re: Compiling in sound driver in kernel
Message-ID:  <alpine.BSF.2.00.0906121443110.1508@wojtek.tensor.gdynia.pl>
In-Reply-To: <20090612125419.e418347b.freebsd@edvax.de>
References:  <BLU0-SMTP462B5A385FA31495A8FBC993450@phx.gbl> <200906111150.00121.mel.flynn%2Bfbsd.questions@mailing.thruhere.net> <4A31676C.6020709@bah.homeip.net> <200906111523.55313.mel.flynn%2Bfbsd.questions@mailing.thruhere.net> <4A31C167.9040400@bah.homeip.net> <20090612125419.e418347b.freebsd@edvax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
> 	# cd /usr/src/sys/i386/conf
> 	# cp GENERIC MYKERNEL
> 	(or use any other descriptive name instead of MYKERNEL).
> 	edit MYKERNEL and add
> 		device sound
> 		device snd_hda
> 	# cd /usr/src
> 	# make buildkernel KERNCONF=MYKERNEL
> 	# make installkernel KERNCONF=MYKERNEL
> 	# reboot

why not:


edit MYKERNEL
config MYKERNEL
cd ../compile/MYKERNEL
make depend
make
make install

?




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