From owner-freebsd-questions Mon Jul 27 07:15:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23079 for freebsd-questions-outgoing; Mon, 27 Jul 1998 07:15:57 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from harfang.CC.UMontreal.CA (harfang.CC.UMontreal.CA [132.204.2.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23057 for ; Mon, 27 Jul 1998 07:15:43 -0700 (PDT) (envelope-from beaupran@JSP.UMontreal.CA) Received: from epsom.jsp.umontreal.ca (epsom.JSP.UMontreal.CA [132.204.45.25]) by harfang.CC.UMontreal.CA (8.8.8/8.8.8) with SMTP id KAA17596; Mon, 27 Jul 1998 10:15:11 -0400 (EDT) Received: from outpost.nada.org (derby.jsp.umontreal.ca [132.204.45.26]) by epsom.jsp.umontreal.ca via SMTP (951211.SGI.8.6.12.PATCH1502/JSP1789) id KAA13789; Mon, 27 Jul 1998 10:14:45 -0400 Date: Mon, 27 Jul 1998 10:15:49 -0400 (EDT) From: Spidey X-Sender: beaupran@outpost.nada.org To: Daniel Lee Greer cc: freebsd-questions@FreeBSD.ORG Subject: Re: Trouble compiling a kernel In-Reply-To: <35B68139.359B61C6@jabba.greerhome.louisville.ky.us> 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 don't know if somebody already answered this but i'll do it anyway. On Wed, 22 Jul 1998, Daniel Lee Greer wrote: > Hello everyoe, I am having a very odd problem getting my kernel to > compile, I have added the following lines for support of my Soundblaster > 16 card: First, it must be PnP, right? Well if it is, you must include the 'controller pnp0' line in your kernel. > device sb0 at isa? port 0x220 irq 10 drq 1 vector sbintr > device sbxvi0 at isa? drq 5 > device sbmidi0 at isa? port 0x330 > device opl0 at isa? port 0x338 > options "SBC_IRQ=10" > > I copy the GENERIC to KERNELSB > add the lines > issue the config KERNELSB > it goes for a few minutes and then errors out with the following errors: > > loading kernel > ioconf.o: Undefined symbol `_sbdriver' referenced from data segment > ioconf.o: Undefined symbol `_sbintr' referenced from data segment > ioconf.o: Undefined symbol `_sbxvidriver' referenced from data segment > ioconf.o: Undefined symbol `_sbmididriver' referenced from data segment > ioconf.o: Undefined symbol `_opldriver' referenced from data segment > ***Error code 1 > > > stop You forgot the 'controller snd0' line. Spidey How 'bout a little ride through your own world? http://www.JSP.UMontreal.CA/~beaupran/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message