ERROR: cuModuleLoad() 209
#1
Hi,

Just trying to test cudaHashcat64 on a ubuntu-desktop linux 14.04.1.
In fact i try first with Windows 7 x64 and it's working fine, now trying to run it on linux just to compare.

First ill try to install it on ubuntu-server edition and i got the same error. Ill try to install it on a ubuntu-desktop ... again the cuModuleLoad() 209 error.

Here my steps, im close of a tutorial ... :
-Installating Ubuntu-Desktop 14.04.1 on a i7 with a 570GTX
-Installing ssh : sudo apt-get install ssh
-Downloading lastest cuda driver : wget http://developer.download.nvidia.com/com...nux_64.run
-Convert to executable : sudo chmod +x cuda_6.5.14_linux_64.run
-Stopping X : sudo service lightdm stop
-Connecting with the ssh because i got a black screen on the local pc
-Installing the cuda driver : sudo ./cuda_6.5.14_linux_64.run
(Accepting the EULA - Installing everything as default)
-Rebooting the pc : sudo reboot now
-Downloading cudaHashcat : wget http://hashcat.net/files/cudaHashcat-1.32.7z
-Installing P7Zip : sudo apt-get install p7zip-full
-Unziping the archive : 7za x cudaHashcat-1.32.7z
-Goiing to folder : cd cudaHashcat-1.32.7z
-Trying to benchmark (easiest command ill try 4-5 other's) : sudo ./cudaHashcat64.bin -b

And here i got the error :
Quote:cudaHashcat v1.32 starting in benchmark-mode...

Device #1: GeForce GTX 570, 1279MB, 1540Mhz, 15MCU

ERROR: cuModuleLoad() 209


Messages In This Thread
ERROR: cuModuleLoad() 209 - by YanViau - 02-08-2015, 07:37 PM
RE: ERROR: cuModuleLoad() 209 - by epixoip - 02-08-2015, 08:21 PM
RE: ERROR: cuModuleLoad() 209 - by YanViau - 02-08-2015, 09:06 PM