hashcat Forum

Full Version: Error on Ubuntu: Nvdia
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get this error when trying to run cudahashcat.bin.

undefined symbol: nvmlinit_v2

Anyone know how to solve this?

Thank you.
what driver version are you using?
(01-06-2014, 01:58 PM)undeath Wrote: [ -> ]what driver version are you using?

I am using version 304 and my Ubuntu is 12.04 LTS 64 bit.
So the answer is, you need to:
1. make sure you use the latest oclHashcat version (1.01 currently)
2. your system uses a supported driver, see http://hashcat.net/oclhashcat/, it clearly says: NV users require ForceWare 319.37 or later , seems that this is your problem
3. therefore go to the nvidia page, http://www.nvidia.com/Download/index.aspx?lang=en-us , and select your GPU , the latest driver should work too (but you definitely need to use a driver >= 319.37)
(01-08-2014, 12:57 PM)philsmd Wrote: [ -> ]So the answer is, you need to:
1. make sure you use the latest oclHashcat version (1.01 currently)
2. your system uses a supported driver, see http://hashcat.net/oclhashcat/, it clearly says: NV users require ForceWare 319.37 or later , seems that this is your problem
3. therefore go to the nvidia page, http://www.nvidia.com/Download/index.aspx?lang=en-us , and select your GPU , the latest driver should work too (but you definitely need to use a driver >= 319.37)

Thank you. It is indeed version problem.