oclHashcat-0.25 on GeForce GTX 570 running Fedora 13 x86_64
#1
I'm a total n00b so I won't be insulted if someone tells me that I have done something wrong or I have not done something. I'm running oclHashcat-0.25 on a GeForce GTX 570 with Fedora 13 x86_64. I'm running a 2.6.34.7-63.fc13.x86_64 Linux kernel. I'm running CUDA 3.2 with the latest driver, "NVIDIA-Linux-x86_64-260.19.44". When I run "cudaExample.sh" I get the following:

cudaHashcat v0.25 starting...

Digests: 6494 entries, 6494 unique
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes
Platform: NVidia compatible platform found
Device #1: GeForce GTX 570, 1279MB, 1464Mhz, 15MCU
NOTE: gpu-accel auto-adjusted to: 80
Device #1: Kernel ./kernels/4318/m0000.sm_20.64.cubin
ERROR: cuModuleLoad() 301

I went back and installed "cudaHashcat v0.24" and got the same error "ERROR: cuModuleLoad() 301".

I tried cudaHashcat v0.25 on a different machine. The different machine is running a 64-bit 2.6.34-gentoo-r6 kernel on an Athlon 64. It is running CUDA 3-2 with "devdriver_3.2_linux_64_260.19.14". The GPU is a GeForce 8400 GS. "cudaExample.sh" ran flawlessly on this machine.

I'm running Fedora 13 on the machine with GeForce 570 because Fedora 13 is officially supported by NVIDIA. Any suggestions short of putting Gentoo on the machine with the GeForce 570 GPU? Thanks
#2
cd to installation directory and check if you have that file ./kernels/4318/m0000.sm_20.64.cubin
#3
(03-19-2011, 06:03 PM)atom Wrote: cd to installation directory and check if you have that file ./kernels/4318/m0000.sm_20.64.cubin

I have the file m0000.sm_20.64.cubin but it isn't in the directory ./kernels/4318/ In fact, the directory ./kernels is empty.

Mike

(03-19-2011, 06:03 PM)atom Wrote: cd to installation directory and check if you have that file ./kernels/4318/m0000.sm_20.64.cubin

I think you are on to something. On the gentoo machine, the ./kernels directory is occupied. It seems that "7za e *.7z" on the Fedora machine unpacks files differently than "p7zip" on the Gentoo machine. Let me see if I can rearrange the directory or unpack the *.7z file as they are on the Gentoo machine and see if that does the trick. I'll get back with you. Thanks for the suggestion.

Mike
(03-19-2011, 06:03 PM)atom Wrote: cd to installation directory and check if you have that file ./kernels/4318/m0000.sm_20.64.cubin

atom,
That did it! Thanks a lot for your help. For the record, originally I uncompressed the "oclHashcat-0.25.7z" file using the command "7za a oclHashcat-0.25.7z". When I used the command "7za x oclHashcat-0.25.7z" everything was extracted correctly in the proper directories on my Fedora 13 machine. Sorry for the mistake that had nothing to do with "oclHashcat" and again, thanks a lot for your help.

Mike