ocl1.31 + NVidia 343.22 - error cuModuleLoad() 301
#1
hi all,
i have a thread below however in an attempt to fix the issue i have blown away that instance and started again so im starting fresh Smile

I have installed The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) on my dedicated crunching computer and have an NVIDIA GT 630 in it.

I have installed originally the NVIDIA 340.65 drivers as thats the latest ones that are on the nvidia site (by using the normal search) however i saw the thread here: http://hashcat.net/forum/thread-3710.html detailing that i need to use 343.22 with 1.31. So i went and grabbed them and installed them over the top of 340.65.

However im still getting the error: cuModuleLoad() 301 when doing the following command

#./cudaHashcat32.bin -m 2500 -a 0 /root/hash.hccap /usr/share/wordlist/rockyou.txt

Thanks.
#2
How did you extract the oclHashcat .7z archive ?

Please also use the forum's search function to find similar threads, e.g.
https://hashcat.net/forum/thread-3760.html
https://hashcat.net/forum/thread-531.html

etc

you need to extract 7z archives in linux with
7z x [filename].7z

Did you use that command to extract the archive?
#3
/facepalm for whatever reason i did 7z e

my bad..... :\

re-extracted working perfectly fine.