[mythtv-users] install ivtv-0.5.1 fails with ivtv: disagrees about version of symbol tveeprom_hauppauge_analog (make distclean doesn't help)

Chris chris at siggynet.org
Sat Jan 14 15:45:38 UTC 2006


> Jan 13 20:39:24 localhost kernel: ivtv: Unknown symbol
> tveeprom_hauppauge_analog

You probably need to get rid of some duplicate modules

The following script finds them

#! /bin/bash
green="\033[.01;32m"
normal="\033[00m"
dir=${1:-/lib/modules/$(uname -r)}
modules=$(find ${dir} -name "*.ko" | sed 's/\(.*\)\/\([^/]*\)/\2/' |
sort | uniq -d)
for f in ${modules}; do
echo -e "${green}*** ${f} ***${normal}"
find $dir -name ${f}
done


Remove the ivtv ones and rerun depmod -a 

That did the trick for me

Good luck 

Chris

> 
> Thanks,
> 
> Mike
> 
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users



More information about the mythtv-users mailing list