On Fri, 19 Nov 2004 15:16:59 -0600, Timur Tabi <timur.tabi@xxxxxxxxxxx> wrote: > My driver compiles and loads with several different 2.4 and 2.6 kernels. > However, when I try to load my driver with 2.6.9 (Fedora Core 3), the > load fails with this error: > Nov 19 16:06:25 sqa-07 kernel: ccil: no version for "struct_module" > found: kernel tainted. > Nov 19 16:06:25 sqa-07 kernel: ccil: version magic '2.6.9 SMP preempt > PENTIUM4 4KSTACKS gcc-3.4' should be '2.6.9-1.667smp SMP 686 REGPARM > 4KSTACKS gcc-3.4' You compiled the driver against the wrong kernel. Try compiling against the actually running kernel from RedHat Fedora - 2.6 is especially fussy about that, with very good reason. Jon. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/