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
- Next message: Kasper Dupont: "Re: access_ok, but for kernel only"
- Previous message: Greg Law: "access_ok, but for kernel only"
- Next in thread: Nils Koehler: "Re: Device driver error massage: could`t find the kernel version the module was compiled for"
- Reply: Nils Koehler: "Re: Device driver error massage: could`t find the kernel version the module was compiled for"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Kasper Dupont: "Re: access_ok, but for kernel only"
- Previous message: Greg Law: "access_ok, but for kernel only"
- Next in thread: Nils Koehler: "Re: Device driver error massage: could`t find the kernel version the module was compiled for"
- Reply: Nils Koehler: "Re: Device driver error massage: could`t find the kernel version the module was compiled for"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|