Hi, ( not sure at all if this is going to help )

Look at this:
{ from:
http://www.kernel.org/doc/Documentation/sound/alsa/ALSAConfiguration.txt
}

{
  Module snd-opl3sa2
  ------------------

    Module for Yamaha OPL3-SA2/SA3 sound cards.

    isapnp      - ISA PnP detection - 0 = disable, 1 = enable (default)

    with isapnp=0, the following options are available:

    port        - control port # for OPL3-SA chip (0x370)
    sb_port     - SB port # for OPL3-SA chip (0x220,0x240)
    wss_port    - WSS port # for OPL3-SA chip (0x530,0xe80,0xf40,0x604)
    midi_port   - port # for MPU-401 UART (0x300,0x330), -1 = disable
    fm_port     - FM port # for OPL3-SA chip (0x388), -1 = disable
    irq         - IRQ # for OPL3-SA chip (5,7,9,10)
    dma1        - first DMA # for Yamaha OPL3-SA chip (0,1,3)
    dma2        - second DMA # for Yamaha OPL3-SA chip (0,1,3), -1 = disable

    This module supports multiple cards and ISA PnP.  It does not support
    autoprobe (if ISA PnP is not used) thus all ports must be specified!!!

    The power-management is supported.

}-------------------

You can make a file in /etc/modprobe.d/ with a name like opl.conf ( the name does not matter, but it must end in .conf )

in it:

options opl3sa2 isapnp=0 port=... etc.

Again, not sure, just trying, I do not have a card like that myself.
Look in dmesg to see what is happening
Look in /proc/interrupts to see if the card is 'alive', by the number of irq's changing.

--Jasper


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f68c219.7050...@xs4all.nl

Reply via email to