我已经花了两天时间试图完成它,但没有快乐。请帮忙!
我正在尝试安装工具包附带的 CUDA 5.5 驱动程序。从昨天开始,我是从FC17开始的,但是在各种尝试的过程中,我已经升级到了FC18。
首先,简而言之,这是我的问题:CUDA 的存储库想要安装版本 319.37,但我当前的版本是 319.32(我可以从 rpmfusion 获得的版本)。rpmfusion 的驱动程序版本适用于我的视频卡。当我将 CUDA 的存储库添加到识别的存储库列表中yum
然后尝试从那里安装时,驱动程序不会加载声称版本不匹配的内容。
所以......我被困住了。我无法安装其他与 CUDA 相关的库,因为它们列出了一些不适用于我的内核的依赖项(?)我不确定那个版本号是什么。
这就是yum
想要安装的东西,一旦被要求安装cuda
:
Installing:
cuda x86_64 5.5-22 cuda 2.4 k
Installing for dependencies:
cuda-5-5 x86_64 5.5-22 cuda 3.3 k
nvidia-modprobe x86_64 319.37-1.fc18 cuda 14 k
xorg-x11-drv-nvidia-devel i686 1:319.37-2.fc18 cuda 116 k
xorg-x11-drv-nvidia-devel x86_64 1:319.37-2.fc18 cuda 116 k
xorg-x11-drv-nvidia-libs i686 1:319.37-2.fc18 cuda 28 M
Updating for dependencies:
xorg-x11-drv-nvidia x86_64 1:319.37-2.fc18 cuda 5.1 M
xorg-x11-drv-nvidia-libs x86_64 1:319.37-2.fc18 cuda 28 M
这是我的内核版本:
$ uname -r
3.10.6-100.fc18.x86_64
这是我在尝试安装上述内容后收到的消息(我现在已恢复为 rpmfusion 版本)。
Aug 16 13:20:59 wvxvvw-laptop avahi-daemon[706]:
Registering new address record for fe80::5604:a6ff:fe44:3bfa on p5p1.*.
Aug 16 13:20:59 wvxvvw-laptop kernel: [ 23.086087] NVRM:
API mismatch: the client has the version 319.37, but
Aug 16 13:20:59 wvxvvw-laptop kernel: [ 23.086087] NVRM:
this kernel module has the version 319.32. Please
Aug 16 13:20:59 wvxvvw-laptop kernel: [ 23.086087] NVRM:
make sure that this kernel module and all NVIDIA driver
Aug 16 13:20:59 wvxvvw-laptop kernel: [ 23.086087] NVRM:
components have the same version.
Aug 16 13:20:59 wvxvvw-laptop kdm[1112]:
X server died during startup
为可读性而格式化