From owner-freebsd-multimedia Thu Sep 7 18:48:21 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id ABD0037B42C for ; Thu, 7 Sep 2000 18:48:17 -0700 (PDT) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id TAA14557; Thu, 7 Sep 2000 19:48:09 -0600 (MDT) (envelope-from ken) Date: Thu, 7 Sep 2000 19:48:09 -0600 From: "Kenneth D. Merry" To: jolan Cc: multimedia@FreeBSD.ORG Subject: Re: Gravis Ultrasound PnP Message-ID: <20000907194809.A14518@panzer.kdm.org> References: <20000907192957.A14174@panzer.kdm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from jolan@enteract.com on Thu, Sep 07, 2000 at 08:43:53PM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Sep 07, 2000 at 20:43:53 -0500, jolan wrote: > I have: > > device pcm > device gusc0 at isa? port 0x210 irq 5 drq 5 flags 0x13 It's a plug-n-play card, you don't really need to specify the irq, port, DMA channels, etc. Just specify the two devices. > I think the only difference between the PnP Pro and the PnP is the Pro has > 512k of sampling RAM? Yeargh. Can't remember that far back. Yep, the Pro has 512K RAM built in. > but when I play an audiofile, the first half second or so loops > continuously until I kill the process. I get the following error message: > pcm0: play interrupt timeout, channel dead > > gusc1: at port > 0x220-0x22f,0x320-0x327,0x32c-0x32f irq 12 drq 5,7 on isa0 > > pcm0: on gusc1 > > unknown0: at port > 0x1e8-0x1ef,0x3ee-0x3ef irq 10 on isa0 > > unknown1: at port 0x201 on isa0 > > gusc2: at port 0x388-0x389 irq 5 drq 1 > on is a0 > gusc3: at port 0x330-0x331 on isa0 > > It looks like it's not wanting to go on the irq, dma & io port I'm trying > to force it on. 210, 5, 5 & 6 have worked for me in the past. I looked > through sound_config.h but it doesn't appear to allow hardcoding of > values. Any input? Try just 'device gusc' instead of hardwiring gusc0. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message