All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nerijus Baliunas <Nerijus@Prototechnika.lt>
To: linux-sound@vger.kernel.org
Subject: sound blaster awe64 and "mod_firmware_load"
Date: Fri, 13 Nov 1998 18:20:54 +0000	[thread overview]
Message-ID: <marc-linux-sound-91098502923768@msgid-missing> (raw)

I am having a problem with sound in kernel 2.1.127. I have also tried
kernels 112, 125.
I have SB AWE64 plug and play. Kernel is compiled with sound module support.
When I boot I get message:
/lib/modules/2.1.127/misc/sb.o: unresolved symbol mod_firmware_load
sound: Device or resource busy

My /etc/conf.modules:
alias sound sb
options -k sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330

When in /usr/src/linux/drivers/sound/sb_common.c
I comment lines between #ifdef and #endif, sound works:
#ifdef MODULE
/*	if (!smw_ucode)
	{
		extern void *smw_free;

		smw_ucodeLen = mod_firmware_load("/etc/sound/midi0001.bin",
(void *) &smw_ucode);
		smw_free = smw_ucode;
	}
*/	
#endif


Also there is a newer awe lowlevel driver ver.0.4.2d in
http://bahamut.mm.t.u-tokyo.ac.jp/~iwai/awedrv/index.html
Why isn't it included in kernel source?


My kernel .config:

#
# Sound
#
CONFIG_SOUND=y
# CONFIG_SOUND_ES1370 is not set
# CONFIG_SOUND_ES1371 is not set
# CONFIG_SOUND_SONICVIBES is not set
# CONFIG_SOUND_MSNDCLAS is not set
# CONFIG_SOUND_MSNDPIN is not set
CONFIG_SOUND_OSS=m
# CONFIG_SOUND_PAS is not set
CONFIG_SOUND_SB=m
CONFIG_SOUND_ADLIB=m
# CONFIG_SOUND_GUS is not set
# CONFIG_SOUND_MPU401 is not set
# CONFIG_SOUND_PSS is not set
# CONFIG_SOUND_MSS is not set
# CONFIG_SOUND_SSCAPE is not set
# CONFIG_SOUND_TRIX is not set
# CONFIG_SOUND_MAD16 is not set
# CONFIG_SOUND_WAVEFRONT is not set
# CONFIG_SOUND_CS4232 is not set
# CONFIG_SOUND_OPL3SA2 is not set
# CONFIG_SOUND_MAUI is not set
# CONFIG_SOUND_SGALAXY is not set
# CONFIG_SOUND_OPL3SA1 is not set
# CONFIG_SOUND_SOFTOSS is not set
CONFIG_SOUND_YM3812=m
# CONFIG_SOUND_VMIDI is not set
# CONFIG_SOUND_UART6850 is not set

#
# Additional low level sound drivers
#
CONFIG_LOWLEVEL_SOUND=y
# CONFIG_ACI_MIXER is not set
CONFIG_AWE32_SYNTH=m


regards,
Nerijus

             reply	other threads:[~1998-11-13 18:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-13 18:20 Nerijus Baliunas [this message]
1998-11-17 18:56 ` sound blaster awe64 and "mod_firmware_load" Nerijus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-sound-91098502923768@msgid-missing \
    --to=nerijus@prototechnika.lt \
    --cc=linux-sound@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.