Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jul 1998 10:15:49 -0400 (EDT)
From:      Spidey <beaupran@JSP.UMontreal.CA>
To:        Daniel Lee Greer <greer@jabba.greerhome.louisville.ky.us>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Trouble compiling a kernel
Message-ID:  <Pine.BSF.3.96.980727101309.5046C-100000@outpost.nada.org>
In-Reply-To: <35B68139.359B61C6@jabba.greerhome.louisville.ky.us>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980727101309.5046C-100000>