Re: Building Nvidia driver
On Wed, 5 Mar 2003 12:08:45 +0100
"Willem-Jan Meijer" <meyer3@chello.nl> wrote:
> I'm trying to build the nvidia driver, and I posted some questions before.
> One of the answers was a step-by-step manual on how to do it. One of those
> steps is:
> 
> 6.	Then build nvidia-kernel package:
> 	cd /usr/src/modules/nvidia-kernel-1.0.2880/Debian/rules
> binary_modules
> 
> When I do that, I get:
> 
> -bash:  rules:  command not found
You have to run binaries either with full qualified path like:
/usr/src/modules/nvidia-kernel-1.0.2880/Debian/rules binary_modules
Or if you alreay changed to that directory this way:
./rules binary_modules
Regards,
Christian
Reply to: