On Thu, Mar 15, 2001 at 10:39:21AM -0500, Kyle Girard wrote: > Alright I've been trying to get this kernal module to work for a couple > of days off and on without any success.... I have tried many different > ways with many different kernels and I get natta, zip, zilch. Any help > would be apprieciated... > > Here's my problem:
> ps This might be all my own dum fault since I've never been able to > install a kernel module that I have built.... This is probably your problem. I had no issue with installing the nvidia drivers on my box other than the fact that is was a long winded process, and getting the glx module to work correctly was a pain. I got kernel-source 2.4.1-3, configured it to my needs, and built the kernel and then the modules with: # make-kpkg kernel_image # make-kpkg modules_image This created two files kernel-image-2.4.1_aaron.1_i386.deb and nvidia-kernel-2.4.1_0.9.6-2_i386.deb which I installed in succession using dpkg. After rebooting, everything was ready (and looked significantly better since I was using the entire 1280x1024 area of the screen.)