Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 1996 19:10:51 -0400 (EDT)
From:      Kim Culhan <kimc@w8hd.org>
To:        Amancio Hasty <hasty@rah.star-gate.com>
Cc:        Tomas Klockar <dateck@ludd.luth.se>, multimedia@FreeBSD.org
Subject:   Re: wdc1 not found 
Message-ID:  <Pine.BSI.3.95.960929185927.390A-100000@moonpie.w8hd.org>
In-Reply-To: <199609291858.LAA00888@rah.star-gate.com>

next in thread | previous in thread | raw e-mail | index | archive | help


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





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