Validity90 icon indicating copy to clipboard operation
Validity90 copied to clipboard

How to test on Lenovo Yoga? ID 06cb:0081 Synaptics, Inc.

Open leshokunin opened this issue 6 years ago • 8 comments

Would love to test this. Is it in a usable state yet, or still proof of concept?

leshokunin avatar Nov 07 '18 23:11 leshokunin

Hi shokuz,

Yes, I have already test it. First I recommend you to create a folder to leave the project there. mkdir protoFingerTest

There do a git clone of the project: git clone https://github.com/nmikhailov/Validity90.git

Then in the prototype folder run the follow command: cd prototype make

Next give permission to the folder where the program is going to make the test of your FingerPrint files: sudo chmod a+rwx /dev/bus/usb/<your path>: For example in my computer it was "sudo chmod a+rwx /dev/bus/usb/001/005"

Finally go to the prototype folder and run the prototype program and save the information in a log.txt to share it with nmikhailov. I shared it opening a new issue.

./prototype

I hope is clear for you, any question ask me.

cheers!

Alexiades avatar Nov 10 '18 13:11 Alexiades

Hi shokuz,

Yes, I have already test it. First I recommend you to create a folder to leave the project there. mkdir protoFingerTest

There do a git clone of the project: git clone https://github.com/nmikhailov/Validity90.git

Then in the prototype folder run the follow command: cd prototype make

Next give permission to the folder where the program is going to make the test of your FingerPrint files: sudo chmod a+rwx /dev/bus/usb/<your path>: For example in my computer it was "sudo chmod a+rwx /dev/bus/usb/001/005"

Finally go to the prototype folder and run the prototype program and save the information in a log.txt to share it with nmikhailov. I shared it opening a new issue.

./prototype

I hope is clear for you, any question ask me.

cheers!

When in the 'Prototype' folder, I used make in the terminal but got this result:

Package nss was not found in the pkg-config search path.
Perhaps you should add the directory containing `nss.pc'
to the PKG_CONFIG_PATH environment variable
No package 'nss' found
Package openssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `openssl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'openssl' found
Package libusb-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libusb-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libusb-1.0' found
Package libpng was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpng.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libpng' found
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
cc -c -Wall -g -DG_LOG_DOMAIN=\"Validity90\"  validity90/utils.c -o validity90/utils.o
validity90/utils.c:23:10: fatal error: gcrypt.h: No such file or directory
 #include <gcrypt.h>
          ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:28: validity90/utils.o] Error 1

Do you know what the issue might be or how I could resolve it?

thebigfootsdad avatar Apr 11 '19 15:04 thebigfootsdad

install the dependencies specified in readme.md in prototype directory.

ghost avatar Apr 19 '19 11:04 ghost

Hi!

For example in my computer it was "sudo chmod a+rwx /dev/bus/usb/001/005" How do I know what path I have to give?

Thank you very much!

lesGrandsBras avatar Jun 02 '19 19:06 lesGrandsBras

In my case I just got this:

$ ./prototype 
Prototype version 15
Found device 06cb:0081
Support would be available soon

Kostanos avatar Jul 30 '19 11:07 Kostanos

Hi @nmikhailov I have the same issues, any luck to add support of 06cb:0081?

linux019 avatar Dec 27 '19 13:12 linux019

Prototype version 15 Found device 06cb:0081 Support would be available soon :(

raaz2053 avatar Jan 13 '20 15:01 raaz2053

Hi @nmikhailov , any news about support of 06cb:0081?

rahmatov avatar Dec 01 '20 05:12 rahmatov