Difference between revisions of "How to enable the integrated fingerprint reader"

From ThinkWiki
Jump to: navigation, search
(moved How to enable the fingerprint reader to How to enable integrated fingerprint reader with BioAPI: This page only discusses use of BioAPI. (Nowadays use of fprint is more common.))
 
m (fix ThinkFinger link)
 
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:
#REDIRECT [[How to enable integrated fingerprint reader with BioAPI]]
+
Sub-howtos for enabling the [[integrated fingerprint reader]] on ThinkPads:
 +
 
 +
* [[How to enable integrated fingerprint reader with fprint]] <- Try this first
 +
* [[How to enable the integrated fingerprint reader with ThinkFinger]]
 +
* [[How to enable integrated fingerprint reader with BioAPI]]
 +
 
 +
==Free software==
 +
 
 +
===fprint===
 +
The most current effort to support fingerprint readers is the [http://reactivated.net/fprint/wiki/Main_Page fprint project].  The fprint software comprises the libraries <tt>libfprint</tt> and <tt>libpam-fprint</tt> (which provides authentication via PAM) and the daemon <tt>fprintd</tt>.
 +
 
 +
It seems that lately this project has stalled; no support for newer chips has emerged for some time.
 +
 
 +
====Fingerprint GUI====
 +
Makes use of libfprint.
 +
 
 +
Feb 2011: The following works as smoothly on Ubuntu and T410s: https://launchpad.net/~fingerprint/+archive/fingerprint-gui
 +
 
 +
Be aware the above packages (and the Fingerprint GUI project) include non-free drivers as indicated on [http://www.n-view.net/Appliance/fingerprint/about.php the project About page].
 +
 
 +
===ThinkFinger===
 +
An earlier effort was the [http://thinkfinger.sourceforge.net ThinkFinger project]. It only supports the first-generation reader and has not been updated since 2007. See the [[How to enable the integrated fingerprint reader with ThinkFinger]] for detailed instructions. It was included in Debian Lenny but has since been removed from Debian.
 +
 
 +
== Non-free software ==
 +
A closed source driver for the UPEK device is available.  It interfaces to the hardware as a user-space USB driver through {{path|/proc/bus/usb|}} and provides a BioAPI 1.10 device, which can then be interfaced to pam for authentication by user programs.  The driver can be downloaded from [http://www.upek.com/support/downloads/linux/ http://www.upek.com/support/downloads/linux/]. It however tends to be less stable than the above open-source drivers.
 +
 
 +
==Links==
 +
* [http://biomark.org.ru/en/ A (Russian) project that provides support for a (different model) of fingerprint scanner] (also a USB device, though)
 +
* [http://www.qrivy.net/~michael/blua/ A branch of the BioAPI reference implementation]
 +
* [http://www.pdfserver.net/fingerprint A GUI using the BioAPI driver on thinkpads. Windows-like GDM login]
 +
* [http://www.n-view.net/Appliance/fingerprint/ Fingerprint GUI Project. Allows to use the fingerprint scanner for Login (GDM) and authentication in (sudo, su). Seems to work with T410 and Ubuntu 10.04]
 +
 
 +
[[Category:HOWTOs]]

Latest revision as of 16:10, 2 December 2015

Sub-howtos for enabling the integrated fingerprint reader on ThinkPads:

Free software

fprint

The most current effort to support fingerprint readers is the fprint project. The fprint software comprises the libraries libfprint and libpam-fprint (which provides authentication via PAM) and the daemon fprintd.

It seems that lately this project has stalled; no support for newer chips has emerged for some time.

Fingerprint GUI

Makes use of libfprint.

Feb 2011: The following works as smoothly on Ubuntu and T410s: https://launchpad.net/~fingerprint/+archive/fingerprint-gui

Be aware the above packages (and the Fingerprint GUI project) include non-free drivers as indicated on the project About page.

ThinkFinger

An earlier effort was the ThinkFinger project. It only supports the first-generation reader and has not been updated since 2007. See the How to enable the integrated fingerprint reader with ThinkFinger for detailed instructions. It was included in Debian Lenny but has since been removed from Debian.

Non-free software

A closed source driver for the UPEK device is available. It interfaces to the hardware as a user-space USB driver through /proc/bus/usb and provides a BioAPI 1.10 device, which can then be interfaced to pam for authentication by user programs. The driver can be downloaded from http://www.upek.com/support/downloads/linux/. It however tends to be less stable than the above open-source drivers.

Links