Hi. Would you believe that I get compilation errors for 2.6.18? CC arch/i386/lib/strstr.o CC arch/i386/lib/usercopy.o AR arch/i386/lib/lib.a GEN .version CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 kernel/built-in.o: In function `getnstimeofday': (.text+0xec8e): undefined reference to `__umoddi3' kernel/built-in.o: In function `do_gettimeofday': (.text+0xed39): undefined reference to `__udivdi3' kernel/built-in.o: In function `do_gettimeofday': (.text+0xed56): undefined reference to `__umoddi3' kernel/built-in.o: In function `do_timer': (.text+0xfbe0): undefined reference to `__udivdi3' kernel/built-in.o: In function `do_timer': (.text+0xfbfd): undefined reference to `__umoddi3' make[1]: *** [.tmp_vmlinux1] Error 1 This is using linux-source-2.6.18.tar.bz2 which comes with the Debian linux-source-2.6.18 package, from which the "last working kernel" is derived. Now I'm going to try this: (A) Vanilla 2.6.18 from kernel.org. (B) A build environment based on Debian stable (I'm using testing almost everywhere these days). (C) Both (A) and (B) at once. but other ideas are welcome. Stay tuned. -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html