|
|
#1 | |
|
In the fetal position
Join Date: May 2004
Location: Orlando, FL
Posts: 153
|
I am installing the latest drivers (256.35) on my Debian Testing system and got an error:
Quote:
Thanks!
__________________
It said install Windows 98 or better so I installed Linux... Debian Linux |
|
|
|
|
|
|
#2 | |
|
NVIDIA Corporation
Join Date: Aug 2002
Posts: 3,740
|
You need to disable the nouveau driver:
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: May 2008
Posts: 199
|
Disabling the nouveau driver is done by adding to the /etc/modprobe.d/blacklist.conf file:
blacklist nouveau in a new line. Save the file and reboot then try to install the driver. Make sure you have the appropiate kernel headers installed. Other than that zander said, make sure you use the same gcc version as the the one that was used to compile the kernel. The default in Testing is gcc-4.4, you need 4.3 - install gcc-4.3 then remove the /usr/bin/gcc symlink and replace it with one that points to /usr/bin/gcc-4.3: rm /usr/bin/gcc ln -s /usr/bin/gcc-4.3 /usr/bin/gcc |
|
|
|
![]() |
| Thread Tools | |
|
|