Results 1 to 3 of 3
I'm new to Linux driver programming and I would like to install a simple "hello world" driver.my running kernel is 2.6.31.5(opensuse11.2). I'm using 2.6.33.3 source tree for writing drivers.
though ...
- 08-30-2010 #1Just Joined!
- Join Date
- Aug 2010
- Posts
- 8
driver doubt!!!!
I'm new to Linux driver programming and I would like to install a simple "hello world" driver.my running kernel is 2.6.31.5(opensuse11.2). I'm using 2.6.33.3 source tree for writing drivers.
though I enabled "enable loadable module support" and "module versioning support" while building the kernel(2.6.33.3), I'm getting
"INVALID MODULE FORMAT" ERROR.
what should i do to correct it??????
- 08-30-2010 #2
you are using 2.6.33.3 source tree to build a module for 2.6.31.5 kernel why?
this won't work, especially if you are compiling it in that source tree
you should use the source tree for your running kernel, or run the kernel from the source tree
- 08-31-2010 #3Just Joined!
- Join Date
- Aug 2010
- Posts
- 8
thank you....


Reply With Quote
