Dimitri Michaux wrote: > I've now just realised that I was using the wrong driver version (the shame).
Is there a reason you do not use ATrpms? See http://ivtvdriver.org/index.php/Howto:Fedora for more info. > So, I've deleted all modules and files and builded the modules again. > > Now when I do modprobe ivtv I get this message: > FATAL: Error inserting ivtv > (/lib/modules/2.6.18-1.2869.fc6/kernel/drivers/media/video/ivtv/ivtv.ko): > Unknown symbol in module, or unknown parameter (see dmesg) > > dmesg then give's me this: > [EMAIL PROTECTED] ivtv]$ sudo dmesg | grep ivtv > ivtv: disagrees about version of symbol video_unregister_device Make sure you build the module against the exact same kernel source version you are running. If the version is different this will happen. You can try to force it with modprobe -f but this might not work. Greets Sander _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
