From owner-freebsd-multimedia Sun Sep 29 16:11:02 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA25760 for multimedia-outgoing; Sun, 29 Sep 1996 16:11:02 -0700 (PDT) Received: from moonpie.w8hd.org (moonpie.w8hd.org [198.252.159.14]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA25729 for ; Sun, 29 Sep 1996 16:10:59 -0700 (PDT) Received: from moonpie.w8hd.org (moonpie.w8hd.org [198.252.159.14]) by moonpie.w8hd.org (8.8.0/8.8.0) with SMTP id TAA00698; Sun, 29 Sep 1996 19:10:51 -0400 (EDT) Date: Sun, 29 Sep 1996 19:10:51 -0400 (EDT) From: Kim Culhan To: Amancio Hasty cc: Tomas Klockar , multimedia@FreeBSD.org Subject: Re: wdc1 not found In-Reply-To: <199609291858.LAA00888@rah.star-gate.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-multimedia@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 29 Sep 1996, Amancio Hasty wrote: > > Depending upon which kernel you are running , there is solution to > the gus pnp : > > Grab > ftp://rah.star-gate.com/pub/guspnp3-current.tar.gz > > If the sound driver compiles fine for you with you FreeBSD-current > then you are okay. However, if you have a more recent -current. You > need to do the following to your kernel Makefile: The following worked for me: > > INCLUDES= -nostdinc -I- -I. -I$S -I/sys/i386/isa/sound -I/sys/sys > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Add the above undersigned include path > > In /sys/i386/isa/sound/soundcard.c , delete the reference the following: > > #ifdef FreeBSDcurrent > #include "sys/devconf.h" > #endif > > In other words "sys/devconf.h" is no longer part of -current. > > ------------ > > Also this applies to guspnp3 for all versions of -current: > > in /sys/i386/isa/sound/local.h > > #define DSP_BUFFSIZE 65536 > > to > > #define DSP_BUFFSIZE 65536/2 > amancio- This now appears to be Ok: VoxWare Sound Driver:3.5-alpha7-951119 (Thu Jan 4 01:09:01 PST 1996 Amancio Has ty@rah.star-gate.com) Config options: 188090a Installed drivers: Type 4: Gravis Ultrasound Card config: Gravis Ultrasound at 0x220 irq 11 drq 5,7 Audio devices: 0: GUS MAX (CS4231) (DUPLEX) 1: Gravis UltraSound (DUPLEX) Synth devices: 0: Gravis UltraSound MAX (512k) Midi devices: 0: Gravis UltraSound Midi Timers: 0: System clock 1: GUS Mixers: 0: AD1848/CS4248/CS4231 1: Gravis Ultrasound We still get this error: maplay -v stereo-Sisters_Of_The_Assumption.mp2 can't open /dev/dsp for writing: Device not configured What do you think? kim -- kimc@w8hd.org