我遇到了一个奇怪的问题,Ubuntu 16.04 无法检测到我的第四块显卡。如果我运行 lspci,我会得到以下输出:
[~, 1s]: lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 5912 (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
03:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
06:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
但是,如果我查看 NVIDIA X 服务器设置,它就不在那里:
此外,在ethminer
我实际尝试使用 GPU 时,它仅检测到前 3 个:
⚡ 13:19:29.875|gpuminer0 Worker stopping 422 ms
ℹ 13:19:29.875|gpuminer0 workLoop 1 #f641c97b… #f641c97b…
⚡ 13:19:29.876|gpuminer1 Worker stopping 422 ms
ℹ 13:19:29.876|gpuminer1 workLoop 1 #f641c97b… #f641c97b…
⚡ 13:19:29.896|gpuminer2 Worker stopping 442 ms
ℹ 13:19:29.896|gpuminer2 workLoop 1 #f641c97b… #f641c97b…
我有点不知所措,我检查了所有硬件、PCIe 转接卡和电缆。我为 2 个 GPU 使用了单独的电源,所有硬件似乎都运行良好,只是无法识别第 4 个 GPU。
我的主板是 Strix Z270 HD。
先谢谢您的帮助。