Date: Sun, 29 Sep 1996 11:58:31 -0700 From: Amancio Hasty <hasty@rah.star-gate.com> To: Tomas Klockar <dateck@ludd.luth.se> Cc: hackers@FreeBSD.org Subject: Re: wdc1 not found Message-ID: <199609291858.LAA00888@rah.star-gate.com> In-Reply-To: Your message of "Sun, 29 Sep 1996 01:32:22 %2B0200." <199609282332.BAA09732@father.ludd.luth.se>
next in thread | previous in thread | raw e-mail | index | archive | help
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: 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 Read the Readme file to learn how to configure the gus pnp with the new driver is very easy. If you have any further questions just e-mail me. Cheers, Amancio >From The Desk Of Tomas Klockar : > I have a small problem. > When I upgraded my cpu from a 486DX33 to a 486DX2/66 the ide interface on my > gravisultrasound pnp pro stoped getting detected. > > My other problem is that i can't compile the 2.1.5R kernal with sound support > for my gravis card. > Is there any support for this card or do i need to write it myself. > > Does anyone have any solution for this. > > I guess my IDE interface on my sound card answeres to slowly so some sort of > delay is needed. Its imidetly detecting no card. > > Thanks in advance > > /Tomas > > -- > Tomas Klockar can be found at the following adresses: > > Vänortsvägen 9:164 | Furuvägen 102 | dateck@ludd.luth.se > 977 54 Luleå | 871 52 Härnösand | dateck@solace.mh.se > Tel: +46-920-224775 | Tel: +46-611-13393 | d94-tkl@sm.luth.se >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609291858.LAA00888>