From nobody@FreeBSD.org  Fri Jul 27 14:42:22 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id D632637B403
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Jul 2001 14:42:21 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id f6RLgLT51445;
	Fri, 27 Jul 2001 14:42:21 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200107272142.f6RLgLT51445@freefall.freebsd.org>
Date: Fri, 27 Jul 2001 14:42:21 -0700 (PDT)
From: Joshua <joshg@tampabay.rr.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: when compiling the kernel with "device snd" it will not complete compile?
X-Send-Pr-Version: www-1.0

>Number:         29268
>Category:       kern
>Synopsis:       when compiling the kernel with "device snd" it will not complete compile?
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 27 14:50:00 PDT 2001
>Closed-Date:    Sat Jul 28 00:22:33 PDT 2001
>Last-Modified:  Sat Jul 28 00:23:01 PDT 2001
>Originator:     Joshua
>Release:        freebsd 4.3
>Organization:
>Environment:
FreeBSD dns.jiggity.int 4.3-RELEASE #0: Sat Apr 21 10:54:49
GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386
>Description:
I am trying to get the sound working on this machine. I added one line to the kernel
device     snd
thats it. and during the make it doesnt complete. the error is as follows...

sound_switch.o: In function 'sound_read_sw':
sound_switch.o(.text+0x525): undefined reference to 'MIDIbuf_read'

what could the problem be?
>How-To-Repeat:
just config the kernel with snd in it. and do a make depend followed by a make and it will do it
>Fix:

>Release-Note:
>Audit-Trail:

From: Christopher Shumway <cshumway@titan-project.org>
To: Joshua <joshg@tampabay.rr.com>
Cc: <freebsd-gnats-submit@FreeBSD.ORG>
Subject: Re: kern/29268: when compiling the kernel with "device snd" it will
 not complete compile?
Date: Fri, 27 Jul 2001 16:21:38 -0700 (PDT)

 On Fri, 27 Jul 2001, Joshua wrote:
 
 > FreeBSD dns.jiggity.int 4.3-RELEASE #0: Sat Apr 21 10:54:49
 > GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386
 
 > >Description:
 > I am trying to get the sound working on this machine. I added one line to the kernel
 > device     snd
 > thats it. and during the make it doesnt complete. the error is as follows...
 >
 > sound_switch.o: In function 'sound_read_sw':
 > sound_switch.o(.text+0x525): undefined reference to 'MIDIbuf_read'
 >
 > what could the problem be?
 
 The voxware drivers require additonal chipset drivers built into the kernel in
 order to work.  So in addtion to "device snd" you would need an approperate
 chipset driver for your sound card, e.g. "device sb", "device sbxvi", and
 "device sbmidi" if your sound card was a SoundBlaster 16.
 
 However the voxware audio drivers have been unmaintained for a while and have
 most likely suffered bit-rot.  You sould use the pcm(4) device for most sound
 cards today.
 
 Please follow the instructions at:
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound.html
 
 In the future, its a good idea to submit problems to questions@freebsd.org
 before using the GNATS database.
 
 ---
 Christopher Shumway				cshumway@titan-project.org
 						cshumway@freebsd.org
 
State-Changed-From-To: open->closed 
State-Changed-By: dd 
State-Changed-When: Sat Jul 28 00:22:33 PDT 2001 
State-Changed-Why:  
Please ask questions on questions@freebsd.org. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29268 
>Unformatted:
