Hi,
    I'm trying to use alsa-driver-1.0.0pre3 with linux-2.2.25 and
gcc-2.95.3 for a GravisUltrasound PNP Pro and TMC PCI54ITS motherboard.

Previously, with alsa-driver-0.9.0rc6 and linux-2.2.20, I used isapnp
to map out certain IRQs after a cold-boot, before the snd-card-interwave
module would load.

Now I'm trying to use alsa-driver-1.0.0pre3 with linux-2.2.25.

After a minor fix (see separate message) the modules appear to build
successfully and, after a cold boot, when snd-isapnp is loaded...

# modprobe -v snd-isapnp
/sbin/insmod /lib/modules/2.2.25/misc/snd-isapnp.o \
        isapnp_verbose=2 isapnp_reserve_irq=5,7,11,12,13
Using /lib/modules/2.2.25/misc/snd-isapnp.o
Symbol version prefix ''

and the soundcard is reported by syslog...
        kernel: isapnp: Card 'UltraSound Plug & Play'
        kernel: isapnp:   Device 'UltraSound Plug & Play'
        last message repeated 4 times
        kernel: isapnp: 1 Plug & Play card detected total

Yet later, snd-interwave fails to load...

# modprobe -v snd-interwave
/sbin/insmod /lib/modules/2.2.25/misc/snd-interwave.o \
        index=0 id=GusPnP enable=1 isapnp=1 port=0x220 irq=15 \
        dma1=5 dma2=7 midi=0 pcm_channels=8 effect=1
Using /lib/modules/2.2.25/misc/snd-interwave.o
Symbol version prefix ''
/lib/modules/2.2.25/misc/snd-interwave.o: \
        init_module: Device or resource busy
Hint: insmod errors can be caused by incorrect module \
        parameters, including invalid IO or IRQ parameters
/lib/modules/2.2.25/misc/snd-interwave.o: \
        insmod /lib/modules/2.2.25/misc/snd-interwave.o failed
/lib/modules/2.2.25/misc/snd-interwave.o: \
        insmod snd-interwave failed

and syslog reports...
        kernel: InterWave soundcard not found or device busy

The linux-2.2.25 kernel is configured with...
# CONFIG_PNP is not set
CONFIG_SOUND=m
# CONFIG_SOUND_* are not set

and the alsa-driver-1.0.0pre3 with...
# ./configure --with-sequencer=yes --with-debug=detect \
        --with-isapnp=yes --with-oss=yes --with-cards=interwave

Does anything here look amiss, before I start adding printk's to
the source code?

Ted.
-- 
Ted <[EMAIL PROTECTED]>
   http://www.nowtsfree.freeserve.co.uk


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to