【发布时间】:2020-03-18 12:24:55
【问题描述】:
我买了一个没有显卡的戴尔 PowerEdge T430,并在上面安装了一个旧的 Nvidia 6200 TurboCache 卡。
在lspci | grep VGA 命令中可以识别,但未安装驱动程序。
我确实下载了它们,登录运行级别 3 (telinit 3),然后运行安装脚本。
就在安装开始之前,脚本告诉我以下内容: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)
当我运行 gcc --version 时,我发现我安装了 7.5 版本。
我在 Internet 上运行,但找不到降级 GCC 版本的方法。
为了安装此驱动程序,我如何使用 GCC 7.4 版?
【问题讨论】: