fingerprint logon

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
theking2
Level 1
Level 1
Posts: 21
Joined: Tue Nov 22, 2016 2:46 pm

fingerprint logon

Post by theking2 »

Hi!

What is the preferred fingerprint logon to install on linuxmint maze?
User avatar
Lord Boltar
Level 5
Level 5
Posts: 803
Joined: Mon Jan 09, 2017 7:24 pm
Location: Sunny Florida

Re: fingerprint logon

Post by Lord Boltar »

Try Fingerprint GUI

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

sudo apt-get update

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

Also have a look here

https://mintguide.org/tools/257-fingerp ... -mint.html
IF your problem has been solved, please edit your original post and add [SOLVED] to the beginning of the Subject Line. It helps other members

The only way for evil to prosper is for good men to do nothing
theking2
Level 1
Level 1
Posts: 21
Joined: Tue Nov 22, 2016 2:46 pm

Re: fingerprint logon

Post by theking2 »

Hi!

If I search for Fingerprint GUI in software manager I get no results.
Is Fingerprint GUI endorsed by Linux Mint?
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: fingerprint logon

Post by catweazel »

theking2 wrote: Sat Aug 04, 2018 9:25 am Hi!

If I search for Fingerprint GUI in software manager I get no results.
That's because you didn't follow the instructions you were given. You need to add the ppa, as indicated by @Boltar:

Code: Select all

sudo add-apt-repository ppa:fingerprint/fingerprint-gui
sudo apt-get update
sudo apt-get install libbsapi policykit-1-fingerprint-gui fingerprint-gui
Is Fingerprint GUI endorsed by Linux Mint?
No. No software is.
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
theking2
Level 1
Level 1
Posts: 21
Joined: Tue Nov 22, 2016 2:46 pm

Re: fingerprint logon

Post by theking2 »

When I "sudo add-apt-repository ppa:fingerprint/fingerprint-gui"

I get the following message. That looks all very scary. Should I agree?

You are about to add the following PPA:
Packages for Fingerprint GUI (http://www.ullrich-online.cc/fingerprint/) for Ubuntu 14.04, 16.04, 17.10, 18.04 and any distribution based thereupon

Supported readers (run command lsusb to find out the ID of your reader)
============
     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
and
     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

Installation
=========
0. First of all, if you have installed Fingerprint GUI manually before, get rid of it completely. Remove all binaries, shared libraries, any other files and undo all the changes you have made to your system config files (especially to files under /etc/pam.d/).

1. Add this PPA to your sources:

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

2. Install the packages:

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

3. Log out of your session and log back in (we need the new session defaults to be picked up).

Setup
=====
After installation launch “Fingerprint GUI” and enrol your fingerprints.
That should be all you need to do!
Try locking your screen, logging out and in, sudo in terminal and running graphical apps requiring root privileges.

Uninstallation
===========
GNOME users: The package policykit-1-fingerprint-gui replaces GNOME's standard PolicyKit daemon (contained in package policykit-1-gnome). However, when you decide to uninstall Fingerprint GUI (and hence remove policykit-1-fingerprint-gui), policykit-1-gnome will not get automatically installed back, hence there won't be any PolicyKit daemon in the system, and APT will try to remove all the packages that depend on it. Therefore, if you want to remove Fingerprint GUI, make sure you install policykit-1-gnome back first.
sudo apt-get install policykit-1-gnome
sudo apt-get remove fingerprint-gui

KDE SC users: The above instructions for GNOME users apply to you as well, just replace “policykit-1-gnome” by “polkit-kde-1” throughout the text.

Note for KDE SC users
==================
Please note that Fingerprint GUI doesn't work with kdm and kscreensaver because of a bug in these applications (see https://bugs.kde.org/show_bug.cgi?id=105631).

Note for Lubuntu users
==================
lxdm does not properly support alternative authentication methods in the PAM stack. If you want to use fingerprint-gui with Lubuntu, you should install lightdm and lightdm-gtk-greeter.

Troubleshooting
=============
If something doesn't work as you expect, you can try one of the following steps:
• In terminal run "sudo pam-auth-update". Make sure that the PAM profile called “Fingerprint authentication by Fingerprint GUI” is on top of the list and active. Otherwise, you may try resetting your PAM to system defaults with "sudo pam-auth-update --force".
• Check /var/log/auth.log for any clues. Fingerprint GUI is set up to run in debugging mode by default.

Bugs & Contact
=============
If you think you have found a bug in the programme itself, the best way to report it is through the upstream forums at http://home.ullrich-online.cc/fingerprint/Forum/ .
For issues with the packaging contact the package maintainer: https://launchpad.net/~jurenka
More info: https://launchpad.net/~fingerprint/+arc ... rprint-gui
Press Enter to continue or Ctrl+C to cancel
^CTraceback (most recent call last):
File "/usr/lib/linuxmint/mintSources/mintSources.py", line 1557, in <module>
add_repository_via_cli(ppa_line, codename, options.forceYes, use_ppas)
File "/usr/lib/linuxmint/mintSources/mintSources.py", line 147, in add_repository_via_cli
sys.stdin.readline()
KeyboardInterrupt
theking2
Level 1
Level 1
Posts: 21
Joined: Tue Nov 22, 2016 2:46 pm

Re: fingerprint logon

Post by theking2 »

Should install this in Software manager or Package manager?
theking2
Level 1
Level 1
Posts: 21
Joined: Tue Nov 22, 2016 2:46 pm

Re: fingerprint logon

Post by theking2 »

And in terminal I get

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libbsapi
E: Unable to locate package policykit-1-fingerprint-gui
E: Unable to locate package fingerprint-gui
dannybuoy

Re: fingerprint logon

Post by dannybuoy »

I use fprintd over fingerprint-gui after a bad experience with fingerprint-gui in Elementary. It plasters an ugly bar at the bottom of the screen during authentication, and sometimes goes haywire when triggered by sudo in the terminal. As far as I can gather, fprintd is the service that's set up out of the box in Ubuntu, so I prefer to use this.

To install:

Code: Select all

sudo add-apt-repository ppa:fingerprint/fprint
sudo apt update
sudo apt upgrade
sudo apt install libfprint0 fprint-demo libpam-fprintd
sudo pam-auth-update
Then select fingerprint authentication and enter. Then to register all 10 fingers:

Code: Select all

sudo fprintd-delete "$USER"
for finger in {left,right}-{thumb,{index,middle,ring,little}-finger}; do sudo fprintd-enroll -f "$finger" "$USER"; done
And reboot!
m00tpoint
Level 1
Level 1
Posts: 34
Joined: Thu Sep 20, 2007 11:38 pm

Re: fingerprint logon

Post by m00tpoint »

Looks like fingerprint-gui is unmaintained.
m00tpoint
Level 1
Level 1
Posts: 34
Joined: Thu Sep 20, 2007 11:38 pm

Re: fingerprint logon

Post by m00tpoint »

Using the fingerprint device on my old HP Envy (USB ID 138a:0050) was pleasingly simple.

1) fprintd was already installed on my system.
2) fprintd-enroll to teach it my fingerprint.
3) sudo apt install libpam-fprintd
4) sudo pam-auth-update
5) Hit the spacebar to put an X next to the fingerprint option. Tab and enter to hit OK and exit.
6) sudo now asks for my fingerprint. :-)
User avatar
Moem
Level 22
Level 22
Posts: 15763
Joined: Tue Nov 17, 2015 9:14 am
Location: The Netherlands
Contact:

Re: fingerprint logon

Post by Moem »

Glad to hear it! However this is an old thread, so it's locked now. Please do not revive old threads, as per the forum rules that I'm going to assume you just read. :wink:
Image

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
Locked

Return to “Beginner Questions”