[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: making nvidia drivers




I went to the nvidia_kernel dir and typed 'make install', but it said "*** No targets specified and no makefile found. Stop." The nvidia_kernel dir is under /usr/src/modules. I have made a .deb file from /usr/src/modules for some alsa-modules, but I can't remember how to do it. Any ideas?
Thanks


First of all read documentation in /usr/share/doc/nvidia-glx-src and /usr/share/doc/nvidia-kernel-src

If you want to make .deb package you must do in command line

export KVERS=your-kernel-version
export KSRC=the-place-where-your-kernel-headers-are

cd /usr/src/modules/nvidia-kernel-blah-blah/

debian/rules binary_modules

then

cd /usr/src/nvidia-glx-blah-blah
dpkg-buildpackage

then cd /usr/src/ and
dpkg -i *.deb

Then change XF86Config appropriately and voila. But read the documentation first, it is not long, but very helpful:) And browse the list archives.

Mpiktas





Reply to: