Hi, I''m using Xen-Sources 2.6.16.28-r2 <http://packages.gentoo.org/ebuilds/?xen-sources-2.6.16.28-r2> on a gentoo System and want to compile new pwc driver to acces my Philips Webcam (http://www.saillard.org/linux/pwc/). If I try to modprobe pwc, I get this error: nuada linux # modprobe -f pwc FATAL: Error inserting pwc (/lib/modules/2.6.16.28-xen/kernel/drivers/usb/media/pwc/pwc.ko): Invalid module format FATAL: Error running install command for pwc I compiled the module as I do it with normal a linux system with out errors. I Hope anybody can help regards Frank _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Frank Meier wrote:> Hi, > > I''m using Xen-Sources 2.6.16.28-r2 > <http://packages.gentoo.org/ebuilds/?xen-sources-2.6.16.28-r2> on a > gentoo System and want to compile new pwc driver to acces my Philips > Webcam (http://www.saillard.org/linux/pwc/). > > If I try to modprobe pwc, I get this error: > > nuada linux # modprobe -f pwc > FATAL: Error inserting pwc > (/lib/modules/2.6.16.28-xen/kernel/drivers/usb/media/pwc/pwc.ko): > Invalid module format > FATAL: Error running install command for pwc > > I compiled the module as I do it with normal a linux system with out > errors. > > I Hope anybody can helpAnd what does "dmesg" say when you try to insert the module...? -- Tomasz Chmielewski http://wpkg.org _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, On Tue, Feb 13, 2007 at 10:24:42AM +0100, Frank Meier wrote:> I''m using Xen-Sources 2.6.16.28-r2 > <http://packages.gentoo.org/ebuilds/?xen-sources-2.6.16.28-r2> on a > gentoo System and want to compile new pwc driver to acces my Philips > Webcam (http://www.saillard.org/linux/pwc/). > > If I try to modprobe pwc, I get this error: > > nuada linux # modprobe -f pwc > FATAL: Error inserting pwc > (/lib/modules/2.6.16.28-xen/kernel/drivers/usb/media/pwc/pwc.ko): > Invalid module format > FATAL: Error running install command for pwc > > I compiled the module as I do it with normal a linux system with out errors.Why do you think this problem is Xen-related? Are you trying to do this in Dom0 or a DomU? Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Frank Meier wrote:> Tomasz Chmielewski schrieb: >> Frank Meier wrote: >>> Hi, >>> >>> I''m using Xen-Sources 2.6.16.28-r2 >>> <http://packages.gentoo.org/ebuilds/?xen-sources-2.6.16.28-r2> on a >>> gentoo System and want to compile new pwc driver to acces my Philips >>> Webcam (http://www.saillard.org/linux/pwc/). >>> >>> If I try to modprobe pwc, I get this error: >>> >>> nuada linux # modprobe -f pwc >>> FATAL: Error inserting pwc >>> (/lib/modules/2.6.16.28-xen/kernel/drivers/usb/media/pwc/pwc.ko): >>> Invalid module format >>> FATAL: Error running install command for pwc >>> >>> I compiled the module as I do it with normal a linux system with out >>> errors. >>> >>> I Hope anybody can help >> >> And what does "dmesg" say when you try to insert the module...? >> >> > Hi, > dmesg: > pwc: version magic ''2.6.16.28-xen SMP 686 gcc-4.1'' should be > ''2.6.16.28-xen SMP K7 gcc-4.1''Read the message carefully, and you''ll know where your problem is (hint: 686 vs K7 in your kernel .config). -- Tomasz Chmielewski http://wpkg.org _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users