> /lib/modules/2.4.16/kernel/drivers/media/video/videodevX.o: unresolved > symbol __udivdi3 > /lib/modules/2.4.16/kernel/drivers/media/video/videodevX.o: unresolved > symbol __umoddi3 libgcc functions for 64bit math, which are not present in the kernel because it isn't linked against libgcc. > I see in videodevX.c that the function v4l2_math_div6432(...) I see that > for intel cpus, there is an assembly code, and for others, a use of the > '/' and '%', can this be the problem? Yes. The modules in http://bytesex.org/patches/12_v4l2-2.4.19-pre2.diff.gz have this fixed, they use the kernel functions for 64bit division. Gerd -- #include </dev/tty>