<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-html" lang="x-western">
hello,<br>
<br>
I'm running on centos5.3 with a xen kernel<br>
<br>
&nbsp;&nbsp;&nbsp; [root@aberlour]# uname -a<br>
&nbsp;&nbsp;&nbsp; Linux aberlour.wehowski.net 2.6.18-128.4.1.el5xen #1 SMP Tue Aug 4
21:33:24 EDT 2009 i686 athlon i386 GNU/Linux<br>
<br>
<br>
I installed elrepo to use my webcam(S). <br>
<pre>the package kmod-video4linux-xen is really installed:

        [root@aberlour]# rpm -qa|grep video
        kmod-video4linux-xen-0.0-5.20090615.el5.elrepo</pre>
but when I "modprobe gspca_main" I've got.<br>
<pre>        [root@aberlour]# modprobe gspca_main
        FATAL: Module gspca_main not found.

the problem seems to be that the module is located in the wrong directory

        [root@aberlour]# locate gspca_main.ko
        /lib/modules/2.6.18-128.el5xen/extra/video4linux/gspca_main.ko

instead of: 
        /lib/modules/2.6.18-128<u>.4.1.</u>el5xen/extra/video4linux/gspca_main.ko

I tried to link 
        /lib/modules/2.6.18-128<u>.4.1.</u>el5xen/extra
to 
        /lib/modules/2.6.18-128.el5xen/extra
and run a depmod. 

But I got an error message 
        [root@aberlour]# modprobe gspca_main
        FATAL: Error inserting gspca_main (/lib/modules/2.6.18-128.4.1.el5xen/extra/video4linux/gspca_main.ko): Invalid module format



I tried to connect my webcam on another computer running the same kernel <u>WITHOUT </u>xen. 
Using ELRepo it works like a charm.

Any idea ?

Best regards 
Philippe




&nbsp;</pre>
<pre class="moz-signature" cols="72"><a class="moz-txt-link-freetext"
 href="http://www.wehowski.com">
</a>
</pre>
</div>
</body>
</html>