uunicorn / python-validity

Validity fingerprint sensor prototype
MIT License
919 stars 79 forks source link

Debian Buster #63

Open cgarlati opened 3 years ago

cgarlati commented 3 years ago

Is there an installation package for Debian Buster 10.6 ?

niklasarnitz commented 2 years ago

Have a look at the Debian repository provided by @uunicorn. You can add it to Debian 11 by using the following APT-sources line:

deb http://ppa.launchpad.net/uunicorn/open-fprintd/ubuntu impish main

But please keep in mind that you should only set the ubuntu release of the repository to the "corresponding" version of your Debian installation.

CornelisDenhart commented 1 year ago

For me to get it working on Debian 11 Bullseye on a Lenovo T480, I had to add this to /etc/apt/sources.list deb http://ppa.launchpad.net/uunicorn/open-fprintd/ubuntu jammy main Then do apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8D4C774BA6D18F90 ; apt-get update ; apt-get install open-fprintd fprintd-clients python3-validity ; fprintd-enroll ...

bradmcgo commented 10 months ago

For me to get it working on Debian 11 Bullseye on a Lenovo T480, I had to add this to /etc/apt/sources.list deb http://ppa.launchpad.net/uunicorn/open-fprintd/ubuntu jammy main Then do apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8D4C774BA6D18F90 ; apt-get update ; apt-get install open-fprintd fprintd-clients python3-validity ; fprintd-enroll ...

This works for me on Debian 12 with device ID 06cb:009a

fourthperson commented 9 months ago

For me to get it working on Debian 11 Bullseye on a Lenovo T480, I had to add this to /etc/apt/sources.list deb http://ppa.launchpad.net/uunicorn/open-fprintd/ubuntu jammy main Then do apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8D4C774BA6D18F90 ; apt-get update ; apt-get install open-fprintd fprintd-clients python3-validity ; fprintd-enroll ...

This works for me on Debian 12 with device ID 06cb:009a

Works for me too on Debian 12 and device 06cb:009a

charlesvill commented 9 months ago

For me to get it working on Debian 11 Bullseye on a Lenovo T480, I had to add this to /etc/apt/sources.list deb http://ppa.launchpad.net/uunicorn/open-fprintd/ubuntu jammy main Then do apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8D4C774BA6D18F90 ; apt-get update ; apt-get install open-fprintd fprintd-clients python3-validity ; fprintd-enroll ...

This works for me on Debian 12 with device ID 06cb:009a

Works for me too on Debian 12 and device 06cb:009a

How do we add the deb http://ppa.launchpad.net/uunicorn/open-fprintd/ubuntu jammy main line to sources.list? its read-only for me?

charlesvill commented 9 months ago

never mind, fixed it. Nothing a little sudo vim can't fix ;)

ddr5ecc commented 5 months ago

Thank you so much. I did it on 138a:0097, Debian 11, Thinkpad X270

Step 1: /etc/apt/sources.list deb http://ppa.launchpad.net/uunicorn/open-fprintd/ubuntu jammy main

Step 2: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8D4C774BA6D18F90

vukovicdusan commented 4 months ago

hey guys, i get Enroll result: enroll-failed at the end of enrolling. tried whole bunch of things to solve this. does someone has any idea how to manage this problem?

JamesNathan1 commented 2 weeks ago

I'm using debian 12, i got errors fprintd-clients : Depends: libc6 (>= 2.38) but 2.36-9+deb12u7 is to be installed. "sudo apt install libc6:>=2.38" seems to fix it. i'm using the jammy repo.