# sh NVIDIA-Linux-x86-1.0-5328-pkg0.run --extract-only
# cd NVIDIA-Linux-x86-1.0-5328-pkg0
# tar jxf ../NVIDIA-Linux-x86-1.0-5328-pkg#.tar.bz2
# cd usr/src/nv
# rm -f precompiled/*
# patch -p1 < ../../../../NVIDIA_kernel-1.0-5328-2.6.diff
# ln -s Makefile.kbuild Makefile
# cd ../../../..
# NVIDIA-Linux-x86-1.0-5328-pkg0/nvidia-installer
from what I see here, you patched the file you downloaded from
http://www.sh.nu/download/nvidia/linux-2.6/
but i think you followed the wrong directions. The files that are at
http://www.sh.nu/download/nvidia/linux-2.6/ are alredy patched. You only have to install them if they were a normal nvidia installer
First, you have to have your compiled kernel source or kernel headers linked to /usr/src/linux
then you just run the installer, without --extract-only
and then just follow the installer steps
Be careful at minion.de, there are many different instructiones on the site for diffeerent purposes..
ashley
I might be wrong, but this is how I understand it.