From owner-freebsd-questions Tue Jun 22 14: 3:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 2FCB315367 for ; Tue, 22 Jun 1999 14:03:10 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Tue, 22 Jun 1999 17:03:10 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB44011059DC@site2s1> From: Christopher Michaels To: 'ari' Cc: freebsd-questions@FreeBSD.ORG Subject: RE: Compile Custom Kernel? Date: Tue, 22 Jun 1999 17:05:01 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The original reason your getting these errors is because you have devices in your kernel config that are scsi or eisa, but you commented out the drivers for eisa and scbus. Readding them is an option, but if you use neither you're better off commenting out the offending devices in the 1st place. -Chris > -----Original Message----- > From: ari [SMTP:arifin@xfilesfan.com] > Sent: Tuesday, June 22, 1999 1:52 PM > To: thierry.herbelot@alcatel.fr > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Compile Custom Kernel? > > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message