Results 1 to 50 of 376

Thread: (Guide) Installing Nvidia + Bumblebee + CUDA for Optimus enabled Laptops

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2013-Aug
    Location
    lost in space
    Posts
    580
    ehh, something funky is going on. After uninstall 1.01 and installing 1.30, using the test command
    ./cudaHashcat.bin -t 32 -a 7 example0.hash ?a?a?a?a example.dict
    does not work.



    ./oclHashcat.bin -t 32 -a 7 example0.hash ?a?a?a?a example.dict
    rturns:
    ERROR: No AMD/SDS compatible platform found

    root@kali:/usr/share/oclhashcat#

    could this be a AMD only release?


    Edit:
    Code:
    apt-get install oclhashcat
    returns:
    http://http.kali.org/kali/ kali/non-free oclhashcat amd64 1.01-1kali2 [533 MB]
    so I do not know what that oclHashcat 1.30 package is.
    Last edited by Quest; 2014-08-25 at 03:23.
    Kali Linux USB Installation using LinuxLive USB Creator
    Howto Install HDD Kali on a USB Key
    Clean your laptop fan | basic knowledge

  2. #2
    Join Date
    2014-Apr
    Location
    Down Under
    Posts
    315
    Quote Originally Posted by Quest View Post
    ehh, something funky is going on. After uninstall 1.01 and installing 1.30, using the test command
    does not work.



    rturns:



    could this be a AMD only release?


    Edit:
    Code:
    apt-get install oclhashcat
    returns:


    so I do not know what that oclHashcat 1.30 package is.
    Well, you are right. That is an AMD only release.

    The good news is, cudahashcat 1.30 does work on Kali (I just crunched that example hash). The bad news is, it is not in the repo and I had to install it manually (first world problems, right?)

    I'm trying my hand at making my own .deb which will install 1.30 on Kali. I've never done that before so I have no ETA. May be easier to extract hashcat and my soft links to the .bin.

  3. #3
    Join Date
    2014-Apr
    Location
    Down Under
    Posts
    315
    Quote Originally Posted by Quest View Post
    ehh, something funky is going on. After uninstall 1.01 and installing 1.30, using the test command
    does not work.



    rturns:



    could this be a AMD only release?


    Edit:
    Code:
    apt-get install oclhashcat
    returns:


    so I do not know what that oclHashcat 1.30 package is.
    Amazingly, my deb works.

    Code:
    root@kali:~# dpkg -i cudaHashcat-1.30.deb 
    Selecting previously unselected package cudahashcat-1.30.
    (Reading database ... 349321 files and directories currently installed.)
    Unpacking cudahashcat-1.30 (from cudaHashcat-1.30.deb) ...
    Setting up cudahashcat-1.30 (1.30) ...          
    root@kali:~# optirun cudahashcat64 -t 32 -a 7 example0.hash ?a?a?a?a example.dict 
    cudaHashcat v1.30 starting...
    I have taken the archive from the hashcat site and modified it under section 6 of their EULA. The deb installs the program is /usr/share/cudahashcat and places scripts in /usr/bin which calls hashcat like any other command.

    I'll upload it tonight for anyone that wants to use it. Provided as is with no expectation it will work and it may cause damages including death and your wife leaving you (tic) but you get the idea.

    Weighs in at 172mb

    Edit:

    Download link:
    https://www.mirrorcreator.com/files/...1.30.deb_links

    SHA1SUM
    f2c0d96c75d1c186b48e11c5b399f3e2ccc5e459

    when installed, its called with 'cudahashcat64' for 64bit or 'cudahashcat32' for 32 bit.
    Last edited by staticn0de; 2014-08-26 at 04:58.

Similar Threads

  1. Replies: 6
    Last Post: 2017-01-04, 19:39
  2. NVIDIA and CUDA with OPTIMUS
    By jolubedju in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2014-06-03, 10:52
  3. Kali Linux 1.05 nvidia optimus cuda and pyrit
    By gfbaggio in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2014-04-28, 20:15

Posting Permissions

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