View Single Post
Old 12-24-2005, 09:42 PM   #8 (permalink)
Latch
In Your Dreams
 
Latch's Avatar
 
Location: City of Lights
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)..
Latch is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46