I am trying to install a driver for this DAQ card, but when I execute (as in given documentation):
insmod /usr/.../advdrv_core.ko
i get this error:
invalid module format
As I found out, this is because downloaded driver is for kernel 2.6.18, so it will not work on new one, but there is also source code provided so is it possible to compile it for this kernel?