From owner-freebsd-questions Tue Jun 22 10:53:17 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 DF69815458 for ; Tue, 22 Jun 1999 10:52:41 -0700 (PDT) (envelope-from arifin@xfilesfan.com) Received: from dove.ulujami.net (as16port10.dnet.net.id [202.148.0.73]) by engine9.dnet.net.id (8.8.5/8.8.5) with ESMTP id CAA08153; Wed, 23 Jun 1999 02:11:01 +0700 Message-Id: <199906221911.CAA08153@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 In-Reply-To: <376F7C7C.90C72E7D@telspace.alcatel.fr> X-Team: Ulujami Date: Wed, 23 Jun 1999 00:52:00 +0700 (JAVT) From: ari To: thierry.herbelot@alcatel.fr Subject: Re: Compile Custom Kernel? Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22-Jun-99 Thierry Herbelot wrote: > Hello, > > Did you add a line like the following in your config file ? > controller scbus0 #base SCSI code > Hi Thierry, When i'm add lines controller scbus0, there is a progress. When running "make" now error message decrease, below is a message appear on screen after I'm add scbus0 line: loading kernel aha1742.o: Undefined symbol '_eisa_match_dev' referenced from text segment aha1742.o: Undefined symbol '_eisa_add_iospace' referenced from text segment .. ..{ notes: at least 12 lines} .. aha1742.o: Undefined symbol '_eisa_release_intr' referenced from text segment *** Error code 1 Then I edit MYKERNEL again and add/enable line controller eisa0 now I could "make install" and my soundcard could detect on kernel. thank you, -ari To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message