Results 1 to 3 of 3

Thread: cuda?

  1. #1
    Join Date
    2013-Mar
    Location
    West Virginia
    Posts
    98

    cuda?

    can someone help me get cuda working on kali ive tried all of the tutorials i can find. i have a nvidia gforce gtx 560ti card please help.
    Smile while you can for in the future there my be nothing to smile about.
    申し訳ありませんが、これは翻訳することができませんでした。

  2. #2
    What have you already tried?
    Also, are you running Live, persistent, or installed?

    Have you tried the Cuda toolkit from https://developer.nvidia.com/cuda-downloads (Any of the ubuntu RUN files).
    Last edited by xNotta; 2014-02-18 at 22:02.

  3. #3
    32-bit? 64-bit? which cuda driver? which nvidia driver? ...... Excellent problem description, shaberu!

    My way I got NVIDIA and CUDA working with a fresh install of Kali 1.0.6: (GeForce GTX 780 SC w/ ACX Cooler)
    followed this guide:
    https://forums.kali.org/showthread.p...Cuda-and-Pyrit

    do the editing of /etc/default/grub but DON'T reboot

    then have a look for your packages with nouveau*

    Code:
    dpkg -l | grep -i nouveau
    uninstall every single package with name nouveau

    then reboot

    download CUDA - doesn't matter which one exept 32-bit or 64-bit - pick one RUN file from UBUNTU!!!!


    in summary:
    1) installed nvidia driver 319.82 from nvidia’s website
    reboot
    2) Ctrl + ALT + F1
    3) service gdm3 stop
    4) ./cuda_5.5.22_linux_64.run -silent -driver // this was for me important, otherwise CUDA wasn't installed
    6) reboot
    5) installed cpyrit and pyrit
    6) have fun

    also a good HOWTO:
    http://www.blackmoreops.com/2013/10/...uda-and-pyrit/

    Please give feedback if it's working or not.
    Last edited by tr00n3r; 2014-02-20 at 19:04.

Similar Threads

  1. Enabling CUDA - Please help?
    By Infinitynull in forum General Archive
    Replies: 4
    Last Post: 2015-12-13, 17:21
  2. cuda help
    By shaberu in forum TroubleShooting Archive
    Replies: 6
    Last Post: 2013-06-27, 02:43
  3. CUDA Problem
    By JaZZvaZ in forum TroubleShooting Archive
    Replies: 5
    Last Post: 2013-06-18, 20:39

Posting Permissions

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