Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I am a newbie with Ubuntu and Linux, and I just switched from Windows 8. I have installed 12.04 on my new Lenovo Thinkpad x230. It seems everything else works perfectly except the finger printer. I have been using Finger Printer for a long time, and I really rely it on for my Lastpass application. But I don't know how to enable or install the driver of the finger printer. Can anybody help me with this?

Thanks in advance.

share|improve this question
2  
If the answer below doesn't work out, please paste the results of the command "lsusb" so we can see exactly what hardware we are dealing with. Chris – fabricator4 Oct 7 '12 at 7:59

3 Answers

The X230 has an "upgraded" fingerprint sensor with an onboard co-processor. Its the 147e:2020. As of right now, it appears to be unsupported.

share|improve this answer
It is now supported. Please see below. – Mark Mar 21 at 15:16

I have a X220 Thinkpad and I use fprint and it works well!

Add the PPA to get the latest version:

sudo add-apt-repository ppa:fingerprint/fprint  

And install fprint:

sudo apt-get update  
sudo apt-get install libpam-fprint libfprint0 fprint-demo gksu-polkit fprintd  

Then run this command to configure pam:

sudo pam-auth-update  

Finnaly enroll your finger with:

fprintd-enroll
share|improve this answer

The fprint library has been upgraded to support the X230 finger print reader!
Get it here: https://launchpad.net/~fingerprint/+archive/fprint

(Typed on an X230 with working finger print reader!)

share|improve this answer

protected by Eliah Kagan Feb 19 at 15:05

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.