04-02-2023, 04:23 PM
How anyone gotten hashcat running under WSL (Ubuntu)? CUDA is installed*, and all of the demos in /usr/local/cuda/extras/demo_suite/ work except for randomFog and oceanFFT**.
Hashcat does not seem to find the GPU .
Any ideas?
----------------
*I followed the CUDA install instructions here:
**(these fail with error
(Apologies if this has been asked, the min search length being 4 chars makes searching for "WSL" difficult)
Hashcat does not seem to find the GPU .
Code:
$ hashcat -m 0 hashed rockyou.txt
hashcat (v5.1.0) starting...
* Device #1: Not a native Intel OpenCL runtime. Expect massive speed loss.
You can use --force to override, but do not report related errors.
No devices found/left.
Started: Sun Apr 2 10:17:50 2023
Stopped: Sun Apr 2 10:17:50 2023
Any ideas?
----------------
*I followed the CUDA install instructions here:
- https://docs.nvidia.com/cuda/wsl-user-gu...uda-on-wsl
- https://developer.nvidia.com/cuda-downlo...=deb_local
**(these fail with error
Code:
/usr/local/cuda/extras/demo_suite/oceanFFT: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory
(Apologies if this has been asked, the min search length being 4 chars makes searching for "WSL" difficult)