Dear all,<div><br><div>I have a problem about installing xen kernel</div><div><br></div><div>my linux kernel is 2.6.32-220.4.2.el6.x86_64</div><div><br></div><div><div>[root@client1 linux-2.6.31.8]# uname -r</div><div>2.6.32-220.4.2.el6.x86_64</div>
</div><div><br></div><div><pre class="code" style="line-height:13px;overflow-x:hidden;overflow-y:hidden;width:620px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(201,209,215);border-right-color:rgb(201,209,215);border-bottom-color:rgb(201,209,215);border-left-color:rgb(201,209,215);background-color:rgb(255,255,255);padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;color:rgb(51,51,51);font-size:13px">
$ wget <a href="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.31.8.tar.bz2">http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.31.8.tar.bz2</a>
$ tar -xjf linux-2.6.31.8.tar.bz2

$ wget <a href="http://gentoo-xen-kernel.googlecode.com/files/
xen-patches-2.6.31-10.tar.bz2">http://gentoo-xen-kernel.googlecode.com/files/
xen-patches-2.6.31-10.tar.bz2</a>
$ mkdir xenpatch-2.6.31.8
$ cd xenpatch-2.6.31.8
$ tar -xjf ../xen-patches-2.6.31-10.tar.bz2
$ cd ..

$ cd linux-2.6.31.8
$ for i in ../xenpatch-2.6.31.8/*; \
do patch -p1 < ../xenpatch-2.6.31.8/*; done</pre></div><div>After that, when I "make", "make modules", "make modules_install" It seems be OK.</div><div><br></div><div>But, when I "make install" , there are some error below.</div>
<div><br></div><div><div>ERROR: modinfo: could not find module xt_CHECKSUM</div><div>ERROR: modinfo: could not find module bnx2fc</div><div>ERROR: modinfo: could not find module nf_defrag_ipv6</div><div>ERROR: modinfo: could not find module vhost_net</div>
<div>ERROR: modinfo: could not find module macvtap</div><div>ERROR: modinfo: could not find module drm_kms_helper</div></div><div><br></div><div>How can I fix this problem??</div><div><br></div><div>And I check the module, it seems okay??  see the following...</div>
<div><br></div><div><div>[root@client1 linux-2.6.31.8]# modinfo xt_CHECKSUM</div><div>filename:       /lib/modules/2.6.32-220.4.2.el6.x86_64/kernel/net/netfilter/xt_CHECKSUM.ko</div><div>alias:          ip6t_CHECKSUM</div>
<div>alias:          ipt_CHECKSUM</div><div>description:    Xtables: checksum modification</div><div>author:         Michael S. Tsirkin <<a href="mailto:mst@redhat.com">mst@redhat.com</a>></div><div>license:        GPL</div>
<div>srcversion:     CFE02C9648CF5B47F74F118</div><div>depends:</div><div>vermagic:       2.6.32-220.4.2.el6.x86_64 SMP mod_unload modversions</div></div><div><br></div><div><br></div><div>Someone has the same error??</div>
<div>Please Help...</div><div><div><br></div>-- <br>Regards,<br>
<font color="#888888"><br>
Te - Chin, Chang (±i¼w¶Ô), +886-3-4227151 #57968<br>
Networklab, Computer Science & Information Engineering,<br>
National Central University, Jhongli, Taiwan, R.O.C</font><br>
</div></div>