Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2001 16:30:02 -0700 (PDT)
From:      Christopher Shumway <cshumway@titan-project.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/29268: when compiling the kernel with "device snd" it will not complete compile?
Message-ID:  <200107272330.f6RNU2L79782@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/29268; it has been noted by GNATS.

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
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107272330.f6RNU2L79782>