From owner-freebsd-questions Mon Jun 21 10:43:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from engine9.dnet.net.id (engine9.dnet.net.id [202.148.1.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CE9F15110 for ; Mon, 21 Jun 1999 10:41:50 -0700 (PDT) (envelope-from arifin@xfilesfan.com) Received: from dove.ulujami.net (as26port8.dnet.net.id [202.148.2.87]) by engine9.dnet.net.id (8.8.5/8.8.5) with ESMTP id CAA20839 for ; Tue, 22 Jun 1999 02:00:19 +0700 Message-Id: <199906211900.CAA20839@engine9.dnet.net.id> X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Team: Ulujami Date: Tue, 22 Jun 1999 00:41:19 +0700 (JAVT) From: ari To: freebsd-questions@freebsd.org Subject: Compile Custom Kernel? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello FreeBSD, I wish to add my sound card to my kernel, but when I try running "make compile", appear message "You must build your kernel before trying to install" Below is my procedure to install new kernel, reference from handbook: #cp /usr/src/sys/i386/conf/GENERIC MYKERNEL #ee /usr/src/sys/i386/conf/MYKERENL and then I add device and controller for my soundblaster 16 card then I compile and install MYKERNEL: #cd /usr/src/sys/i386/conf #/usr/sbin/config MYKERNEL #cd ../../compile/MYKERNEL #make depend #make #make install {notes: here appear message "you must first build your kernel before trying to install} procedure above I read from handbook. FYI I use 226. I don't know where I make a mistaken, anyone know? thank you, -ari To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message