Re: missing kernel symbols in 2.1.117

Florian La Roche (florian@suse.de)
Thu, 20 Aug 1998 14:03:33 +0200


On Thu, Aug 20, 1998 at 01:50:15PM +0100, Alan Cox wrote:
> > knorke:/boot # depmod -a -e
> > /lib/modules/2.1.117/misc/msp3400.o: unresolved symbol(s)
> > mixer_devs
> > sound_alloc_mixerdev
> > sound_unload_mixerdev
> > knorke:/boot #
>
> They are in the sound subsystem. (sound_core.o). Did you build with
> sound=n ?

#
# Sound
#
-# CONFIG_SOUND is not set
+CONFIG_SOUND=m
+# 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 is not set

#
# Kernel hacking

knorke:~/private/bootdisks/kernel/new $ nm /lib/modules/2.1.117/misc/soundcore.o | grep mixer
00000017 ? __kstrtab_register_sound_mixer
0000006c ? __kstrtab_unregister_sound_mixer
00000008 ? __ksymtab_register_sound_mixer
00000028 ? __ksymtab_unregister_sound_mixer
00000134 T register_sound_mixer
000001a4 T unregister_sound_mixer
knorke:~/private/bootdisks/kernel/new $

/* Generated by configure. Don't edit!!!! */
/* Making changes to this file is not as simple as it may look. */

/* If you change the CONFIG_ settings in local.h you */
/* _have_ to edit .defines too. */

#undef CONFIG_PAS
#define CONFIG_SB
#undef CONFIG_ADLIB
#undef CONFIG_GUS
#undef CONFIG_MPU401
#undef CONFIG_UART6850
#undef CONFIG_PSS
#undef CONFIG_GUS16
#undef CONFIG_GUSMAX
#undef CONFIG_MSS
#undef CONFIG_SSCAPE
#undef CONFIG_TRIX
#undef CONFIG_MAD16
#undef CONFIG_CS4232
#undef CONFIG_MAUI
#undef CONFIG_SPNP
#undef CONFIG_UNUSED1
#undef CONFIG_UNUSED2
#undef CONFIG_AEDSP16
#define CONFIG_AUDIO
#undef CONFIG_MIDI
#undef CONFIG_YM3812

#undef CONFIG_MPU_EMU
#undef CONFIG_AD1848
#define CONFIG_SBDSP
#define CONFIG_UART401
#define CONFIG_SEQUENCER

#define SBC_BASE 0x220
#define SBC_IRQ 5
#define SBC_DMA 1
#define SB_DMA2 5
#define DSP_BUFFSIZE 65536
#define SELECTED_SOUND_OPTIONS 0x00080002

If it looks like I have goofed up on this, just ignore it. I will look
into this some time later today...

Florian La Roche

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html