Fingerprint GUI: an application for fingerprint readers in Ubuntu

fingerprint GUI

Commonly we usually use a username with a password, a password or a code to block our equipment, although we currently have several other additional security resources implemented in our devices such as smartphone, tablet, laptop, desktop computer among others.

Although in many occasions they are not usually quite useful either due to the strength of the password or code, so during This latest generation has increased the use of biometric devices to replace these access credentials.

This time we are going to focus on one of the most popular biometric devices and currently in use in most of the latest generation mobile devices.

The fingerprint readerAlthough it is not specifically designed to be used as an access method, it is also used for other tasks such as logging in and out in a work environment, giving access, signing, among others.

Though In the case of Linux, the manufacturers of these devices do not usually offer their drivers.

So that for this problem we are going to talk about a utility what is going to support us with this fingerprint GUI which is an open source application to use the fingerprint reader on your system.

fingerprint GUI is a program that provides an interface and drivers for fingerprint readers. The package includes drivers from the open source fprint project as well as proprietary drivers not included in fprint.

How to install Fingerprint GUI on Ubuntu 18.04 and derivatives?

Si do you want to install this utility in your system to have a good support for your biometric device, we must first check if our device is compatible with the application.

Fingerprint GUI ubuntu

Before starting I recommend disconnect all additional USB devices to your fingerprint reader, mouse and keyboard, this in order to effectively locate its ID in your system.

For this let's open a Ctrl + Alt + T terminal and execute the following command:

lsusb

When doing this, they should receive a response similar to this:

lsusb

Now They should check from their displayed list if their device is compatible with the application, among the devices supported in it are:

045e: 00bb     08ff: 1683     08ff: 2660     08ff: 268f     147e: 2020
045e: 00bc     08ff: 1684     08ff: 2680     08ff: 2691     147e: 3001
045e: 00bd     08ff: 1685     08ff: 2681     08ff: 2810     1c7a: 0603
045e: 00ca     08ff: 1686     08ff: 2682     08ff: 5501
0483: 2015     08ff: 1687     08ff:2683     08ff: 5731
0483: 2016     08ff: 1688     08ff: 2684     138a: 0001
04f3: 0907     08ff: 1689     08ff: 2685     138a: 0005
05ba: 0007     08ff: 168a     08ff: 2686     138a: 0008
05ba: 0008     08ff: 168b     08ff: 2687     138a : 0010
05ba: 000a     08ff: 168c     08ff: 2688     138a: 0011
061a: 0110     08ff: 168d     08ff: 2689     138a: 0017
08ff:1600     08ff: 168e     08ff: 268a     138a: 0018
08ff: 1660     08ff: 168f     08ff: 268b     138a: 0050
08ff: 1680     08ff: 2500     08ff: 268c     147e: 1000
08ff: 1681     08ff: 2550     08ff: 268d     147e: 1001
08ff: 1682     08ff : 2580     08ff: 268e     147e: 2016
0483: 2015     147e: 1003     147e: 3000
0483: 2016     147e: 2015     147e:3001
147e: 1000     147e: 2016     147e: 5002
147e: 1001     147e: 2020     147e: 5003
147e: 1002

If it is compatible, you can proceed with the installation, first We must add the repository to the system with this command:

sudo add-apt-repository ppa:fingerprint/fingerprint-gui

We update our list of repositories with:

sudo apt-get update

And now we must install the application along with some utilities for its perfect operation in our system:

sudo apt-get install libbsapi policykit-1-fingerprint-gui fingerprint-gui

We just have to wait for the download and installation to take place. When starting the application, we can start to register the fingerprints.

In addition, in case of handling more than one fingerprint reader, the application shows us a list in which we can select which one we want to work with and we select it to start the fingerprint registration with it.

How to uninstall Fingerprint GUi from Ubuntu and derivatives?

If you want to remove this application from your system They must execute the following commands, if they are using Ubuntu or a derivative with Gnome they must execute:

sudo apt-get install policykit-1-gnome

In the case of KDE, they simply have to replace by:

sudo apt-get install policykit-1-kde

Y finally we uninstall the application with this command:

sudo apt-get remove fingerprint-gui

And with that we will have already eliminated the application from our system.


Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   Charlie Brown said

    This you describe, could be done for a long time; perhaps poking around a bit in the repos and pulling Github, what remains a pending issue is effective integration into the system, so that it can be used to log in, encrypt files, access applications, etc., which in my opinion is a shame, because it is already integrated by default in Android and in a good part of Windows ... 🙁

  2.   John Martin said

    I have debian 10 and when it wants to validate the public key it throws me a message that says that there is no valid pgp data and then it does not find the packages when wanting to install, any clues about it?