
Ubuntu 16.04가 4번째 그래픽 카드를 감지하지 못하는 이상한 문제가 있습니다. 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 라이저, 케이블을 확인했습니다. GPU 2개에 별도의 전원 공급 장치를 사용했는데 모든 하드웨어가 제대로 작동하는 것 같지만 4번째 GPU를 인식할 수 없습니다.
내 마더보드는 Strix Z270 HD입니다.
도움을 주셔서 미리 감사드립니다.