From owner-freebsd-questions Sun Jan 14 23:36:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from isy.liu.se (isy.liu.se [130.236.48.10]) by hub.freebsd.org (Postfix) with ESMTP id D592B37B401 for ; Sun, 14 Jan 2001 23:36:14 -0800 (PST) Received: from lagrange.isy.liu.se (lagrange.isy.liu.se [130.236.49.127]) by isy.liu.se (8.10.0/8.10.0) with ESMTP id f0F7aBh12950; Mon, 15 Jan 2001 08:36:11 +0100 (MET) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 15 Jan 2001 08:36:10 +0100 (CET) From: Micke Josefsson To: Paul Andrews Subject: RE: Building New Kernel Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. I use a SB16 PCI and have these lines in my kernel-config: device pcm0 at isa? port? irq 10 drq 1 flags 0x15 device sbc0 at isa? port 0x220 irq 10 drq 1 flags 0x15 (perhaps only the 1st one is really necessary) /M > Your advice and assistance is greatly appreciated. Thanks in advance all > those who reply. > > Paul Andrews > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---------------------------------- Michael Josefsson, MSEE mj@isy.liu.se This message was sent by XFMail running on FreeBSD 3.5-STABLE ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message