Adam, I Followed this link http://www.cyberciti.biz/tips/compiling-linux-kernel-26.html in Summary make menuconfig ( here I enabled many option included debug related ) make make modules_install ( with root ) make install ( with root ) while compilation of other kernels these 4 steps worked for me. Am i missing something in compilation process... and yes important thing.... can we see compilation logs / error logs ??? if yes then please help me to locate this one.. - Rahul Ruikar On 22 September 2010 21:57, Adam M. Dutko <dutko.adam@xxxxxxxxx> wrote: > Seems you didn't compile the code into the kernel and selected them as > modules. I'm not familiar with the install.sh script. I usually do a lot > by hand. Did you regenerate your ramdisk? > > On Wed, Sep 22, 2010 at 12:09 PM, Rahul Ruikar <rahul.ruikar@xxxxxxxxx> > wrote: >> >> Hi All, >> >> I compiled kernel 2.6.35.5 on Fedora 13 ( laptop ) i got following errors. >> After completing installation I boot up system with this kernel but >> sound is not working ..that is >> >> [root@Ganesha linux-2.6.35.5]# make install >> sh /home/rahul/Downloads/stable/linux-2.6.35.5/arch/x86/boot/install.sh >> 2.6.35.5 arch/x86/boot/bzImage \ >> System.map "/boot" >> ERROR: modinfo: could not find module snd_hda_codec_idt >> ERROR: modinfo: could not find module snd_hda_intel >> ERROR: modinfo: could not find module snd_hda_codec >> ERROR: modinfo: could not find module snd_hwdep >> ERROR: modinfo: could not find module snd_seq >> ERROR: modinfo: could not find module snd_seq_device >> ERROR: modinfo: could not find module snd_pcm >> ERROR: modinfo: could not find module snd_timer >> ERROR: modinfo: could not find module snd >> ERROR: modinfo: could not find module soundcore >> ERROR: modinfo: could not find module snd_page_alloc >> -- >> To unsubscribe from this list: send the line "unsubscribe kernel-janitors" >> in >> the body of a message to majordomo@xxxxxxxxxxxxxxx >> More majordomo info at http://vger.kernel.org/majordomo-info.html > > -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html