Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: Intel GPU / CPU not found
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have been trying to interface my CPU / GPU to hashcat for over 10 hours without success. I have tried all forums, all sites, without success.

So I open a topic because I need help.

CPU Model: Intel® Core ™ i7-8665U CPU @ 1.90GHz

Output of the lspci -vnn command | grep -A 12 ‹› ’[030 [02]]’ | grep -Ei "vga | 3d | display | kernel" :
00: 02.0 VGA compatible controller [0300]: Intel Corporation UHD Graphics 620 (Whiskey Lake) [8086: 3ea0] (rev 02) (prog-if 00 [VGA controller])
Kernel driver in use: i915
Kernel modules: i915

Output of the uname -r command (Debian 10 Buster stable) :
4.19.0-10-amd64

Output of the hashcat -I command:
hashcat (v5.1.0) starting…

No devices found / left.

I don't know what to do to interface my GPU (and cpu if possible) on hashcat.

Thanks to everyone who will help me.

Have a good day.
install the driver as mentioned here: https://hashcat.net/hashcat

https://software.intel.com/content/www/u...pu-section

PS: and do not forget to update hashcat to the latest version, see https://hashcat.net/hashcat . It's really weird how people still use such old versions of hashcat and try to report problems. Why don't use latest version ?
(08-26-2020, 01:42 AM)philsmd Wrote: [ -> ]install the driver as mentioned here: https://hashcat.net/hashcat



https://software.intel.com/content/www/u...pu-section



PS: and do not forget to update hashcat to the latest version, see https://hashcat.net/hashcat . It's really weird how people still use such old versions of hashcat and try to report problems. Why don't use latest version ?



I'm missing some prerequisites to install the driver :

-- Unsupported OS

-- Missing libraries



In detail :



Detected operating system is not supported. Supported operating systems for this

release are:

    - CentOS* 7 (Intel(R) 64);

    - Red Hat Enterprise Linux* 7 (Intel(R) 64);

    - SUSE Linux Enterprise Server* 12 (Intel(R) 64);

    - Ubuntu* 16.04 (Intel(R) 64);



The following libraries required for installation are missing:

       lsb-core >= 4.0

What should i do, install VM Ubuntu 16.04 with hashcat on it ?
just install the dependency:

Code:
sudo apt install lsb-core

The ubuntu version check can be ignored as far as I know
(08-26-2020, 02:15 AM)philsmd Wrote: [ -> ]just install the dependency:

Code:
sudo apt install lsb-core

The ubuntu version check can be ignored as far as I know


I install the package with success : apt-get install -y lsb-core

But I still have the error of the missing library :/

I still launched the installation and it finished without error, but my cpu and gpu still do not appear on hashcat
do you now use the latest hashcat version ?

which operating system do you use ?