ERROR: cuModuleLoad() 209
#6
Alrighty, I had to go to class but I just got back and I was looking into this more, it appears that all of the kernel files are there.

nouveau is blacklisted and should not be running.

here is what my lsmod is showing

Code:
root@breaker:~/cudaHashcat-1.31/kernels/4318# lsmod | grep nvidia
nvidia_uvm             33145  0
nvidia              10651813  29 nvidia_uvm
i2c_core               24265  2 i2c_i801,nvidia

when I run 'sudo dpkg --get-selections | grep -i nvidia' a lot comes up, however when I run 'sudo dpkg --get-selections | grep -i nouveau' I get two entries... I am now removing nouveau since that seems to cause a lot of issues, and since I am early in the install process I can always just re image the machine. Here are the outputs of the two commands now:
Code:
root@breaker:~# dpkg --get-selections | grep -i nouveau
libdrm-nouveau1a:amd64                          deinstall
root@breaker:~# dpkg --get-selections | grep -i nvidia
glx-alternative-nvidia                          install
libgl1-nvidia-glx:amd64                         install
libnvidia-compiler:amd64                        install
libnvidia-ml1:amd64                             install
nvidia-alternative                              install
nvidia-cuda-dev                                 install
nvidia-cuda-doc                                 install
nvidia-cuda-gdb                                 install
nvidia-cuda-toolkit                             install
nvidia-driver                                   install
nvidia-installer-cleanup                        install
nvidia-kernel-3.14-kali1-amd64                  install
nvidia-kernel-common                            install
nvidia-kernel-dkms                              install
nvidia-libopencl1:amd64                         install
nvidia-modprobe                                 install
nvidia-opencl-common                            install
nvidia-opencl-dev:amd64                         install
nvidia-opencl-icd:amd64                         install
nvidia-profiler                                 install
nvidia-smi                                      install
nvidia-support                                  install
nvidia-vdpau-driver:amd64                       install
nvidia-visual-profiler                          install
nvidia-xconfig                                  install
xserver-xorg-video-nvidia                       install
root@breaker:~#


The outside of Hashcat the only things I have installed at this point are openSSH, pure-FTP, and vnc4server.

Maybe I am asking the wrong questions in trying to fix this... Is there a different linux distro that is easier to set up for cudaHashcat? Because ultimately that is all this machine is going to be used for. It is a desktop and unless I feel like scanning my apartment complex 24/7 there is really no other need for the other tools that are included in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali), I just figured it was one of the go to distros for this purpose.

I have never tried blackbox but I assume that is just as good as The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali). The only requirements I have are SSH, FTP, and VNC other than that distro is not an issue for me.

Cheers guys and thanks for helping a noob like me.


Messages In This Thread
ERROR: cuModuleLoad() 209 - by marpatdroid - 10-08-2014, 04:53 PM
RE: ERROR: cuModuleLoad() 209 - by atom - 10-08-2014, 04:58 PM
RE: ERROR: cuModuleLoad() 209 - by marpatdroid - 10-08-2014, 05:29 PM
RE: ERROR: cuModuleLoad() 209 - by philsmd - 10-08-2014, 08:14 PM
RE: ERROR: cuModuleLoad() 209 - by Rolf - 10-08-2014, 08:28 PM
RE: ERROR: cuModuleLoad() 209 - by marpatdroid - 10-08-2014, 10:47 PM
RE: ERROR: cuModuleLoad() 209 - by epixoip - 10-09-2014, 08:44 AM
RE: ERROR: cuModuleLoad() 209 - by marpatdroid - 10-09-2014, 06:51 PM