![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 | ||||
|
Dipped in Ubuntu
![]() Join Date: Nov 2006
Location: United States
Beans: 635
Ubuntu 9.04 Jaunty Jackalope
|
Getting your fingerprint reader to work in Ubuntu Project fprint homepage: http://reactivated.net/fprint/wiki/Main_Page Packages for fprint: http://www.madman2k.net/comments/105 Quote:
First off, remember that fprint is not entirely stable, and may not work all the time. A list of supported devices is here, and the list of unsupported devices is here. 1. Next, update your sources and install fprint: Code:
sudo apt-get update sudo apt-get install fprint-demo libfprint-dev libfprint0 libpam-fprint aes2501-wy Terminal: Code:
pam_fprint_enroll Code:
fprint_demo Code:
sudo gedit /etc/pam.d/common-auth Quote:
Quote:
Code:
sudo mv ./gksu.py /usr/local/bin/gksu sudo chmod 755 /usr/local/bin/gksu sudo apt-get install python-gnome2-extras python-pexpect 7. Enjoy your fingerprint reader support! Steps 4 and 5 tell Ubuntu to check your fingerprint, and if that fails, then ask your password. This rule has some exceptions, one that I have encountered is on the login screen. I have to scan my fingerprint before typing my password. One thing I did notice is that when you use sudo in the terminal, it asks for your fingerprint, which I thought was pretty cool. One disadvantage is that anything using gksu does not seem to work properly, specifically because it does not tell you to scan your finger when needed. Troubleshooting: The one problem I ran into when using fprint was that I could not run fprint_demo without sudo. It failed with the error message below: Quote:
Here is the solution. You have to add yourself to the plugdev group and then change the permissions of the usb folder to allow access to the plugdev group. You can verify you are in the plugdev group by using groups: Code:
sudo usermod -a -G plugdev $USER groups | grep plugdev # Make sure there is output from this sudo chgrp -R plugdev /dev/bus/usb/ Code:
fprint_demo
__________________
The one and only, Master Kernel Thread
KernelCheck - Finally. A way to easily download, compile, and install the latest kernel. Release 1.2.5 available now. Last edited by master_kernel; July 22nd, 2009 at 11:26 AM.. Reason: Updates |
||||
|
|
|
|
|
#2 |
|
Just Give Me the Beans!
![]() Join Date: Oct 2007
Location: Titletown, USA
Beans: 80
Ubuntu Jaunty Jackalope (testing)
|
Re: HOWTO: Fingerprint reading in Ubuntu with fprint
Everything works fine for me UNTIL i try to enroll, and then it tells me no device found. I knwo it's there because it shows up in verbose mode bootup. Help?
|
|
|
|
|
|
#3 |
|
Just Give Me the Beans!
![]() Join Date: Sep 2006
Location: Brasil
My beans are hidden!
Ubuntu 9.04 Jaunty Jackalope
|
Re: HOWTO: Fingerprint reading in Ubuntu with fprint
Same problem here...
__________________
“Nothing happens by chance, my friend... No such thing as luck. A meaning behind every little thing, and such a meaning behind this. Part for you, part for me, may not see it all real clear right now, but we will, before long.” Richard Bach |
|
|
|
|
|
#4 |
|
Dipped in Ubuntu
![]() Join Date: Nov 2006
Location: United States
Beans: 635
Ubuntu 9.04 Jaunty Jackalope
|
Re: HOWTO: Fingerprint reading in Ubuntu with fprint
Try following the steps in troubleshooting to fix this.
__________________
The one and only, Master Kernel Thread
KernelCheck - Finally. A way to easily download, compile, and install the latest kernel. Release 1.2.5 available now. |
|
|
|
|
|
#5 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2008
Location: Switzerland
Beans: 7
Ubuntu 8.04 Hardy Heron
|
Re: HOWTO: Fingerprint reading in Ubuntu with fprint
Thanks, that worked almost perfect for me.
I have only one problem: Since I installed my fingerprint reader, I cannot change network or user settings using the GUI. If I click on "Unlock" the window freezes for ~20sec and then it shows an error message saying approximately: "authentification failed! an unexpected error has occurred." (German version: "Authentifizierung fehlgeschlagen! Es ist ein unerwarteter Fehler aufgetreten.") Has anyone an idea?
__________________
Spelling might be wrong, English isn't my native tongue. Last edited by Nurionn; June 3rd, 2008 at 06:09 AM.. |
|
|
|
|
|
#6 | |
|
Dipped in Ubuntu
![]() Join Date: Nov 2006
Location: United States
Beans: 635
Ubuntu 9.04 Jaunty Jackalope
|
Re: HOWTO: Fingerprint reading in Ubuntu with fprint
Quote:
__________________
The one and only, Master Kernel Thread
KernelCheck - Finally. A way to easily download, compile, and install the latest kernel. Release 1.2.5 available now. |
|
|
|
|
|
|
#7 | |
|
First Cup of Ubuntu
![]() Join Date: Jul 2007
Beans: 1
|
Re: HOWTO: Fingerprint reading in Ubuntu with fprint
Quote:
auth sufficient pam_fprint.so into any pam.d file. So instead of entering this into the common-auth which is pulled by most files/auth methods I insert this line into the functions I wish to have my finger reader. For example if I want my finger reader to unlock my screensaver I inserted it into the gnome-screensaver (above the include common-auth section). The final product looks like this. auth sufficient pam_fprint.so @include common-auth auth optional pam_gnome_keyring.so Now my finger reader works for just my gnome-screensaver and doesn't cause my policy kit to lock up. I have a feeling the pam_fprint.so has not been developed for the new policy kit in 8.04. Hope this helps, you can explore with different pam.d files and turn the finger reader on or off. |
|
|
|
|
|
|
#8 | |
|
5 Cups of Ubuntu
![]() Join Date: Sep 2008
Location: Denver, Colorado
Beans: 19
Ubuntu 8.04 Hardy Heron
|
Re: HOWTO: Fingerprint reading in Ubuntu with fprint
Hey thanks chase809
I was looking long time for the causes about that problem A real help that appear like a surprise and in a place looking for other subject.. http://ubuntuforums.org/showthread.p...54#post6307354 Quote:
|
|
|
|
|
|
|
#9 |
|
5 Cups of Ubuntu
![]() Join Date: Mar 2008
Beans: 22
|
Re: HOWTO: Fingerprint reading in Ubuntu with fprint
I have similar problem like Evil Wayz has. I was googling in I-mess. But i still can't find reason.
I know that my fprintreader is working propertly (i used it in Vista). When I type su: Code:
Could not locate any suitable fingerprints matched with available hardware. Code:
No devices detected. Thank you. |
|
|
|
|
|
#10 |
|
Just Give Me the Beans!
![]() Join Date: Sep 2006
Location: Brasil
My beans are hidden!
Ubuntu 9.04 Jaunty Jackalope
|
Re: HOWTO: Fingerprint reading in Ubuntu with fprint
up
__________________
“Nothing happens by chance, my friend... No such thing as luck. A meaning behind every little thing, and such a meaning behind this. Part for you, part for me, may not see it all real clear right now, but we will, before long.” Richard Bach |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|