Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 1996 20:41:41 -0700 (PDT)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Dave <partek@truly.indecent.com>
Cc:        questions@freebsd.org
Subject:   Re: Sound Blaster support in 2.1.5R
Message-ID:  <Pine.BSI.3.94.960819204024.337N-100000@gdi.uoregon.edu>
In-Reply-To: <Pine.BSF.3.91.960819213100.6748A-100000@truly.indecent.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 19 Aug 1996, Dave wrote:

> When trying to compile the sb/sb16 support into my kernel, I get this:
> 
> loading kernel
> ioconf.o: Undefined symbol `_sbdriver' referenced from data segment
> ioconf.o: Undefined symbol `_sbintr' referenced from data segment
> *** Error code 1

_sb is your hint it's in the soundblaster driver.  You probably forgot to
add something, so let's take a look...

> device sb0      at isa? port 0x220 irq 5 drq 1 vector sbintr
> #device sbxvi0   at isa? drq 5
> #device sbmidi0  at isa? port 0x330

Yup.  You forgot to add 'controller snd0' before this section.  Modify
your kernel config and try again.

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.960819204024.337N-100000>