I bought a Dell PowerEdge T430, which has no graphics cards, and installed an old Nvidia 6200 TurboCache card on it.
It is recognized in the lspci | grep VGA
command, but the drivers are not intalled.
I did download them, login in the runlevel 3 (telinit 3
), and run the install script.
Just before the installation starts, the script tells me the following:
CC Version check failed, the gcc version used to compile the kernel (7.4) is not the same as the current gcc version (7.5)
When I run gcc --version
it turns out I have the 7.5 version installed.
I ran across Internet and could not find a way to downgrade my GCC version.
How can I to go GCC version 7.4 for the sake of this driver install ?