Date: Sun, 14 Jan 2001 23:51:03 -0800 From: "Crist J. Clark" <cjclark@reflexnet.net> To: Micke Josefsson <mj@isy.liu.se> Cc: Paul Andrews <andrews@powersurfr.com>, questions@FreeBSD.ORG Subject: Re: Building New Kernel Message-ID: <20010114235103.B97980@rfx-64-6-211-149.users.reflexco> In-Reply-To: <XFMail.010115083610.mj@isy.liu.se>; from mj@isy.liu.se on Mon, Jan 15, 2001 at 08:36:10AM %2B0100 References: <Pine.BSO.4.21.0101150002170.17131-100000@fearless.leader.extorted.ca> <XFMail.010115083610.mj@isy.liu.se>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 15, 2001 at 08:36:10AM +0100, Micke Josefsson wrote: > > On 15-Jan-01 Paul Andrews wrote: > > I have just installed 4.2-RELEASE and am in the process of creating a new > > kernel so that my sound card is supported. I have just cvsup'd the latest > > source tree for RELENG_4. > > > > What I need to know is which command set should I use after editing > > MYKERNEL: > > > > Set #1 > > cd /usr/src > > make buildworld > > make installworld > > make buildkernel KERNEL=MYKERNEL > > make installkernel KERNEL=MYKERNEL > > > > Set #2 > > cd /usr/src > > make buildworld > > make installworld > > cd /usr/src/sys/i386/conf/ > > /usr/sbin/config MYKERNEL > > cd../../compile/MYKERNEL > > make depend > > make > > make install > > > > Second question is: Anyone had issues installing a SoundBlaster 16 PCI > > Soundcard into there kernel. Is "device pcm" the only line required > > to get the soundcard built into the kernel? > > To stir it up a bit I use set #2 as an old habit. And it works for me. You're lucky. The actual recommended way to go is, # make buildworld # make buildkernel KERNEL=MYKERNEL # make installkernel KERNEL=MYKERNEL # shutdown -r now [in single user mode] # make installworld # mergmaster # reboot You can probably get away without going into single-user mode and rebooting in the middle. See /usr/src/UPDATING for details. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010114235103.B97980>