Can't detect temp
#1
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
#2
Is NVML not part of the nvidias mobile drivers?
#3
(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
#4
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
#5
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
#6
Thanks for the info
#7
Thanks this solved my problem too.