From owner-freebsd-multimedia Tue Jan 21 22:33:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA17867 for multimedia-outgoing; Tue, 21 Jan 1997 22:33:20 -0800 (PST) Received: from housing1.stucen.gatech.edu (housing1.stucen.gatech.edu [130.207.52.71]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA17854 for ; Tue, 21 Jan 1997 22:32:55 -0800 (PST) Received: (from ken@localhost) by housing1.stucen.gatech.edu (8.8.4/8.8.4) id BAA26945; Wed, 22 Jan 1997 01:31:54 -0500 (EST) From: Kenneth Merry Message-Id: <199701220631.BAA26945@housing1.stucen.gatech.edu> Subject: Re: Troubles compiling kernel with GUS support. In-Reply-To: <199701220428.XAA23148@netcom4.netcom.com> from Stan Brown at "Jan 21, 97 11:28:01 pm" To: stanb@netcom.com (Stan Brown) Date: Wed, 22 Jan 1997 01:31:53 -0500 (EST) Cc: freebsd-multimedia@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL25 (25)] 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 Stan Brown wrote... > I have purchased a Gravs Ultrasound card, and am trying to get it > working under FreeBSD. I downlaoded the guspnp6.tar.gz file unpacked it > and edited the config file. Then I tried to compile a new kernel. > Unfortunately I got the error "Can;t find include file midi_synth.h" > This is strange because there is such a file in > /sys/config/i386/isa/sound. Could this be an include path probelm? Edit /sys/i386/isa/sound/midi_synth.c and change this line: #include "midi_synth.h" To look like this: #include It worked for me. > I am curiosu as to why the instructions say to work from /sys,when I > usally build a kernel from /usr/src/sys. /sys is generally a link to /usr/src/sys. It's probably there because of tradition, although there may be a good reason behind it. (someone please enlighten me if there is) > One more question their is some mention in the notes about needing to > have more than standrad on card memory on the GUS. Is this required? > If so how much do I need? Also can I use 70NS 30 pins SIMS that I have > left over? Or do I have to but 60NS units. According to the information I got with my PnP Pro, you should use 70ns or faster 30 pin SIMMS. Hope this helps, Ken -- Kenneth Merry ken@ulc199.residence.gatech.edu Disclaimer: I don't speak for GTRI, GT, or Elvis.