I am using kernel 2.4.2-2 I compiled it using following steps :
make xconfig make dep;make clean make bzImage make modules;make modules_install
Now I copied bzImage to /boot and made appropriate changes to lilo.conf I executed /sbin/lilo
Now while booting linux I get following errors: modprobe:Can't locate module opl3sa2 {My sound card is Yamaha and I had enabled this module}
I tried sndconfig which gave me following error : You don't seem to be running kernel with modular sound enabled (soundcore.o was not found in the module search path) { I had enabled modular sound }
The second error is as follows: mount:fs type vfat not supported by kernel { I had enabled this during the configuration}
I tried booting through my original kernel but still I get these errors. Please help me. Thanks in advance.