From owner-freebsd-questions Sun Aug 2 21:39:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24269 for freebsd-questions-outgoing; Sun, 2 Aug 1998 21:39:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from photon.soltec.net (photon.soltec.net [206.148.208.27]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA24262 for ; Sun, 2 Aug 1998 21:39:56 -0700 (PDT) (envelope-from jlr@soltec.net) Received: from jeff (ppp27.cu.soltec.net [206.148.209.27]) by photon.soltec.net (8.8.8/8.8.9) with SMTP id XAA04189 for ; Sun, 2 Aug 1998 23:39:01 -0500 (CDT) Message-Id: <199808030439.XAA04189@photon.soltec.net> From: "Jeff Rogers" To: freebsd-questions@FreeBSD.ORG Date: Sun, 2 Aug 1998 23:35:28 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: error code 1 after building kernel X-mailer: Pegasus Mail for Win32 (v3.01b) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I want to rebuild the Generic kernel to support soundblaster 16 pnp. I have first copied the Generic Kernel, created, edited & saved the new one, used /usr/sbin/config [kernel name] to build it. It builds successfully. This is exactly how I added the section dealing with the sb16: # PNP Driver conroller pnp0 # Sound controller snd0 device sb0 at isa? port 0x220 irq5 drq1 vector sbintr device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 Then, when I do the following: # cd ../../compile/[kernel name] # make it appears to also be successful. But then when it appears to be loading the new kernel, I get this output: loading kernel igmp.0: Undefined symbol '_loif' referenced from text segment ip_output.0: Undefined symbol 'looutput' referenced in text segment ***Error code 1 stop I have gone back with "ee" and looked at the kernel, and it appears to be okay, so far as I know (which is very little :) ). Can anyone point me in a good direction for tracing my problem? I also did a search for text that seemed to be highlighted in the error code (e.g. _loif); but the searches turned up no matches. Did I enter the relevant pnp and sb drive info in the wrong location? Again, thank you all for your generosity with your expertise. Jeff Rogers jlr@soltec.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message