From alsa-user-owner@alsa.jcu.cz  Tue Oct  6 11:01:31 1998
Received: from entry.jcu.cz (IDENT:perex@entry.jcu.cz [160.217.1.111])
	by marvin.jcu.cz (8.9.1a/8.9.1) with SMTP id KAA16720;
	Tue, 6 Oct 1998 10:58:31 +0200
Date: Tue, 6 Oct 1998 10:58:25 +0200 (CEST)
From: Jaroslav Kysela <perex@jcu.cz>
To: Forrest Cahoon <forrest@pconline.com>
cc: alsa-user@alsa.jcu.cz
Subject: Re: snd-gusclassic.o: init_module: Device or resource busy
In-Reply-To: <19981006034245.A1206@pconline.com>
Message-ID: <Pine.LNX.3.96.981006105647.7966A-100000@entry.jcu.cz>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list

On Tue, 6 Oct 1998, Forrest Cahoon wrote:

> Dobrici! ( ... at least, I think that's what my grandfather used to say ...)

:-))) Maybe 'dobraci' is right czech word.

> I've got a GUS Classic in my Zeos Pentium 90, and I can't seem to get
> the ALSA drivers to work.  I've got OSS/Lite to work, both compiled
> into the kernel (2.0.35) and as a module, so I know the settings are
> right: IRQ 11, io address 0x220, both DMA's set to 1.  I've followed
> the INSTALL directions as closely as I could: although I could still
> be confused about what goes in conf.modules, I think I've added the
> right lines:
> 
> # ALSA sound driver stuff
> alias char-major-14 snd
> alias snd-minor-oss-0 snd-mixer
> alias snd-minor-oss-3 snd-pcm1-oss
> alias snd-minor-oss-4 snd-pcm1-oss
> alias snd-minor-oss-5 snd-pcm1-oss
> alias snd-minor-oss-12 snd-pcm1-oss
> alias snd-card-0 snd-gusclassic
> options snd snd_major=14 snd_cards_limit=1
> options snd-gusclassic snd_port=0x220 snd_irq=11 snd_dma1=1 snd_dma2=1

If you want disable second DMA channel use:

options snd-gusclassic snd_port=0x220 snd_irq=11 snd_dma1=1 snd_dma2=-1

							Jaroslav

-----
Jaroslav Kysela <perex@jcu.cz>
Academic Computer Centre, University of South Bohemia
Branisovska 31, C. Budejovice, CZ-370 05 Czech Republic


