On 1/26/06, Arjan van de Ven <arjan@xxxxxxxxxxxxx> wrote:
On Thu, 2006-01-26 at 14:32 +0530, Sunil Agham wrote:
> Hi,
>
> I am using SUSE 9.2 (kernel 2.6.8-24). i am having problem with
> inserting modules in the kernel.i am getting following error message
>
> "insmod: error inserting 'abc.ko' : -1 Invalid Format"
>
the most common cause of this is a wrong Makefile; could you post the
one you used?
Also usually the "dmesg" output will have additional reasons on why
things failed...
hi,
the Makefile contains
obj-m := abc.o
and for compling i used
make -C /usr/src/linux SUBDIRS=$PWD modules
i used same version earliar when it worked fine, then it crashed for filesytem reason and now it has problem inserting modules.
thanks in advance.