PDA

View Full Version : problem in running modules



sukumar
11-21-2007, 06:33 PM
Hi..I am doing device drivers project in linux..I have got source code from net. I tried compiling it and got the respective .ko files. But when I am trying to do insmod, I am getting error like this: error inserting hello.ko: -1 invalid module format, where hello.ko is my file. Can anyone tell me what might be the problem. Thanks.