AMD R7 240 --> hashcat? - 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: AMD R7 240 --> hashcat? (/thread-5918.html) |
AMD R7 240 --> hashcat? - phillips321 - 10-03-2016 Guys, First off, can i state this is only for dev purposes, not for actually getting some decent cracking speeds. I have a HO Microserver Gen 8 with an AMD R7 240 GPU in the PCI express port and have passed that through to a ubuntu (16.04) VM using VT-d under ESXi (6.0u2). I have installed the amdgpu-pro drivers in the VM and can see the card under lspci: Code: 02:01.0 Ethernet controller: Intel Corporation 82545EM Gigabit Ethernet Controller (Copper) (rev 01) Un fortunately hash cat doesn't recognise the GPU. I have got x11 running but nothing physically plugged into the GPU ports (HDMI/DVI): Code: hashcat (v3.10) starting... So first question, does this GPU support hash cat and OpenCL? Secondly, what could i be doing wrong? Thanks in advance P.s. Reminder that this is only for test purposes (playing with VT-d GPU pass through) RE: AMD R7 240 --> hashcat? - atom - 10-03-2016 The GPU is too old, it's not supported, trash it. To make use of the CPU, install an OpenCL runtime for it. RE: AMD R7 240 --> hashcat? - phillips321 - 10-03-2016 Hi atom, Thanks for the update. Would you be able to confirm a low profile single slot GPU that will work with hash cat? Am thinking nvidia 750ti but unfortunately VT-d pass through doesn't work on nvidia so AMD options only. RE: AMD R7 240 --> hashcat? - phillips321 - 10-03-2016 (basically I'm asking the cheapest available as it's for dev purposes only) RE: AMD R7 240 --> hashcat? - epixoip - 10-03-2016 You could just use CPU for dev purposes. RE: AMD R7 240 --> hashcat? - phillips321 - 10-03-2016 But i specifically want to test GPU pass through and how it affects hashcat. As im looking into creating an ESXi host with 8 GPUs that i can split between 2VMs RE: AMD R7 240 --> hashcat? - epixoip - 10-03-2016 Ah ok. Well if ESXi isn't a hard requirement, you can do pci-e passthru with Nvidia on Xen. RE: AMD R7 240 --> hashcat? - phillips321 - 10-03-2016 (10-03-2016, 05:30 PM)epixoip Wrote: Ah ok. Well if ESXi isn't a hard requirement, you can do pci-e passthru with Nvidia on Xen. Ah interesting, that's good to know as it provides me with another avenue for testing. Much appreciated |