Validity90
Validity90 copied to clipboard
06cb:009b
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'
There's also a version 06cb:00bd
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
MSI Prestige 14 uses the same device.
I can help you with testing the fingerprint reader 06cb:009b. Let me know.
Yes sure!
Hey, I have the same device and am willing to help out with the driver. @ok2cqr what do you need from my side?
I am also ready to help, i have the device.
Any update on this?
have the same device on the MSI Prestige 15, ready to help as well
Same on the MSI creator p75
Same on the MSI Prestige 15. Is there any news?
Hi, same on the MSI PS63 Modern 8MO. The support would be great. Thanks.
python-validity seems to have more activity and already supports 009a
Hi,
same on MSI Prestige 15, 06cb:009b sensor.
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
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
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.