I think you need to run "make modules" and "make modules_install" from the same directory as the other make commands ("make config" and so on). The purpose of this is to create the stuff needed for "sound as a module."
I'm not real familiar with sound, so that's about all I can say. I hope that helps. On Thu, 12 Aug 1999, Aaron Solochek wrote: > I've read the readme, and I can't get through all how-to's. I have a > slink system with 2.2.10, and until today I have never used modules. > I always just compiled everything I wanted into the kernel. But When my > soundblaster live arrived this morning, I realized that was going to > have to change. I downloaded the drivers from sblive.com and followed > their instructions. I compiled the kernel as it said, sound as a > module, no specific drivers, I couldn't locate the SMP support option, > and I compiled without version information. I had to create a > /lib/modules/2.2.10/, there was only a 2.0.36 ( I assume this is because > I never used modules) and I stuck the appropriate file in > /lib/modules/2.2.10/misc. I cut the end of the name off the file so > that it was simply emu10k1.o. I also created a modules.dep in > /lib/modules/2.2.10. It has only one line: > > /lib/modules/2.2.10/misc/emu10k1.o: > > There were no other soundcard refrences in conf.modules, but I added > "alias sound emu10k1" to /etc/modutils/aliases and ran update-modules. > Now when I issue the command "modprobe emu10k1" I get this: > > leko:~/emu10k1-0.3# modprobe emu10k1 > /lib/modules/2.2.10/misc/emu10k1.o: unresolved symbol > unregister_sound_dsp > /lib/modules/2.2.10/misc/emu10k1.o: unresolved symbol > unregister_sound_midi > /lib/modules/2.2.10/misc/emu10k1.o: unresolved symbol register_sound_dsp > > /lib/modules/2.2.10/misc/emu10k1.o: unresolved symbol > register_sound_mixer > /lib/modules/2.2.10/misc/emu10k1.o: unresolved symbol > unregister_sound_mixer > /lib/modules/2.2.10/misc/emu10k1.o: unresolved symbol > unregister_sound_special > /lib/modules/2.2.10/misc/emu10k1.o: unresolved symbol > register_sound_special > /lib/modules/2.2.10/misc/emu10k1.o: unresolved symbol > register_sound_midi > leko:~/emu10k1-0.3# > > > I have no idea where to go from here, aside from asking on this list :)