From owner-freebsd-questions Sun Jan 14 23:11:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ike-ext.ab.videon.ca (unknown [206.75.216.35]) by hub.freebsd.org (Postfix) with SMTP id 8CFD537B400 for ; Sun, 14 Jan 2001 23:10:57 -0800 (PST) Received: (qmail 19489 invoked from network); 15 Jan 2001 07:09:36 -0000 Received: from unknown (HELO fearless.leader.extorted.ca) ([24.108.67.187]) (envelope-sender ) by ike-ext.ab.videon.ca (qmail-ldap-1.03) with SMTP for ; 15 Jan 2001 07:09:36 -0000 Date: Mon, 15 Jan 2001 00:09:36 -0700 (MST) From: Paul Andrews X-Sender: andrews@fearless.leader.extorted.ca To: questions@freebsd.org Subject: Building New Kernel Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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? 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