0. ubuntu 16.04, thunderbolt 3, eGPU Akitio, NVIDIA GTX TitanX로 준비함.
1. eGPU에 그래픽카드를 꼳고 thunderbolt를 연결한다.
2. ubuntu를 부팅하고 다음을 입력하여 nvidia driver가 잡히는지 확인한다.
>> lspci -v | grep -i nvidia
~~~nvidia~~~가 떠야함.
3. 만약 안뜬다면 Booting시 bios진입 -> config thnderbolt3하여
-> BIOS Assist Mode: Enabled
-> Security Level: No Security
로 수정한다.
4. 2번을 다시 확인한다. 된다면 보통 GPU설치하듯이 드라이버, CUDA, cudnn을 설치하면 된다.
만약 안된다면 ubuntu버전을 확인해보자. uname -r
https://askubuntu.com/questions/1014147/ubuntu-with-thunderbolt-3-port-for-dual-external-displays
thunderbolt는 4.13부터, TB3는 4.16.6부터 지원한다고 한다.(하지만 나의 경우, 4.15.0-51-generic임에도 된다)
* bbswitch: No discrete VGA device found
부팅시 위와 같은 에러가 생긴다면