View previous topic :: View next topic |
Author |
Message |
vanjo9800 Tux's lil' helper
Joined: 16 Mar 2015 Posts: 76
|
Posted: Thu Nov 03, 2016 4:43 pm Post subject: Hashcat and NVIDIA |
|
|
Hello, I have a NVIDIA Optimus laptop, but because I use it as a stationary machine, I use the NVIDIA card to render X.
Now, I have installed hashcat because I want to use my NVIDIA for farming. I have done all the setup proposed, but I received the following warnings and end up farming on CPU:
Code: |
WARN: nvmlDeviceGetFanSpeed() 3 Not Supported
WARNING: Failed loading the XNVCTRL library: libXNVCtrl.so: cannot open shared object file: No such file or directory
Please install libxnvctrl-dev package.
|
What could be the problem?
Thank you in advance!!! |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31387 Location: here
|
Posted: Thu Nov 03, 2016 4:59 pm Post subject: |
|
|
Not sure but try to install nvidia-drivers with static-libs use flag. This because into ebuild I see
Code: | if use static-libs; then
dolib.a "${S}"/nvidia-settings-${PV}/src/libXNVCtrl/libXNVCtrl.a
insinto /usr/include/NVCtrl
doins "${S}"/nvidia-settings-${PV}/src/libXNVCtrl/*.h
fi |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
vanjo9800 Tux's lil' helper
Joined: 16 Mar 2015 Posts: 76
|
Posted: Thu Nov 03, 2016 7:52 pm Post subject: |
|
|
I already have it installed with the static-libs use flag... |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31387 Location: here
|
Posted: Thu Nov 03, 2016 9:07 pm Post subject: |
|
|
Can help this? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
|