Comment 5 for bug 153011

Revision history for this message
captive (salvo-schifani) wrote : Re: Restricted Package Manager reports non-existent package is missing"linux-restricted-modules-2.6.22-14-server" + other problems with screens and graphics utility, and nvidia-settings

+1
It's really annoing if you need the -server flavour (in order to use ram >3Gb, for example) *and* you need restricted modules, such as nvidia.
You can solve it doing the following:
    * Install the nvidia-kernel-source package. Make sure nvidia-glx, nvidia-kernel-common are already installed as well. And install the linux-headers-server package.
    * Follow the instructions for METHOD #1 in /usr/share/doc/nvidia-kernel-sources/README.Debian.gz
    * Once you have installed the new package, the module should now be in /lib/modules/2.6.22-14-server/nvidia/, I had to cd into /lib/modules/2.6.22-14-server and run depmod manually as root.

(as seen on http://blog.0xb.org/2007/05/ubuntu-server-kernel-and-nvidia-driver.html)