can't get hashcat working!! ubuntu 16.04 w/ amd 7970s
#1
hello im in need of some help getting hashcat installed and running properly; im using ubuntu 16.04 with 3 amd 7970s
i have refered to these pages to try and get the install going to no avail:
https://hashcat.net/forum/thread-7323.html
https://support.amd.com/en-us/kb-article...Notes.aspx

when I installed the --opencl=legacy and compiled hashcat, ran a benchmark and i get this output:

:~/hashcat# hashcat -b --force
hashcat (v4.2.0) starting in benchmark mode...

Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.

OpenCL Platform #1: Advanced Micro Devices, Inc.
================================================
* Device #1: Tahiti, 2343/3001 MB allocatable, 16MCU
* Device #2: Tahiti, 2390/3066 MB allocatable, 16MCU
* Device #3: Tahiti, 2390/3066 MB allocatable, 16MCU

Benchmark relevant options:
===========================
* --force
* --optimized-kernel-enable

Hashmode: 0 - MD5

clCreateCommandQueue(): CL_OUT_OF_HOST_MEMORY

Started: Sat Jul 28 03:39:17 2018
Stopped: Sat Jul 28 03:39:22 2018

so i uninstalled the"--opencl=legacy" and installed "--opencl=rocm" (also reinstalled ocl-icd-libopencl1 and hashcat) and i recieve this output:

:~/hashcat# hashcat -b --force
hashcat (v4.2.0) starting in benchmark mode...

Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.

clGetPlatformIDs(): CL_PLATFORM_NOT_FOUND_KHR

Started: Sat Jul 28 03:51:10 2018
Stopped: Sat Jul 28 03:51:10 2018

i know rocm is the correct driver and i've also tried this rocm and still have a similar outcome:

https://rocm.github.io/ROCmInstall.html

please help!!! if you need more info i'll be sure to get it to you!!


Messages In This Thread
can't get hashcat working!! ubuntu 16.04 w/ amd 7970s - by Mdu830 - 07-28-2018, 10:02 AM