Hi all.
I just installed RH51 and upgraded to the 2.0.35-2 kernel. I discovered
two problems after doing this ( although could be unrelated .. I don't
know ) :
- SOUND doesn't work. Doing a make modules_install, it says that
sound_syms.o can't be found. Looking in /usr/src/linux/drivers/sound, I
see that sound_syms.c isn't even compiled, even though I have specified
in the menuconfig that I wanted SB16 compatible sound, /dev/audio, MIDI,
etc .. compiled as a module.
- MODULES are kind of messed. Some modules don't autoload even though
kerneld is running and depmod -a has been run. depmod -a, when run, gives
me massive "unresolved symbol(s)" for many ( all? ) of my .o files in the
modules directory.
Ideas ?