Klaus Schmidinger wrote: > > Im trying to use the kfir driver on SuSE 8.2 (kernel 2.4.20). > It compiles fine, but when I try to load it with > > insmod saa7113.o > insmod kfir.o vidinput=0 vidrate=3000000 debug=0 streamtype=4 loaded=1 > > I get the error message > > saa7113.o: The module you are trying to load (saa7113.o) is compiled with a gcc > version 2 compiler, while the kernel you are running is compiled with > a gcc version 3 compiler. This is known to not work. > > (and similar for kfir.o). > > My compiler is the default gcc that comes with SuSE 8.2: > > [EMAIL PROTECTED]:/home/kls/vdr/KFIR/driver > gcc -v > Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.3/specs > Configured with: ../configure --enable-threads=posix --prefix=/usr > --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man > --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --disable-checking > --enable-libgcj --with-gxx-include-dir=/usr/include/g++ > --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit > i486-suse-linux > Thread model: posix > gcc version 3.3 20030226 (prerelease) (SuSE Linux) > > Any ideas what I might be doing wrong? > > Klaus
Disregard this - I was in the old kfir directory when trying to load the driver. Silly me... Klaus