Csaba Paradi wrote: > ivtv: disagrees about version of symbol tveeprom_hauppauge_analog
This shows up because the kernel when it was compiled generated a version string for the in-kernel version of tveeprom's exported symbols, which it records in a file named 'Modules.symvers'. Since ivtv uses 'tveeprom_hauppauge_analog', that version information is built into ivtv and it expects that particular version. Since we are replacing tveeprom, this version number is wrong. To fix that, edit that Modules.symvers file (in the kernel source (or headers) directory) and either delete the line which refers to that symbol, or you can probably just replace the version with 0x00000000 (although I haven't tested that method). After this, recompile ivtv. -- Tyler Trafford _______________________________________________ ivtv-devel mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-devel
