insmod error: Invalid module format.

2005-08-16 Thread Nikhil Dharashivkar
Hi all, I have RH9 installed with 2.6.7-1 kernel. I am able to compile the module but , when i load this module using insmod i get an error "insmod: error inserting './simple.o': -1 Invalid module format" Please, any one tell me what is this meant ? -- Thanks and Regards, Nikhil.

Re: query...

2005-08-09 Thread Nikhil Dharashivkar
I think it could be root permissions problem. Are you running this binary as root user ? On 8/9/05, raja <[EMAIL PROTECTED]> wrote: >Hi, > I am Creating a posix message queue using the following code. > > > #include > #include > #include > #include > #include > #include > #inclu

Re: [PATCH] remove warning about e1000_suspend

2005-08-07 Thread Nikhil Dharashivkar
Hi Martin, But e1000_notify_reboot () function calls this e1000_suspend() function irrespective of CONFIG_FM is defined or not. So according to your soution, what if CONFIG_FM is not defined. On 8/8/05, Martin J. Bligh <[EMAIL PROTECTED]> wrote: > e1000_suspend is only used under #ifdef CONFI