Installing Hashcat with Intel Celeron CPU N2840 @ 2.16GHz











up vote
1
down vote

favorite












I am trying to install hashcat on my ubuntu box and am having issues with drivers. I successfully installed hashcat 3.30 but when I run it I am given this error:



hashcat (v3.30-49-g2f81532) starting...

* Device #1: Intel's OpenCL runtime (GPU only) is currently broken
We need to wait for an update of their OpenCL drivers
You can use --force to override this but do not post error reports if you do so
No devices found/left


I haven't been able to find anything in my google searches for my computer. Is there an opencl driver I need to install to fix this. Does hashcat work with Intel Celeron N2840?










share|improve this question






















  • Did you have any luck?
    – Arturo
    May 4 '17 at 16:43










  • @Arturo Unfortunately, no.
    – NULL
    May 5 '17 at 16:30















up vote
1
down vote

favorite












I am trying to install hashcat on my ubuntu box and am having issues with drivers. I successfully installed hashcat 3.30 but when I run it I am given this error:



hashcat (v3.30-49-g2f81532) starting...

* Device #1: Intel's OpenCL runtime (GPU only) is currently broken
We need to wait for an update of their OpenCL drivers
You can use --force to override this but do not post error reports if you do so
No devices found/left


I haven't been able to find anything in my google searches for my computer. Is there an opencl driver I need to install to fix this. Does hashcat work with Intel Celeron N2840?










share|improve this question






















  • Did you have any luck?
    – Arturo
    May 4 '17 at 16:43










  • @Arturo Unfortunately, no.
    – NULL
    May 5 '17 at 16:30













up vote
1
down vote

favorite









up vote
1
down vote

favorite











I am trying to install hashcat on my ubuntu box and am having issues with drivers. I successfully installed hashcat 3.30 but when I run it I am given this error:



hashcat (v3.30-49-g2f81532) starting...

* Device #1: Intel's OpenCL runtime (GPU only) is currently broken
We need to wait for an update of their OpenCL drivers
You can use --force to override this but do not post error reports if you do so
No devices found/left


I haven't been able to find anything in my google searches for my computer. Is there an opencl driver I need to install to fix this. Does hashcat work with Intel Celeron N2840?










share|improve this question













I am trying to install hashcat on my ubuntu box and am having issues with drivers. I successfully installed hashcat 3.30 but when I run it I am given this error:



hashcat (v3.30-49-g2f81532) starting...

* Device #1: Intel's OpenCL runtime (GPU only) is currently broken
We need to wait for an update of their OpenCL drivers
You can use --force to override this but do not post error reports if you do so
No devices found/left


I haven't been able to find anything in my google searches for my computer. Is there an opencl driver I need to install to fix this. Does hashcat work with Intel Celeron N2840?







drivers intel-graphics intel






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 2 '17 at 13:42









NULL

1114




1114












  • Did you have any luck?
    – Arturo
    May 4 '17 at 16:43










  • @Arturo Unfortunately, no.
    – NULL
    May 5 '17 at 16:30


















  • Did you have any luck?
    – Arturo
    May 4 '17 at 16:43










  • @Arturo Unfortunately, no.
    – NULL
    May 5 '17 at 16:30
















Did you have any luck?
– Arturo
May 4 '17 at 16:43




Did you have any luck?
– Arturo
May 4 '17 at 16:43












@Arturo Unfortunately, no.
– NULL
May 5 '17 at 16:30




@Arturo Unfortunately, no.
– NULL
May 5 '17 at 16:30










1 Answer
1






active

oldest

votes

















up vote
0
down vote













I encountered this error while creating a tutorial on how to install hashcat on Ubuntu 18.04; I've included the instructions below for Installing OpenCL™ Runtimes for Intel® Processors- feel free to review my full gist on GitHub. Hope that helps!



Installing OpenCL™ Runtimes for Intel® Processors



Installing OpenCL™ Runtimes for Intel® Processors - Option A (Recommended)




  1. Check your CPU system processor architecture by running sudo lscpu to identify the class of CPU e.g. "Intel (R) Core (TM) i7-7700 CPU @ 3.60Ghz"- alternatively, you can go to Settings > Details which will also reveal the CPU-family (e.g. Intel (R) HD Graphics 630 (Kaby Lake GT2)).

  2. Go to the Intel Developer Zone and scroll down to the corresponding download link for your system; assuming you're running Ubuntu 18.04 and have a Intel Core-class CPU, scroll down to "Linux* OS Ubuntu* 16.04.x (deb)" and click on the Github link for 18.46.11837 Runtimes to access the runtime-packages to download.

  3. There should be instructions within the aforementioned Github repo- or you can proceed with the following in the next steps.

  4. cd ~/Desktop

  5. mkdir neo

  6. cd neo

  7. sudo wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-gmmlib_18.4.0.348_amd64.deb

  8. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-igc-core_18.44.1060_amd64.deb

  9. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-igc-opencl_18.44.1060_amd64.deb

  10. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-opencl_18.46.11837_amd64.deb

  11. Install the packages by running sudo dpkg -i *.deb.

  12. Restart the system by running sudo reboot.


Installing OpenCL™ Runtimes for Intel® Processors - Option B




  1. Go to Intel OpenCL Runtimes website and scroll down to the bottom of the page to Download Intel CPU Runtime for OpenCL Applications 18.1 for LINUX OS (64-bit only).

  2. After downloading the OpenCL Runtimes for Intel Processors, cd ~/Downloads

  3. Run sudo tar -xzf l_opencl_p_18.1.0.013.tgz to unpack the tgz file- please note, the OpenCL file version may update since the time as of this gist (ie as of this gist, the version is 18.1.0.013.)

  4. cd l_opencl_p_18.1.0.013

  5. Run sudo ./install.sh

  6. A welcome screen is prompted- hold-down the "Enter" key until able to input select "2" for "I do NOT consent to the collection of my Information"

  7. Hit "1"

  8. Hit "1"

  9. Hit "Enter" and then restart the computer.

  10. If any additional Intel OpenCL errors are encountered after testing hashcat, go to section 'Installing OpenCL™ Runtimes for Intel® Processors - B'- if not, proceed with section "Testing Hashcat"






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f879039%2finstalling-hashcat-with-intel-celeron-cpu-n2840-2-16ghz%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    I encountered this error while creating a tutorial on how to install hashcat on Ubuntu 18.04; I've included the instructions below for Installing OpenCL™ Runtimes for Intel® Processors- feel free to review my full gist on GitHub. Hope that helps!



    Installing OpenCL™ Runtimes for Intel® Processors



    Installing OpenCL™ Runtimes for Intel® Processors - Option A (Recommended)




    1. Check your CPU system processor architecture by running sudo lscpu to identify the class of CPU e.g. "Intel (R) Core (TM) i7-7700 CPU @ 3.60Ghz"- alternatively, you can go to Settings > Details which will also reveal the CPU-family (e.g. Intel (R) HD Graphics 630 (Kaby Lake GT2)).

    2. Go to the Intel Developer Zone and scroll down to the corresponding download link for your system; assuming you're running Ubuntu 18.04 and have a Intel Core-class CPU, scroll down to "Linux* OS Ubuntu* 16.04.x (deb)" and click on the Github link for 18.46.11837 Runtimes to access the runtime-packages to download.

    3. There should be instructions within the aforementioned Github repo- or you can proceed with the following in the next steps.

    4. cd ~/Desktop

    5. mkdir neo

    6. cd neo

    7. sudo wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-gmmlib_18.4.0.348_amd64.deb

    8. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-igc-core_18.44.1060_amd64.deb

    9. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-igc-opencl_18.44.1060_amd64.deb

    10. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-opencl_18.46.11837_amd64.deb

    11. Install the packages by running sudo dpkg -i *.deb.

    12. Restart the system by running sudo reboot.


    Installing OpenCL™ Runtimes for Intel® Processors - Option B




    1. Go to Intel OpenCL Runtimes website and scroll down to the bottom of the page to Download Intel CPU Runtime for OpenCL Applications 18.1 for LINUX OS (64-bit only).

    2. After downloading the OpenCL Runtimes for Intel Processors, cd ~/Downloads

    3. Run sudo tar -xzf l_opencl_p_18.1.0.013.tgz to unpack the tgz file- please note, the OpenCL file version may update since the time as of this gist (ie as of this gist, the version is 18.1.0.013.)

    4. cd l_opencl_p_18.1.0.013

    5. Run sudo ./install.sh

    6. A welcome screen is prompted- hold-down the "Enter" key until able to input select "2" for "I do NOT consent to the collection of my Information"

    7. Hit "1"

    8. Hit "1"

    9. Hit "Enter" and then restart the computer.

    10. If any additional Intel OpenCL errors are encountered after testing hashcat, go to section 'Installing OpenCL™ Runtimes for Intel® Processors - B'- if not, proceed with section "Testing Hashcat"






    share|improve this answer



























      up vote
      0
      down vote













      I encountered this error while creating a tutorial on how to install hashcat on Ubuntu 18.04; I've included the instructions below for Installing OpenCL™ Runtimes for Intel® Processors- feel free to review my full gist on GitHub. Hope that helps!



      Installing OpenCL™ Runtimes for Intel® Processors



      Installing OpenCL™ Runtimes for Intel® Processors - Option A (Recommended)




      1. Check your CPU system processor architecture by running sudo lscpu to identify the class of CPU e.g. "Intel (R) Core (TM) i7-7700 CPU @ 3.60Ghz"- alternatively, you can go to Settings > Details which will also reveal the CPU-family (e.g. Intel (R) HD Graphics 630 (Kaby Lake GT2)).

      2. Go to the Intel Developer Zone and scroll down to the corresponding download link for your system; assuming you're running Ubuntu 18.04 and have a Intel Core-class CPU, scroll down to "Linux* OS Ubuntu* 16.04.x (deb)" and click on the Github link for 18.46.11837 Runtimes to access the runtime-packages to download.

      3. There should be instructions within the aforementioned Github repo- or you can proceed with the following in the next steps.

      4. cd ~/Desktop

      5. mkdir neo

      6. cd neo

      7. sudo wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-gmmlib_18.4.0.348_amd64.deb

      8. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-igc-core_18.44.1060_amd64.deb

      9. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-igc-opencl_18.44.1060_amd64.deb

      10. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-opencl_18.46.11837_amd64.deb

      11. Install the packages by running sudo dpkg -i *.deb.

      12. Restart the system by running sudo reboot.


      Installing OpenCL™ Runtimes for Intel® Processors - Option B




      1. Go to Intel OpenCL Runtimes website and scroll down to the bottom of the page to Download Intel CPU Runtime for OpenCL Applications 18.1 for LINUX OS (64-bit only).

      2. After downloading the OpenCL Runtimes for Intel Processors, cd ~/Downloads

      3. Run sudo tar -xzf l_opencl_p_18.1.0.013.tgz to unpack the tgz file- please note, the OpenCL file version may update since the time as of this gist (ie as of this gist, the version is 18.1.0.013.)

      4. cd l_opencl_p_18.1.0.013

      5. Run sudo ./install.sh

      6. A welcome screen is prompted- hold-down the "Enter" key until able to input select "2" for "I do NOT consent to the collection of my Information"

      7. Hit "1"

      8. Hit "1"

      9. Hit "Enter" and then restart the computer.

      10. If any additional Intel OpenCL errors are encountered after testing hashcat, go to section 'Installing OpenCL™ Runtimes for Intel® Processors - B'- if not, proceed with section "Testing Hashcat"






      share|improve this answer

























        up vote
        0
        down vote










        up vote
        0
        down vote









        I encountered this error while creating a tutorial on how to install hashcat on Ubuntu 18.04; I've included the instructions below for Installing OpenCL™ Runtimes for Intel® Processors- feel free to review my full gist on GitHub. Hope that helps!



        Installing OpenCL™ Runtimes for Intel® Processors



        Installing OpenCL™ Runtimes for Intel® Processors - Option A (Recommended)




        1. Check your CPU system processor architecture by running sudo lscpu to identify the class of CPU e.g. "Intel (R) Core (TM) i7-7700 CPU @ 3.60Ghz"- alternatively, you can go to Settings > Details which will also reveal the CPU-family (e.g. Intel (R) HD Graphics 630 (Kaby Lake GT2)).

        2. Go to the Intel Developer Zone and scroll down to the corresponding download link for your system; assuming you're running Ubuntu 18.04 and have a Intel Core-class CPU, scroll down to "Linux* OS Ubuntu* 16.04.x (deb)" and click on the Github link for 18.46.11837 Runtimes to access the runtime-packages to download.

        3. There should be instructions within the aforementioned Github repo- or you can proceed with the following in the next steps.

        4. cd ~/Desktop

        5. mkdir neo

        6. cd neo

        7. sudo wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-gmmlib_18.4.0.348_amd64.deb

        8. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-igc-core_18.44.1060_amd64.deb

        9. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-igc-opencl_18.44.1060_amd64.deb

        10. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-opencl_18.46.11837_amd64.deb

        11. Install the packages by running sudo dpkg -i *.deb.

        12. Restart the system by running sudo reboot.


        Installing OpenCL™ Runtimes for Intel® Processors - Option B




        1. Go to Intel OpenCL Runtimes website and scroll down to the bottom of the page to Download Intel CPU Runtime for OpenCL Applications 18.1 for LINUX OS (64-bit only).

        2. After downloading the OpenCL Runtimes for Intel Processors, cd ~/Downloads

        3. Run sudo tar -xzf l_opencl_p_18.1.0.013.tgz to unpack the tgz file- please note, the OpenCL file version may update since the time as of this gist (ie as of this gist, the version is 18.1.0.013.)

        4. cd l_opencl_p_18.1.0.013

        5. Run sudo ./install.sh

        6. A welcome screen is prompted- hold-down the "Enter" key until able to input select "2" for "I do NOT consent to the collection of my Information"

        7. Hit "1"

        8. Hit "1"

        9. Hit "Enter" and then restart the computer.

        10. If any additional Intel OpenCL errors are encountered after testing hashcat, go to section 'Installing OpenCL™ Runtimes for Intel® Processors - B'- if not, proceed with section "Testing Hashcat"






        share|improve this answer














        I encountered this error while creating a tutorial on how to install hashcat on Ubuntu 18.04; I've included the instructions below for Installing OpenCL™ Runtimes for Intel® Processors- feel free to review my full gist on GitHub. Hope that helps!



        Installing OpenCL™ Runtimes for Intel® Processors



        Installing OpenCL™ Runtimes for Intel® Processors - Option A (Recommended)




        1. Check your CPU system processor architecture by running sudo lscpu to identify the class of CPU e.g. "Intel (R) Core (TM) i7-7700 CPU @ 3.60Ghz"- alternatively, you can go to Settings > Details which will also reveal the CPU-family (e.g. Intel (R) HD Graphics 630 (Kaby Lake GT2)).

        2. Go to the Intel Developer Zone and scroll down to the corresponding download link for your system; assuming you're running Ubuntu 18.04 and have a Intel Core-class CPU, scroll down to "Linux* OS Ubuntu* 16.04.x (deb)" and click on the Github link for 18.46.11837 Runtimes to access the runtime-packages to download.

        3. There should be instructions within the aforementioned Github repo- or you can proceed with the following in the next steps.

        4. cd ~/Desktop

        5. mkdir neo

        6. cd neo

        7. sudo wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-gmmlib_18.4.0.348_amd64.deb

        8. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-igc-core_18.44.1060_amd64.deb

        9. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-igc-opencl_18.44.1060_amd64.deb

        10. wget https://github.com/intel/compute-runtime/releases/download/18.46.11837/intel-opencl_18.46.11837_amd64.deb

        11. Install the packages by running sudo dpkg -i *.deb.

        12. Restart the system by running sudo reboot.


        Installing OpenCL™ Runtimes for Intel® Processors - Option B




        1. Go to Intel OpenCL Runtimes website and scroll down to the bottom of the page to Download Intel CPU Runtime for OpenCL Applications 18.1 for LINUX OS (64-bit only).

        2. After downloading the OpenCL Runtimes for Intel Processors, cd ~/Downloads

        3. Run sudo tar -xzf l_opencl_p_18.1.0.013.tgz to unpack the tgz file- please note, the OpenCL file version may update since the time as of this gist (ie as of this gist, the version is 18.1.0.013.)

        4. cd l_opencl_p_18.1.0.013

        5. Run sudo ./install.sh

        6. A welcome screen is prompted- hold-down the "Enter" key until able to input select "2" for "I do NOT consent to the collection of my Information"

        7. Hit "1"

        8. Hit "1"

        9. Hit "Enter" and then restart the computer.

        10. If any additional Intel OpenCL errors are encountered after testing hashcat, go to section 'Installing OpenCL™ Runtimes for Intel® Processors - B'- if not, proceed with section "Testing Hashcat"







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Dec 2 at 1:53

























        answered Dec 2 at 0:15









        alexanderjsingleton

        1013




        1013






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f879039%2finstalling-hashcat-with-intel-celeron-cpu-n2840-2-16ghz%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Quarter-circle Tiles

            build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

            Mont Emei