I resently compiled 2.6.17<br>
<br>
<br>
<pre>wget <a href="http://download.fedora.redhat.com/pub/fedora/linux/core/development/source/SRPMS/kernel-2.6.17-1.2328.fc6.src.rpm">http://download.fedora.redhat.com/pub/fedora/linux/core/development/source/SRPMS/kernel-2.6.17-1.2328.fc6.src.rpm
</a><br>rpm -ivh kernel-2.6.17-1.2328.fc6.src.rpm<br>cd /usr/src/redhat/SPECS/<br>rpmbuild -bp --target $(uname -m) kernel-2.6.spec<br>cd /usr/src/redhat/BUILD/kernel-2.6.17/linux-2.6.17.i686/<br>cp configs/kernel-2.6.17-i586.config
 .config<br>make menuconfig<br>make<br>make modules_install<br>make install<br><br>I was going to do it from source, but was told the best way would be downloading the srpms<br><br><br><br><br><br></pre>
<br><br><div><span class="gmail_quote">On 7/3/06, <b class="gmail_sendername">Jerry Geis</b> <<a href="mailto:geisj@pagestation.com">geisj@pagestation.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I downloaded the kernel from <a href="http://kernel.org">kernel.org</a>.<br><br>I did the following:<br>cd /usr/src<br>tar -jxf /tmp/linux-2.6.17.3.tar.bz2<br>cd linux-2.6.17.3<br>make menuconfig<br>selected what I needed, saved the new config
<br>make bzImage<br>make modules<br><br>At this point nothing is compiled. All I get is:<br>  CHK     include/linux/version.h<br>  Building modules, stage 2.<br>  MODPOST<br><br>and a command prompt.<br><br>I did make menuconfig again and it has an [*] next to the kernel modules.
<br><br>Why are modules not compiling?<br><br>THanks,<br><br>Jerry<br><br>_______________________________________________<br>CentOS mailing list<br><a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br><a href="http://lists.centos.org/mailman/listinfo/centos">
http://lists.centos.org/mailman/listinfo/centos</a><br></blockquote></div><br>