Validity90 icon indicating copy to clipboard operation
Validity90 copied to clipboard

06cb:009b

Open KonstaX opened this issue 5 years ago • 19 comments

Hello everyone, I have a msi ps63 modern 8m and I have found out that it uses a 06cb:009b as a fingerprint but where is 0 information about the B version of it. I would like to know if there is a big difference between the 2 'a' and 'b'

KonstaX avatar Sep 22 '19 18:09 KonstaX

There's also a version 06cb:00bd

nekdolan avatar Sep 22 '19 19:09 nekdolan

Hi, Please support MSI PS42 Modern 8MO

# lsusb -d 06cb:009b
Bus 001 Device 003: ID 06cb:009b Synaptics, Inc. 
# fprintd-enroll 
list_devices failed: No devices available

ghost avatar Dec 21 '19 13:12 ghost

MSI Prestige 14 uses the same device.

afilipovich avatar Dec 31 '19 13:12 afilipovich

I can help you with testing the fingerprint reader 06cb:009b. Let me know.

ok2cqr avatar Jan 22 '20 07:01 ok2cqr

Yes sure!

KonstaX avatar Jan 29 '20 22:01 KonstaX

Hey, I have the same device and am willing to help out with the driver. @ok2cqr what do you need from my side?

EDuToit avatar Feb 20 '20 12:02 EDuToit

I am also ready to help, i have the device.

muhammetaliakbay avatar May 25 '20 12:05 muhammetaliakbay

Any update on this?

Marchamp avatar Jun 25 '20 19:06 Marchamp

have the same device on the MSI Prestige 15, ready to help as well

diogen737 avatar Sep 06 '20 08:09 diogen737

Same on the MSI creator p75

VitorRamos avatar Nov 18 '20 18:11 VitorRamos

Same on the MSI Prestige 15. Is there any news?

damianocosco avatar Nov 21 '20 10:11 damianocosco

Hi, same on the MSI PS63 Modern 8MO. The support would be great. Thanks.

sobec avatar Nov 28 '20 20:11 sobec

python-validity seems to have more activity and already supports 009a

zvonimirfras avatar Dec 31 '20 01:12 zvonimirfras

Hi,

same on MSI Prestige 15, 06cb:009b sensor.

goldmont avatar Apr 22 '21 17:04 goldmont

Same here, Prestige 14. There is a guy working on it who needs some help in this issue: https://github.com/uunicorn/python-validity/issues/84

nexeleriot avatar May 31 '21 11:05 nexeleriot

Hi, I modified / prototype the main.c code and the Makefile like this:

main.c: DeviceInfo all_devices[] = { ... { .vid = 0x06cb, .pid = 0x009a, .hasLed = 1, .hasBios = -1, .requiresReset = 0, .hasRawOutput = -1 }, { .vid = 0x06cb, .pid = 0x009b, .hasLed = 1, .hasBios = -1, .requiresReset = 0, .hasRawOutput = -1 }, ... };

Makefile: permissions: ... lsusb -d 06cb:009a | awk -F '[^0-9]+' '{ print "/dev/bus/usb/" $$2 "/" $$3 }' | xargs -r sudo chmod a+rw lsusb -d 06cb:009b | awk -F '[^0-9]+' '{ print "/dev/bus/usb/" $$2 "/" $$3 }' | xargs -r sudo chmod a+rw

and I got the following answer: risposta.txt

can you give me a hand on how to continue? Grazie

xam72 avatar Aug 16 '22 07:08 xam72

On my MSI prestige 14 i have the 06cb:009b fingerprint reader.

Is there any solution to make it work on linux?

Otherwise I can help in someway if needed.

luca-demma avatar Aug 31 '23 10:08 luca-demma