Re: some sound-related oops'es

From: Pierfrancesco Caci (ik5pvx@penny.ik5pvx.ampr.org)
Date: Tue Sep 26 2000 - 03:19:37 EST


:-> "Andrew" == Andrew McNamara <andrewm@connect.com.au> writes:

> I was eventually able to load the module cleanly by specifying:

> insmod sb isapnp=0 multiple=0 io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330

> In particular, the "multiple=0" got it to load without the "sb: I/O
> region in use".

ok, I've followed your suggestion and now I have sound back, but not
midi:

kernel: Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996
kernel: SB 4.13 detected OK (220)
kernel: <Sound Blaster 16 (4.13)> at 0x220 irq 5 dma 1,5
kernel: <Sound Blaster 16> at 0x330 irq 5 dma 0,0
kernel: YM3812 and OPL-3 driver Copyright (C) by Hannu Savolainen, Rob Hooft 1993-1996
kernel: <Yamaha OPL3> at 0x388
insmod: /lib/modules/2.4.0-test8/kernel/drivers/sound/awe_wave.o: init_module: No such device
insmod: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
AWE32: No ISAPnP cards found
AWE32: not detected

I used to be able to load awe_wave... and my card is the old model,
not an isapnp one

also, in /usr/src/linux/Documentation/sound/Soundblaster, multiple=0
is considered a hack and I should report a bug (hope this is a valid
bug report :-)

----------------------------------------------------------

Here is what I have in modules.conf regarding sound:

# first (and only) sound card
alias sound-slot-0 sb
# sound services: 0=mixer 2=midi 3,4=dsp
alias sound-service-0-0 sb
alias sound-service-0-2 awe_wave
alias sound-service-0-3 sb

alias midi awe_wave

alias char-major-14 sb
#alias char-major-14 v_midi
#alias char-major-14-1 awe_wave
#alias char-major-14 adlib_card
#alias char-major-14 opl3

# disable isapnp probing (isapnp=0) and multiple card search
  (multiple=0).
# The latter is a bug workaround
options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330 isapnp=0
  multiple=0

# enable persistent DMA buffer (1=enable, 0=disable)
options sound dmabuf=0

options opl3 io=0x388
#options adlib_card io=0x388 # FM synthetiser

add above sb awe_wave opl3 v_midi

# load soundfonts
post-install awe_wave /usr/local/bin/sfxload default

---------------------------------------------------------------------

-- 

------------------------------------------------------------------------------- Pierfrancesco Caci | ik5pvx | mailto:p.caci@tin.it - http://gusp.dyndns.org Firenze - Italia | Office for the Complication of Otherwise Simple Affairs Linux penny 2.4.0-test8 #1 Sun Sep 24 13:30:48 CEST 2000 i686 unknown - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Sep 30 2000 - 21:00:17 EST