From alsa-user-owner@alsa.jcu.cz  Thu Jan 28 14:15:17 1999
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 OAA25924;
	Thu, 28 Jan 1999 14:11:26 +0100
Date: Thu, 28 Jan 1999 14:11:26 +0100 (CET)
From: Jaroslav Kysela <perex@jcu.cz>
To: Daniele Malleo <dmalle@ucdavis.edu>
cc: "alsa-user@alsa.jcu.cz" <alsa-user@alsa.jcu.cz>
Subject: Re: Device or resource busy?
In-Reply-To: <36AFFA9C.86217452@ucdavis.edu>
Message-ID: <Pine.LNX.3.96.990128141032.4780B-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 Thu, 28 Jan 1999, Daniele Malleo wrote:

> Please help!
> I installed alsa drivers,libs and utils.
> I then tried modprobe my opl3 and I typed, as suggested:
> 
> # modprobe snd-opl3sa snd_port=0x220
> snd_wss_port=0x530 snd_midi=-1 snd_fm_port=0x388 snd_irq=5 snd_dma1=0
> snd_dma1_size=32 snd_dma2=3 snd_dma2_size=32
> 
> 
> This is the response I get:
> 
> 
> /lib/modules/2.2.0-final/misc/snd-opl3sa.o: invalid parameter snd_midi
> snd: Device or resource busy

From alsa-driver/INSTALL:

  Module snd-opl3sa.o
  -------------------

    Module for Yamaha OPL3-SA2/SA3 soundcards.

    snd_port    - control port # for OPL3-SA chip
    snd_wss_port - WSS port # for OPL3-SA chip (0x530,0xe80,0xf40,0x604)
    snd_midi_port - port # for MPU-401 UART (0x300,0x330), -1 = disable
    ^^^^^^^^^^^^^
????????????????????????????

    snd_fm_port - FM port # for OPL3-SA chip (0x388), -1 = disable
    snd_irq     - IRQ # for OPL3-SA chip (5,7,9,10)
    snd_dma1    - first DMA # for Yamaha OPL3-SA chip (0,1,3)
    snd_dma1_size - max first DMA size in kB (4-64kB)
    snd_dma2    - second DMA # for Yamaha OPL3-SA chip (0,1,3), -1 = disable
    snd_dma2_size - max second DMA size in kB (4-64kB)

    Module supports up to 8 cards and ISA PnP. This module doesn't supports
    autoprobe (if ISA PnP isn't used) thus all ports must be specified!!!


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


