hashcat - strange behavior
#1
UPDATE: "OpenCL Runtime for Intel Core and Intel Xeon Processors" driver reinstalled for CPU. Now I have opencl support for CPU. Hashcat working well.

Today I tried to install new kernel, but it was fail. So I deleted and return the old kernel.
After that hashcat not respond the "s" or "q" key. So I can not update the screen, pressing "s" key.

hashcat version: v3.6.0 (installed from source)


l
Code:
[b]sb_release -a:[/b]
[code]LSB Version:    core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
Distributor ID:    Ubuntu
Description:    Ubuntu 16.04.3 LTS
Release:    16.04
Codename:    xenial
[/code]


uname -r: 4.4.0-96-generic

lspci | grep VGA: 00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)

"OpenCL Runtime for Intel Core and Intel Xeon Processors" driver installed for CPU.


Code:
[b]vivien@vivien-Inspiron-5567:~$ lspci[/b]
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 02)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 02)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 (rev 21)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1)
00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 Network controller: Intel Corporation Wireless 3165 (rev 79)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 07)



I attached the clinfo, also. Download

Could you help, please?
#2
Retry with latest version from github
#3
Same problem again.
Can not control running hashcat with keyboard. Can start hashcat as normal, can't see status, can't create checkpoint, stop running only with Ctrl+C keyboard combination.

Installed (by install.sh) opencl_runtime_16.1.1_x64_ubuntu_6.4.0.25.tgz

Commands:
hashcat -b >>>OK
hashcat -O -m 0 -a 0 md5_hash wordlist >>running, but can't control by keyboard

hashcat -O --status --status-timer=5 -m 0 -a 0 md4_hash wordlist >> running, can't control by keyboard, but status screen updated 5 sec

hashcat -V
v4.1.0-21-g215063d

clinfo: https://freeroute.sytes.net/view/cbebc0ad

root@Helium-XR-01:~# hashcat -I
hashcat (v4.1.0-21-g215063d) starting...

OpenCL Info:

Platform ID #1
 Vendor  : Intel(R) Corporation
 Name    : Intel(R) OpenCL
 Version : OpenCL 1.2

 Device ID #1
   Type           : CPU
   Vendor ID      : 8
   Vendor         : Intel(R) Corporation
   Name           : Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz
   Version        : OpenCL 1.2 (Build 475)
   Processor(s)   : 4
   Clock          : 2600
   Memory         : 3072/12288 MB allocatable
   OpenCL Version : OpenCL C 1.2
   Driver Version : 1.2.0.475

Screenshot: https://www.sendspace.com/file/gscbpi

With amd-opencl-icd driver I can run it with --force command and keyboard control working. But there is a mass speed loss.

Do you have any idea?