Re: Device driver error massage: could`t find the kernel version the module was compiled for

From: Kasper Dupont (kasperd_at_daimi.au.dk)
Date: 02/23/05


Date: Wed, 23 Feb 2005 22:16:22 +0100

Nils Koehler wrote:
>
> Hi all,
>
> I tried to write my first device driver under linux.
> If i try to aktivate it
> insmod jtag.o

Assuming you are using a 2.6 kernel it is the wrong
file you are trying to load. The .o file is not a
kernel module, it is the .ko file you need to load.

Take a look here:
http://kernelnewbies.org/faq/#compmod.xml

-- 
Kasper Dupont


Relevant Pages