|
|
#1 | |
|
Registered User
Join Date: Aug 2008
Posts: 66
|
I'm running Debian and I compiled my own kernel. I noticed that if I delete the ~/linux-2.6.29 dir where I built my kernel-image and kernel-headers, the nvidia installer fails to run complaining that it can't find the source directory. I think noticed that there are two symlinks in my /lib/modules/2.6.29-em64t:
Code:
build -> /home/stuff/linux-2.6.29-em64t Code:
build -> /usr/src/linux-headers-2.6.29-em64t |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Nov 2008
Posts: 4
|
The nvidia driver isn't build as a kernel module driver like any other driver due to its closed source. Actually a layer is created to make the linux kernel (non binary modules) and the nvidia (binary) driver interact.
Thats basically why... Code:
cat /usr/src/nvidia-180.37/README Quote:
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Aug 2008
Posts: 66
|
So that means I must have the kernel source on the file system??? I know that's not true because if I boot into the distro's kernel which only has the kernel headers installed, I am able to build an nvidia module for it just fine.
|
|
|
|
|
|
#4 | |
|
Registered User
Join Date: May 2003
Posts: 191
|
Have you tried this:
Quote:
|
|
|
|
|
|
|
#5 |
|
NVIDIA Corporation
Join Date: Aug 2002
Posts: 3,740
|
You need to have a subset of a configured Linux kernel source tree matching the running kernel installed on your system. This subset needs to include more files than just the kernel header files, but is much smaller than the complete source tree. Take a look at what your distribution's linux-headers package provides. You won't need to specify --kernel-source-path unless the symlinks under /lib/modules are broken or point to an incomplete set of kernel development files.
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Random crashes, NVRM Xid messages | Iesos | NVIDIA Linux | 90 | 10-04-12 03:27 AM |
| Corrupted display - 302.17 - Dell Precision T3500 (G98 [Quadro NVS 295]) | gbailey | NVIDIA Linux | 1 | 06-27-12 10:24 AM |
| UEFI+Nvidia - NVRM: Your system is not currently configured to drive a VGA console... | interzoneuk | NVIDIA Linux | 0 | 06-26-12 04:51 AM |
| xorg locks-up with newest nvidia drivers w/ vdpau. | theroot | NVIDIA Linux | 1 | 06-24-12 11:04 AM |
| Crash when logout from X | TGL | NVIDIA Linux | 10 | 09-13-02 08:22 PM |