When I try to use 'modprobe' to load my driver, i get the following errors:
 
    couldn't find the kernel version the module was compiled for
    insmod /lib/modules/2.4.20/misc/streams-xyz.o failed
 
1. I've compiled my driver with the -DMODULE and -DMODVERSIONS flags.
2. I have the init_module() and cleanup_module() calls defined in my driver code.
3. I'm using LiS 2.16.2 under Debian 3.0 with a kernel upgrade (i.e., 2.4.20).
 
Any ideas about what I may be missing or doing wrong? Thanks much,
 
Gurol

Reply via email to