Hi Vaibhav,<br><br>&gt;Hi,<br><br>&gt;I am trying to install an extra vanilla kernel on Fedora 13. The Fedora 13 runs on vmware virtual machine.<br>&gt;I installed it using and iso of live cd. A &#39;uname -r&#39; gives the version as  2.6.33-85.fc13.i686.<br>

<br>&gt;The kernel version I am trying to install is 2.6.38.8<br><br>&gt;I am following these steps :<br><br>&gt;- Download kernel source and unzip it<br>&gt;- make menuconfig (Saved the config)<br>&gt;- make <br>&gt;- make modules_install<br>
&gt;- make install<br>
<br>&gt;However as soon as i do a &#39;make install &#39; an error message appears saying :<br><br>&gt;&quot;ERROR:modinfo:could not find module i2c_core&quot;<br><br>&gt;I could find the options for i2c in the config menu and enabled some of them but didn&#39;t help.<br>
&gt;Could anyone please tell me how to debug this error ? I  have tried the same thing on Fedora 14 earlier and there was<br>&gt;no such problem.<br><br>&gt;Thanks<br>&gt;Vaibhav Jain<br><br>Try running make localmodconfig after running make menuconfig. The former command finds out all the currently loaded kernel modules, device drivers etc and ensures that all the config options necessary for them are set in the .config file.<br>
<br>Regards,<br>Srivatsa S. Bhat <br>