|
|
#37 | |
|
Registered User
Join Date: Feb 2007
Posts: 115
|
No idea back some years ago I attempted it and it became impossible to build any module. I'd consider it a bug (or maybe design decision?) of the tool. As I didn't try any more I don't know if it got fixed since.
For sure deploying the standard debian procedure will allow to avoid them, at the cost of an higher complexity. |
|
|
|
|
|
|
#38 | |
|
Registered User
Join Date: May 2008
Location: Relativity
Posts: 194
|
'Source folder' meaning the directory where you actually built the kernel? If you built and installed the headers,modules,etc and they are in /usr/src then you have no need for the directory where you built the linux source from.
__________________
Elephants can fly but they have no reason to. ------------------------------------------ Phenom II X3 720 @ 3.5Ghz | Asus M4A785-M | 2 Gig Crucial DDR2 @ 960 Mhz | GeForce GT 440 1024 MB | Linux 3.6.1 / Ubuntu 12.04 / W.I.N.E v1.5.14 |
|
|
|
|
|
|
#39 | |
|
Registered User
Join Date: May 2008
Location: Relativity
Posts: 194
|
Quote:
![]()
__________________
Elephants can fly but they have no reason to. ------------------------------------------ Phenom II X3 720 @ 3.5Ghz | Asus M4A785-M | 2 Gig Crucial DDR2 @ 960 Mhz | GeForce GT 440 1024 MB | Linux 3.6.1 / Ubuntu 12.04 / W.I.N.E v1.5.14 |
|
|
|
|
|
|
#40 | |
|
Registered User
Join Date: May 2008
Location: Relativity
Posts: 194
|
Finally got the nvidia modules(280.13) to build and install on 3.1.0-rc2 by the changing the relevant portion in {nvidia driver}/kernel/nv-linux.h to the below:
Code:
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 4, 7) # error This driver does not support 2.4 kernels older than 2.4.7! #elif LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 0) # define KERNEL_2_4 #elif LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 0) # error This driver does not support 2.5 kernels! /*#elif LINUX_VERSION_CODE < KERNEL_VERSION(2, 7, 0)*/ #elif LINUX_VERSION_CODE < KERNEL_VERSION(4, 0, 0) # define KERNEL_2_6 #else # error This driver does not support development kernels! #endif
__________________
Elephants can fly but they have no reason to. ------------------------------------------ Phenom II X3 720 @ 3.5Ghz | Asus M4A785-M | 2 Gig Crucial DDR2 @ 960 Mhz | GeForce GT 440 1024 MB | Linux 3.6.1 / Ubuntu 12.04 / W.I.N.E v1.5.14 |
|
|
|
|
![]() |
| Thread Tools | |
|
|