From owner-freebsd-multimedia Sun Aug 11 16:11:00 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA18173 for multimedia-outgoing; Sun, 11 Aug 1996 16:11:00 -0700 (PDT) Received: from central.picker.com (central.picker.com [144.54.31.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA18157 for ; Sun, 11 Aug 1996 16:10:57 -0700 (PDT) Received: from ct.picker.com by central.picker.com with smtp (Smail3.1.28.1 #3) id m0upjEB-0004rwC; Sun, 11 Aug 96 18:43 EDT Received: from elmer.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA04804; Sun, 11 Aug 96 18:42:12 EDT Received: by elmer.picker.com (SMI-8.6/SMI-SVR4) id SAA23024; Sun, 11 Aug 1996 18:37:04 -0400 From: rhh@ct.picker.com (Randall Hopper) Message-Id: <199608112237.SAA23024@elmer.picker.com> Subject: SB32 and Voxware 3.5alpha5 Results To: multimedia@freebsd.org Date: Sun, 11 Aug 1996 18:37:04 -0400 (EDT) Reply-To: rhh@ct.picker.com Organization: Picker International, CT Division X-Mailer: ELM [version 2.4 PL24 PGP3 *ALPHA*] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk (This is a resend with a more appropriate Subject: line) Randall Amancio Hasty: > >If you have a machine handy with a SB16 , care to try out: >ftp://rah.star-gate.com:/pub/guspnp3-current.tar.gz > >Now is a good time to start checking out the code with non-gus cards Pulled this and tried to get it running on my Sound Blaster 32 running 2.2-061296-SNAP. Here are the results. -------------------------------------------------------------------- KERNEL CONFIG OPTIONS: device snd2 at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr device snd3 at isa? port 0x388 irq 10 drq 3 vector pasintr device snd6 at isa? drq 5 device snd7 at isa? port 0x330 --------------------------------------------------------------------- local.h OPTIONS: #define KERNEL_SOUNDCARD #define CONFIG_PAS #define CONFIG_SBPRO #define CONFIG_SB16 #define CONFIG_AUDIO #define CONFIG_SB --------------------------------------------------------------------- BUILDING KERNEL In file included from ../../i386/isa/sound/sound_config.h:34, from ../../i386/isa/sound/ad1848.c:45: ../../i386/isa/sound/local.h:16: gus.h: No such file or directory ../../i386/isa/sound/local.h:23: trix.h: No such file or directory ../../i386/isa/sound/local.h:30: sb.h: No such file or directory ../../i386/isa/sound/local.h:35: pas.h: No such file or directory - Commented out trix.h gus.h - Remove <> around pas.h in local.h, replaced with "" - Pulled sb.h from tasd-3.5-bsd-beta11 --------------------------------------------------------------------- REMADE DEVICES AND BOOTED NEW KERNEL: stealth % dmesg | grep snd snd2 at 0x220 irq 7 drq 1 flags 0xffffffff on isa snd3 at 0x388 irq 10 drq 3 flags 0xffffffff on isa snd6 at 0x0 drq 5 flags 0xffffffff on isa snd7 at 0x330 on isa stealth % ls -l /dev | grep 33, crw-rw-rw- 1 root wheel 33, 4 Aug 11 17:37 audio crw-rw-rw- 1 root wheel 33, 20 Aug 11 17:37 audio1 crw-rw-rw- 1 root wheel 33, 3 Aug 11 17:37 dsp crw-rw-rw- 1 root wheel 33, 19 Aug 11 17:37 dsp1 crw-rw-rw- 1 root wheel 33, 5 Aug 11 17:37 dsp16 crw-r--r-- 1 root wheel 33, 2 Aug 11 17:37 midi crw-rw-rw- 1 root wheel 33, 0 Aug 11 17:37 mixer crw-rw-rw- 1 root wheel 33, 15 Aug 11 17:37 pro_midi crw-rw-rw- 1 root wheel 33, 1 Aug 11 17:37 sequencer crw-rw-rw- 1 root wheel 33, 6 Aug 11 17:37 sndstat stealth % cat tst.au > /dev/audio /dev/audio: Device not configured. # cdplayer CD>play 1 1 cdplayer: Bad file descriptor stealth % maplay babylon5.mp2 can't open /dev/dsp for writing: Device not configured Any ideas? Randall Hopper rhh@ct.picker.com