Results 1 to 19 of 19

Thread: oclhashcat-plus doesn't recognize that fglrx is installed.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #19
    Join Date
    2013-Mar
    Posts
    2
    @Kraako

    I think this post may help you https://hashcat.net/forum/printthrea...id=2030&page=3
    - it appears you may have the same issue. To sum it up, you may have the wrong libOpenCL version. It should look like below:

    $ clinfo | grep 'Version:'
    Platform Version: OpenCL 1.2 AMD-APP (1084.4)
    Version: OpenCL 1.2 AMD-APP (1084.4)
    Version: OpenCL 1.2 AMD-APP (1084.4)
    Version: OpenCL 1.2 AMD-APP (1084.4)
    Version: OpenCL 1.2 AMD-APP (1084.4)

    Edit: If your version is different from above, to fix it remove AMD-APP-SDK if you downloaded it from the website, and install it from Debian Experimental. If you have it already installed from the repo using apt-get install without the "-t experimental" you may have wrong version.

    apt-get purge amd-opencl-icd
    apt-get -t experimental install amd-opencl-icd

    Then add the symlink as mentioned in previous posts:
    ln -s /usr/lib/x86_64-linux-gnu/libOpenCL.so.1 /usr/lib/libOpenCL.so.1
    Last edited by sora1; 2013-04-04 at 19:54.

Similar Threads

  1. Kali doesn't recognize partitions correctly
    By samer95 in forum Installing Archive
    Replies: 2
    Last Post: 2019-06-16, 14:09
  2. Linux doesn't recognize Broadcom Wi-Fi bcm43142 driver
    By Marcx in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2017-07-07, 16:49

Posting Permissions

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