Linux Sound subsystem development
 help / color / mirror / Atom feed
* sound blaster awe64 and "mod_firmware_load"
@ 1998-11-13 18:20 Nerijus Baliunas
  1998-11-17 18:56 ` Nerijus
  0 siblings, 1 reply; 2+ messages in thread
From: Nerijus Baliunas @ 1998-11-13 18:20 UTC (permalink / raw)
  To: linux-sound

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-11-17 18:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1998-11-13 18:20 sound blaster awe64 and "mod_firmware_load" Nerijus Baliunas
1998-11-17 18:56 ` Nerijus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox