Results 1 to 7 of 7

Thread: kali 1.0.9 kernel 3.14 nvidia card issues

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2015-Jan
    Posts
    6

    kali 1.0.9 kernel 3.14 nvidia card issues

    My end goal is really to get cudahashcat64 working, I am not sure exactly what my problem is, so getting to the point here will be hard.
    My set up is a dual boot on an Asus P8Z68-V motherboard using grub for Kali and Win7.
    I've tried 3 clean installs following the Kali Doc site and blackmor guide with success. It seems that nvidia is installed, but it is not interacting properly with kali distro, when I run nvidia-detect command I get the following :

    Code:
    root@Fujinn:~# nvidia-detect
    Detected NVIDIA GPUs:
    01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF116 [GeForce GTX 550 Ti] [10de:1244] (rev a1)
    Uh oh. Failed to identify your Debian suite.
    (I am aware I need to spend some time figure out how to manually input my monitor EIED as I am using a DVI converter for connection behind my tower), but I thought my nvidia driver would still be loaded under the video module, it is not. I have asus_wmi?

    Code:
    root@Fujinn:~# lsmod | grep video
    video                  17804  1 asus_wmi
    thermal_sys            27685  6 fan,video,intel_powerclamp,thermal,processor,x86_pkg_temp_thermal
    and

    Code:
    root@Fujinn:~# lsmod | grep nvidia
    nvidia_uvm             33278  0 
    nvidia              10507888  31 nvidia_uvm
    drm                   240557  2 nvidia
    i2c_core               24265  3 drm,i2c_i801,nvidia
    the error I find when trying to execute cudahashcat benchmark is the following :

    Code:
    root@Fujinn:~# cudahashcat64 -b
    cudaHashcat v1.32 starting in benchmark-mode...
    
    Device #1: GeForce GTX 550 Ti, 1023MB, 1800Mhz, 4MCU
    
    
    
    ERROR: cuModuleLoad() 209
    I'm sorry for taking so long to edit the original post, my professors have been a little harsh on us this week by filling us up with projects and papers.
    Last edited by fujinn; 2015-01-23 at 21:32.

Similar Threads

  1. Replies: 11
    Last Post: 2019-01-15, 14:47
  2. Changing MAC Address Issues With 4.14 Kernel (4.13 Kernel is fine)
    By schaeferhund1 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2018-03-09, 23:03
  3. Replies: 12
    Last Post: 2017-03-05, 03:28
  4. Installing Nvidia Drivers - Kali 1.0.9 (Kernel 3.18)
    By OpenFerret in forum TroubleShooting Archive
    Replies: 7
    Last Post: 2015-02-24, 12:54

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •