View Single Post
SourenAraya's Avatar
Posts: 72 | Thanked: 239 times | Joined on Sep 2013
#462
Originally Posted by max83 View Post
I found it, it was in a different kernel version
I copied it to the path
but I am not sure how to get output of it

You cant just copy kernel module from different version kernel.
Even if we had the source code is not always possible to build some module designed for one version of the kernel with a different version. They completely different.
For example, exFAT module: designed for kernel 2.6.35. I'l try to compile that module with our kernel 2.6.32 and yes, build failed.
to make it work I had to add to our core function of the newer.
And here we have 2.6.32 and 3.4. And there is no source. Impossible, unless you have a hundred Russian hackers