Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

06cb:009b #85

Open
KonstaX opened this issue Sep 22, 2019 · 18 comments
Open

06cb:009b #85

KonstaX opened this issue Sep 22, 2019 · 18 comments

Comments

@KonstaX
Copy link

KonstaX commented Sep 22, 2019

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'

@nekdolan
Copy link

There's also a version 06cb:00bd

@ghost
Copy link

ghost commented Dec 21, 2019

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

@afilipovich
Copy link

MSI Prestige 14 uses the same device.

@ok2cqr
Copy link

ok2cqr commented Jan 22, 2020

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

@KonstaX
Copy link
Author

KonstaX commented Jan 29, 2020

Yes sure!

@EDuToit
Copy link

EDuToit commented Feb 20, 2020

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

@muhammetaliakbay
Copy link

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

@Marchamp
Copy link

Any update on this?

@diogen737
Copy link

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

@VitorRamos
Copy link

Same on the MSI creator p75

@damianocosco
Copy link

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

@sobec
Copy link

sobec commented Nov 28, 2020

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

@zvonimirfras
Copy link

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

@goldmont
Copy link

Hi,

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

@nexeleriot
Copy link

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

@xam72
Copy link

xam72 commented Aug 16, 2022

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

@luca-demma
Copy link

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.

@Reginald-Gillespie
Copy link

Anyone had any luck in the past 3 years? =P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests