From owner-freebsd-multimedia Tue Jul 8 23:44:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA00883 for multimedia-outgoing; Tue, 8 Jul 1997 23:44:27 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca13-05.ix.netcom.com [204.32.168.37]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA00878 for ; Tue, 8 Jul 1997 23:44:24 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.6/8.6.9) id XAA01813; Tue, 8 Jul 1997 23:44:15 -0700 (PDT) Date: Tue, 8 Jul 1997 23:44:15 -0700 (PDT) Message-Id: <199707090644.XAA01813@silvia.HIP.Berkeley.EDU> To: hasty@rah.star-gate.com CC: multimedia@freebsd.org In-reply-to: <199707060830.BAA00724@rah.star-gate.com> (message from Amancio Hasty on Sun, 06 Jul 1997 01:30:53 -0700) Subject: Re: guspnp8 driver release From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * GUSPNP8 7/6/97 * This sound driver is for FreeBSD 3.0-current. I got this to work with both 3.0-current and 2.2-stable with my GUS MAX (the old one, no PnP). Just dropped it in /sys/i386/isa/sound, added these lines: === controller snd0 device gus0 at isa? port 0x220 irq 5 drq 1 vector gusintr options NOGUSPNP === to my kernel config file (I got the port/irq/drq from Win95's device manager), and presto! I now have a functional sound card! :) === Jul 8 23:06:13 silvia /kernel: gus0 at 0x220 irq 5 drq 1 flags 0xffffffff on isa Jul 8 23:06:13 silvia /kernel: GUS MAX (CS4231A)> at 0x32c dma 1,1 Jul 8 23:06:13 silvia /kernel: Gravis UltraSound MAX (512k)> at 0x220 irq 5 dma 1 Jul 8 23:06:13 silvia /kernel: === (There appears to be an extra newline in there, btw.) I can now run auvoxware (it used to die with "no block info" or something with the exact same kernel config options) and play .wav files. I don't get panics or anything (oss keeps crashing my machine...). Thanks! :) Satoshi