* Device #1: This device's local mem size is too small. - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: * Device #1: This device's local mem size is too small. (/thread-6587.html) |
* Device #1: This device's local mem size is too small. - lispustynny - 05-21-2017 Hey.I have a problem with launching hashcat on my bit ancient laptop, but I need it only to simple tasks like a cracking tiny md5-pix. Code: hashcat --opencl-info My pc: RAM : 4098mb System; 4.10.13-1-ARCH CPU Model name: Pentium(R) Dual-Core CPU T4200 @ 2.00GHz GPU: GeForce 8200M 256mb / Driver Version: 340.102 RE: * Device #1: This device's local mem size is too small. - royce - 05-21-2017 Per: https://github.com/hashcat/hashcat/blob/master/src/opencl.c Code: if (device_local_mem_size < 32768) This thread may be informative: https://hashcat.net/forum/thread-5655.html RE: * Device #1: This device's local mem size is too small. - lispustynny - 05-21-2017 Thx for reply.But am I basically supposed to understand or analyze 5.3k lines of code or what? Lets say I will focus just on these lines: Code: // device_local_mem_size And I still have completely no idea what is the cause of this. My gpu can be too old, ok... So it should just use cpu but its like it doesnt detect any? I dont know, maybe im missing some opencl lib in my sys? : Code: #pacman -Ss opencl | grep installed RE: * Device #1: This device's local mem size is too small. - royce - 05-21-2017 I included the relevant portion of code. I just included the link the code for reference. Please read the thread that I also referenced. RE: * Device #1: This device's local mem size is too small. - lispustynny - 05-21-2017 Okay, so this thread tells me that my cpu isnt compatible with latest opencl, if I got this correct. Sort of a (obvious) solution that comes to my mind would be using an older opencl libs, but the hard part is that Im on arch and it's just bleeding edge by definition, crap. The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) or parrot os would have probably same version and some problematic dependencies to deal with... So what's my best option here? Trying to use something old like debian-stable for this task? RE: * Device #1: This device's local mem size is too small. - undeath - 05-21-2017 your hardware is too old to run hashcat. RE: * Device #1: This device's local mem size is too small. - lispustynny - 05-21-2017 Fair enough. Asides its weird, im sure I have used it on that pc few years ago. Regards. RE: * Device #1: This device's local mem size is too small. - royce - 05-21-2017 hashcat supports hardware that is supported by current drivers from the manufacturer. Once the manufacturer drops support for that hardware from the driver, hashcat support also ends. |