Can't detect temp - 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: Can't detect temp (/thread-5865.html) |
Can't detect temp - Predator - 09-12-2016 Hi, Is there something I can do to fix this? Using a discrete videocard switched by using Bumblebee OpenCL Platform #1: NVIDIA Corporation ====================================== - Device #1: GeForce GTX 965M, 1023/4095 MB allocatable, 8MCU OpenCL Platform #2: Mesa, skipped! No OpenCL compatible devices found WARNING: NVML library load failed, proceed without NVML HWMon enabled. Would be really nice to detect the temp of the card... /Predator RE: Can't detect temp - atom - 09-12-2016 Is NVML not part of the nvidias mobile drivers? RE: Can't detect temp - Predator - 09-12-2016 (09-12-2016, 08:43 AM)atom Wrote: Is NVML not part of the nvidias mobile drivers? It should be, I will test another problem. It might try to load the wrong version of the library file. I'll return later today. /Predator RE: Can't detect temp - Predator - 09-12-2016 Here is my lib that hashcat can't load /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-ml.so And if I check the source code for hashcat it's the file it's looking for, how can I direct it to find this file? /Predator RE: Can't detect temp - Predator - 09-12-2016 This solved the problem. ln -s /usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-ml.so /usr/lib/libnvidia-ml.so Maybe not the correct fix but it does solve the problem /Predator RE: Can't detect temp - atom - 09-13-2016 Thanks for the info RE: Can't detect temp - duhblow7 - 12-29-2016 Thanks this solved my problem too. |