Hi, On 1/26/06, Sunil Agham <sunil.agham@xxxxxxxxx> 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" Might be you have compiled module program with some other kernel sources which is not currently running kernel and you are trying to load your module there. If you want to insert your module in currently running kernel then always compile that module with currently running kernel's source files. Regards, -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/