Hello, I do not have Windows, however I managed to install the KFir program under wine. Gave some errors about not being able to install an activeX component.
There is no file vt.v that I can find in my system. For the second error, I have i2c-core apparently compiled as a module and loaded already (I think for bttv). Thanks, Torsten First error is in the microcode extraction: -------------------- /home/torsten/src/kfir/driver/micro--#make rm -f altera_keb_plx_5e.rbf MPEG1_6.HLD kfir_micro.h dd bs=1 if=/home/torsten/.wine/c/windows/system/KfirLib.dll skip=1700008 count=32385 of=altera_keb_plx_5e.rbf 32385+0 records in 32385+0 records out perl -e 'print "\x52\x4b\xeb\x74\x00\x00\x0f\x3c\xfc\x00";' > MPEG1_6.HLD #echo -n -e "\x52\x4b\xeb\x74\x00\x00\x0f\x3c\xfc\x00" > MPEG1_6.HLD dd bs=1 if=/home/torsten/.wine/c/windows/system/KfirLib.dll skip=1449200 count=59862 >> MPEG1_6.HLD 59862+0 records in 59862+0 records out ./cmicro /home/torsten/.wine/c/windows/system/KfirLib.dll/vt.v vtv > kfir_micro.h make: *** [kfir_micro.h] Error 139 /home/torsten/src/kfir/driver/micro--# -------------------- Second error is in compilation: -------------------- /home/torsten/src/kfir--#make (cd driver; make) make[1]: /scripts/pathdown.sh: Command not found make[1]: Entering directory `/home/torsten/src/kfir/driver' DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules) make[2]: Entering directory `/usr/src/linux-2.4.14' make -C /home/torsten/src/kfir/driver CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.14/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.14/include/linux/modversions.h" MAKING_MODULES=1 modules make[3]: Entering directory `/home/torsten/src/kfir/driver' gcc -D__KERNEL__ -I/usr/src/linux-2.4.14/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.14/include/linux/modversions.h -D__KFIR_PACK__ -c -o i2c-core.o i2c-core.c i2c-core.c:1170: parse error before `this_object_must_be_defined_as_export_objs_in_the_Makefile' i2c-core.c:1170: warning: type defaults to `int' in declaration of `this_object_must_be_defined_as_export_objs_in_the_Makefile' i2c-core.c:1170: warning: data definition has no type or storage class i2c-core.c:1171: parse error before `this_object_must_be_defined_as_export_objs_in_the_Makefile' i2c-core.c:1171: warning: type defaults to `int' in declaration of `this_object_must_be_defined_as_export_objs_in_the_Makefile' i2c-core.c:1171: warning: data definition has no type or storage class i2c-core.c:1172: parse error before `this_object_must_be_defined_as_export_objs_in_the_Makefile' i2c-core.c:1172: warning: type defaults to `int' in declaration of `this_object_must_be_defined_as_export_objs_in_the_Makefile' <snip> i2c-core.c:1201: parse error before `this_object_must_be_defined_as_export_objs_in_the_Makefile' i2c-core.c:1201: warning: type defaults to `int' in declaration of `this_object_must_be_defined_as_export_objs_in_the_Makefile' i2c-core.c:1201: warning: data definition has no type or storage class make[3]: *** [i2c-core.o] Error 1 make[3]: Leaving directory `/home/torsten/src/kfir/driver' make[2]: *** [_mod_/home/torsten/src/kfir/driver] Error 2 make[2]: Leaving directory `/usr/src/linux-2.4.14' make[1]: *** [here] Error 2 make[1]: Leaving directory `/home/torsten/src/kfir/driver' make: *** [all] Error 2 /home/torsten/src/kfir--# --------------------