Please note, this is a STATIC archive of website hashcat.net from October 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: Can't detect temp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Is NVML not part of the nvidias mobile drivers?
(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
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
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 Wink


/Predator
Thanks for the info
Thanks this solved my problem too.