uunicorn / python-validity

Validity fingerprint sensor prototype
MIT License
995 stars 83 forks source link

Is possible to support HP 820 G3 #144

Open mdnn opened 2 years ago

mdnn commented 2 years ago

Could you please add support for this device?

Bus 001 Device 008: ID 138a:003f Validity Sensors, Inc. VFS495 Fingerprint Reader

● python3-validity.service - python-validity driver dbus service
     Loaded: loaded (/lib/systemd/system/python3-validity.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Thu 2022-11-03 12:42:48 CET; 1s ago
    Process: 28324 ExecStart=/usr/lib/python-validity/dbus-service --debug (code=exited, status=1/FAILURE)
   Main PID: 28324 (code=exited, status=1/FAILURE)
        CPU: 295ms

Nov 03 12:42:48 hostname dbus-service[28324]:     init.open()
Nov 03 12:42:48 hostname dbus-service[28324]:   File "/usr/lib/python3/dist-packages/validitysensor/init.py", line 47, in open
Nov 03 12:42:48 hostname dbus-service[28324]:     usb.open()
Nov 03 12:42:48 hostname dbus-service[28324]:   File "/usr/lib/python3/dist-packages/validitysensor/usb.py", line 50, in open
Nov 03 12:42:48 hostname dbus-service[28324]:     self.open_dev(dev)
Nov 03 12:42:48 hostname dbus-service[28324]:   File "/usr/lib/python3/dist-packages/validitysensor/usb.py", line 62, in open_dev
Nov 03 12:42:48 hostname dbus-service[28324]:     raise Exception('No matching devices found')
Nov 03 12:42:48 hostname dbus-service[28324]: Exception: No matching devices found
Nov 03 12:42:48 hostname systemd[1]: python3-validity.service: Main process exited, code=exited, status=1/FAILURE
Nov 03 12:42:48 hostname systemd[1]: python3-validity.service: Failed with result 'exit-code'.

Best regards !

eadmaster commented 1 year ago

duplicate of https://github.com/uunicorn/python-validity/issues/117