Hello,
i try to install the NVIDIA GPU Driver for hashcat accoring your instruction (https://www.kali.org/docs/general-us...on-kali-linux/) on a new installed Kali 2020.3.
My Output after the setup:
Code:
test@test:~$ lspci | grep -i vga
01:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 760] (rev a1)
Code:
test@test:~$ nvidia-smi
Wed Nov 10 00:02:14 2020
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 450.80.02 Driver Version: 450.80.02 CUDA Version: 11.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 GeForce GTX 760 Off | 00000000:01:00.0 N/A | N/A |
| 35% 36C P8 N/A / N/A | 65MiB / 1999MiB | N/A Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
When i try to run hashcat ist shows up the following error:
Code:
hashcat (v6.1.1) starting...
cuInit(): unknown error
OpenCL Info:
============
OpenCL Platform ID #1
Vendor..: The pocl project
Name....: Portable Computing Language
Version.: OpenCL 1.2 pocl 1.5, None+Asserts, LLVM 9.0.1, RELOC, SLEEF, DISTRO, POCL_DEBUG
Backend Device ID #1
Type...........: CPU
Vendor.ID......: 128
Vendor.........: GenuineIntel
Name...........: pthread-Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
Version........: OpenCL 1.2 pocl HSTR: pthread-x86_64-pc-linux-gnu-core2
Processor(s)...: 4
Clock..........: 2394
Memory.Total...: 5915 MB (limited to 2048 MB allocatable in one block)
Memory.Free....: 5851 MB
OpenCL.Version.: OpenCL C 1.2 pocl
Driver.Version.: 1.5
How can i fix this "cuInit(): unknown error" error?