root@DSY-CCLTK-NDH02:/root# lspci|grep NV
02:00.0 VGA compatible controller: NVIDIA Corporation Device 2182 (rev a1)
02:00.1 Audio device: NVIDIA Corporation Device 1aeb (rev a1)
02:00.2 USB controller: NVIDIA Corporation Device 1aec (rev a1)
02:00.3 Serial bus controller [0c80]: NVIDIA Corporation Device 1aed (rev a1)
03:00.0 VGA compatible controller: NVIDIA Corporation Device 2182 (rev a1)
03:00.1 Audio device: NVIDIA Corporation Device 1aeb (rev a1)
03:00.2 USB controller: NVIDIA Corporation Device 1aec (rev a1)
03:00.3 Serial bus controller [0c80]: NVIDIA Corporation Device 1aed (rev a1)
82:00.0 VGA compatible controller: NVIDIA Corporation Device 2182 (rev a1)
82:00.1 Audio device: NVIDIA Corporation Device 1aeb (rev a1)
82:00.2 USB controller: NVIDIA Corporation Device 1aec (rev a1)
82:00.3 Serial bus controller [0c80]: NVIDIA Corporation Device 1aed (rev a1)
83:00.0 VGA compatible controller: NVIDIA Corporation Device 2182 (rev a1)
83:00.1 Audio device: NVIDIA Corporation Device 1aeb (rev a1)
83:00.2 USB controller: NVIDIA Corporation Device 1aec (rev a1)
83:00.3 Serial bus controller [0c80]: NVIDIA Corporation Device 1aed (rev a1)
pp
GeForce GTX 1660 Ti
Using ubuntu-drivers devices, can’t see any drivers that can be installed.
How do I install its driver?
You’ll need driver v418.56 or higher. If it’s not available from stock ubuntu, please add the ubuntu graphics drivers ppa and install from there:
[url]https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa[/url]
- install the driver from that (sudo apt install nvidia-driver-430)
I’m using this install cuda default install of 10 and I want to install cuda9
Using cuda 9 on a Turing gpu is not recommended and will exhibit runtime failures. A general installation guide would be
- add the ubuntu graphics ppa [url]https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa[/url]
- install the driver from that (sudo apt install nvidia-driver-430)
- download the cuda .deb
- add the repo to your system (first three steps from install instructions on download page)
- don’t install cuda
- instead, run sudo apt install cuda-toolkit-10-1
Replace 10-1 with the version you want to install.