The "make install" you did should have installed the module into the /lib/modules/VERSION/ directory... not sure where you go from here, except making sure your running kernel is the same version as the VERSION in /lib/modules/VERSION (running 'uname -r' in a shell should tell you the running kernel version).
You could also attempt to run the 'make install' again and watch what it does.. see where it copies the module (if it does)..
|