5x 1080 TI on linux
#11
I just installed CUDA SKA with the following commands:

Code:
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin
sudo mv cuda-ubuntu2004.pin /etc/apt/preferences.d/cuda-repository-pin-600
wget https://developer.download.nvidia.com/compute/cuda/11.7.0/local_installers/cuda-repo-ubuntu2004-11-7-local_11.7.0-515.43.04-1_amd64.deb
sudo dpkg -i cuda-repo-ubuntu2004-11-7-local_11.7.0-515.43.04-1_amd64.deb
sudo cp /var/cuda-repo-ubuntu2004-11-7-local/cuda-*-keyring.gpg /usr/share/keyrings/
sudo apt-get update
sudo apt-get -y install cuda


After a reboot, seems better

Code:
hashcat (v6.2.5) starting in backend information mode

* Device #4: Outdated POCL OpenCL driver detected!

CUDA Info:
==========

CUDA.Version.: 11.7

Backend Device ID #1
  Name...........: NVIDIA GeForce GTX 1080 Ti
  Processor(s)...: 28
  Clock..........: 1582
  Memory.Total...: 11176 MB
  Memory.Free....: 11029 MB
  PCI.Addr.BDFe..: 0000:01:00.0

Backend Device ID #2
  Name...........: NVIDIA GeForce GTX 1080 Ti
  Processor(s)...: 28
  Clock..........: 1582
  Memory.Total...: 11178 MB
  Memory.Free....: 11034 MB
  PCI.Addr.BDFe..: 0000:03:00.0

Backend Device ID #3
  Name...........: NVIDIA GeForce GTX 1080 Ti
  Processor(s)...: 28
  Clock..........: 1582
  Memory.Total...: 11178 MB
  Memory.Free....: 11034 MB
  PCI.Addr.BDFe..: 0000:04:00.0
Reply


Messages In This Thread
5x 1080 TI on linux - by fl0at0xff - 07-25-2022, 03:39 PM
RE: 5x 1080 TI on linux - by pdo - 07-25-2022, 03:49 PM
RE: 5x 1080 TI on linux - by fl0at0xff - 07-25-2022, 04:41 PM
RE: 5x 1080 TI on linux - by pdo - 07-25-2022, 04:51 PM
RE: 5x 1080 TI on linux - by fl0at0xff - 07-25-2022, 04:58 PM
RE: 5x 1080 TI on linux - by pdo - 07-25-2022, 05:02 PM
RE: 5x 1080 TI on linux - by fl0at0xff - 07-25-2022, 05:08 PM
RE: 5x 1080 TI on linux - by fl0at0xff - 07-26-2022, 07:35 AM
RE: 5x 1080 TI on linux - by Snoopy - 07-26-2022, 12:05 PM
RE: 5x 1080 TI on linux - by fl0at0xff - 07-26-2022, 04:32 PM
RE: 5x 1080 TI on linux - by fl0at0xff - 07-26-2022, 05:22 PM
RE: 5x 1080 TI on linux - by fl0at0xff - 08-03-2022, 08:35 AM