
我有一個奇怪的問題,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)
此外,在 中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。
先謝謝您的幫忙。