Hans Verkuil wrote: > On Monday 21 November 2005 01:21, Rod wrote: >> >>dmesg >> >>Snipp>>> >> >>ivtv: disagrees about version of symbol tveeprom_hauppauge_analog >>ivtv: Unknown symbol tveeprom_hauppauge_analog >>ivtv: disagrees about version of symbol tveeprom_hauppauge_analog >>ivtv: Unknown symbol tveeprom_hauppauge_analog >> >>What to do here? > > Are you very sure you no longer have an old tveeprom floating around > in /lib/modules? Almost certainly this is the case and the old tveeprom > (without the tveeprom_hauppauge_analog symbol) is picked up.
I see this too, but only when using a kernel with symbol versioning turned on (like the default kernel in Debian). There is a file in the kernel source root directory that gets created named Module.symvers, and this trips up tveeprom since it is the only one we are replacing that exports symbols. I just edit that file and take out the lines that refer to tveeprom_* and then recompile ivtv et al. -- Tyler Trafford _______________________________________________ ivtv-devel mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-devel
