Hi, On Tuesday 31 July 2007, helico unitemoyenne wrote: > hello everyone, > i try to use uvcvideo with logitech sphere MP. > So i did : > 1) make > ********************************************************** > 2)make install > ---- uvcvideo.ko was created in : > /lib/modules/2.6.17-10mdvcustom/usb/media
This means the module has been compiled against "2.6.17-10mdvcustom". > ********************************************************** > 3)i put this file in /lib/modules/2.6.17-10mdv/kernel/drivers/usb/media > (because when i do modprobe i have FATAL: Module uvcvideo not found. and > the the solution is to to move uvcvideo.ko in > /lib/modules/2.6.17-10mdv/kernel/drivers/usb/media) This means you're running "2.6.17-10mdv". > ********************************************************** > 4) so when i do modprobe uvcvideo: i have the same error : FATAL: Module > uvcvideo not found > ********************************************************** > 5) depmod > ********************************************************** > 6)modprobe uvcvideo ---> error "FATAL: Error inserting uvcvideo > (/lib/modules/2.6.17-10mdv/kernel/drivers/usb/media/uvcvideo.ko): Invalid > module format " ********************************************************** > 7) dmesg |grep uvc ===>uvcvideo: version magic '2.6.17-10mdvcustom SMP > mod_unload 686 gcc-4.1' should be '2.6.17-10mdv SMP mod_unload 686 gcc-4.1' > uvcvideo: version magic '2.6.17-10mdvcustom SMP mod_unload 686 gcc-4.1' > should be '2.6.17-10mdv SMP mod_unload 686 gcc-4.1' uvcvideo: version magic > '2.6.17-10mdvcustom SMP mod_unload 686 gcc-4.1' should be '2.6.17-10mdv SMP > mod_unload 686 gcc-4.1' uvcvideo: version magic '2.6.17-10mdvcustom SMP > mod_unload 686 gcc-4.1' should be '2.6.17-10mdv SMP mod_unload 686 gcc-4.1' > uvcvideo: version magic '2.6.17-10mdvcustom SMP mod_unload 686 gcc-4.1' > should be '2.6.17-10mdv SMP mod_unload 686 gcc-4.1' uvcvideo: version magic > '2.6.17-10mdvcustom SMP mod_unload 686 gcc-4.1' should be '2.6.17-10mdv SMP > mod_unload 686 gcc-4.1' uvcvideo: version magic '2.6.17-10mdvcustom SMP > mod_unload 686 gcc-4.1' should be '2.6.17-10mdv SMP mod_unload 686 gcc-4.1' > uvcvideo: version magic '2.6.17-10mdvcustom SMP mod_unload 686 gcc-4.1' > should be '2.6.17-10mdv SMP mod_unload 686 gcc-4.1' > *********************************************************** > So i don't know what is the problem. > problem with gcc version : i don't know how to fix it It's not a gcc issue. You have to find out why the module has been compiled against a kernel version different from the running one. It might be Mandriva-specific. Regards, Laurent Pinchart _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
