Good Morning,
In this weekend i'm trying to work with cuda and oclhashcat ,
but I have a laptop asus with hybrid GPU (intel + NVidia GeForce 920M)
I installed the driver following this tutorial:
https://forums.kali.org/showthread.p...nabled-Laptops
if i run the test (working well):
Code:
root@hackmeReturn~# optirun glxspheres64
Polygons in scene: 62464 (61 spheres * 1024 polys/spheres)
Visual ID of window: 0x20
Context is Direct
OpenGL Renderer: GeForce 920M/PCIe/SSE2
83.992561 frames/sec - 81.346291 Mpixels/sec
79.467270 frames/sec - 76.963574 Mpixels/sec
but if i run pyrit list cores (no gpu detected!):
Code:
root@hackmeReturn~# pyrit list_cores
Pyrit 0.4.0 (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+
The following cores seem available...
#1: 'CPU-Core (SSE2)'
#2: 'CPU-Core (SSE2)'
#3: 'CPU-Core (SSE2)'
#4: 'CPU-Core (SSE2)'
what i've to do?
this is my GPU:
Code:
root@hackmeReturn:~# lspci | egrep -i 'VGA|3D'
00:02.0 VGA compatible controller: Intel Corporation Sky Lake Integrated Graphics (rev 07)
01:00.0 3D controller: NVIDIA Corporation GK208M [GeForce 920M] (rev ff)
Sorry for my bad english!!!
Thanks in advance