FWIW, under Ubuntu 18.04 I'm also able to run hashcat well using the native packages. I have these installed:
I think the CUDA toolkit pulls these in automatically, but just in case, here are the CUDA-related packages as well:
Code:
$ dpkg -l | grep nvidia | egrep -v '^ii' | cut -b1-80
rc libnvidia-compute-440:amd64 440.64.00-0ubuntu1
rc nvidia-compute-utils-440 440.64.00-0ubuntu1
rc nvidia-cuda-toolkit 9.1.85-3ubuntu1
rc nvidia-dkms-440 440.64.00-0ubuntu1
rc nvidia-kernel-common-440 440.64.00-0ubuntu1
rc nvidia-prime 0.8.8.2
I think the CUDA toolkit pulls these in automatically, but just in case, here are the CUDA-related packages as well:
Code:
$ dpkg -l | grep cuda | egrep -v '^ii' | cut -b1-80
rc cuda-cudart-10-2 10.2.89-1
rc cuda-cudart-dev-10-2 10.2.89-1
rc cuda-cufft-10-2 10.2.89-1
rc cuda-cupti-10-2 10.2.89-1
rc cuda-curand-10-2 10.2.89-1
rc cuda-cusolver-10-2 10.2.89-1
rc cuda-cusparse-10-2 10.2.89-1
rc cuda-npp-10-2 10.2.89-1
rc cuda-nvcc-10-2 10.2.89-1
rc cuda-nvgraph-10-2 10.2.89-1
rc cuda-nvjpeg-10-2 10.2.89-1
rc cuda-nvprof-10-2 10.2.89-1
rc cuda-nvrtc-10-2 10.2.89-1
rc cuda-nvtx-10-2 10.2.89-1
rc cuda-sanitizer-api-10-2 10.2.89-1
rc cuda-toolkit-10-2 10.2.89-1
rc cuda-visual-tools-10-2 10.2.89-1
rc nvidia-cuda-toolkit 9.1.85-3ubuntu1
~