PDA

View Full Version : Debian and Nvidia Card


loa-ash
10-31-02, 04:02 AM
I have Woody 3.0 r0 (stable) i can't load modules in my
kernel...
what are the kernel driver that work for this distribution?

crimsun
10-31-02, 05:39 AM
Are you missing /sbin/insmod and /sbin/modprobe? If so, that's a grave error; the 'modutils' package is section base and priority required.

You need the kernel-headers-`uname -r` package corresponding with your running `uname -r` kernel installed. Additionally, you can then either build the kernel module NVdriver from the tarballs or using the 'nvidia-kernel-src' and 'kernel-package' packages.