ERROR: cuModuleLoad() 209 - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: ERROR: cuModuleLoad() 209 (/thread-4054.html) |
ERROR: cuModuleLoad() 209 - YanViau - 02-08-2015 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/compute/cuda/6_5/rel/installers/cuda_6.5.14_linux_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... RE: ERROR: cuModuleLoad() 209 - epixoip - 02-08-2015 Remove CUDA. You do not need it, and the version you downloaded has the wrong driver. Download & install http://us.download.nvidia.com/XFree86/Linux-x86_64/346.35/NVIDIA-Linux-x86_64-346.35-no-compat32.run RE: ERROR: cuModuleLoad() 209 - YanViau - 02-08-2015 First of all thx for your help it's seem's to work ! update of the procedure -Installating Ubuntu-Desktop 14.04.1 on a i7 with a 570GTX -Installing ssh : sudo apt-get install ssh -Downloading nvidia driver : wget http://us.download.nvidia.com/XFree86/Linux-x86_64/346.35/NVIDIA-Linux-x86_64-346.35-no-compat32.run -Convert to executable : sudo chmod +x NVIDIA-Linux-x86_64-346.35-no-compat32.run -Stopping X : sudo service lightdm stop -Connecting with the ssh because i got a black screen on the local pc -Installing the nvidia driver : sudo ./NVIDIA-Linux-x86_64-346.35-no-compat32.run (Accepting the EULA - Installing everything as default) -Getting an error about Nouveau driver already installed, nvidia update the file -Rebooting the pc : sudo reboot now -Stopping X : sudo service lightdm stop -Connecting with the ssh because i got a black screen on the local pc -Installing the nvidia driver without Nouveau driver : sudo ./NVIDIA-Linux-x86_64-346.35-no-compat32.run -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 Working ! |