Difference between revisions of "Talk:Integrated Fingerprint Reader"

From ThinkWiki
Jump to: navigation, search
Line 18: Line 18:
  
 
Disclaimer: This is how I got the fingerprint reader on my T43 to work. It can _NOT_ yet be used to log me into the system. Working on that,
 
Disclaimer: This is how I got the fingerprint reader on my T43 to work. It can _NOT_ yet be used to log me into the system. Working on that,
 +
 +
This is on ubuntu breezy.
  
 
get all required devel libs and tools (gcc, g++, pam-dev, etc.)
 
get all required devel libs and tools (gcc, g++, pam-dev, etc.)
Line 41: Line 43:
 
* ./Sample
 
* ./Sample
 
Now i hope it works, otherwise mail me: t43fingerprint@badcode.de
 
Now i hope it works, otherwise mail me: t43fingerprint@badcode.de
 +
 +
Another thing i got to work: gdm login with pam_bioapi *freu*
 +
 +
what i did:
 +
 +
* wget http://www.qrivy.net/~michael/blua/pam_bioapi/pam_bioapi-0.2.1.tar.bz2
 +
* tar xjf pam_bioapi-0.2.1.tar.bz2
 +
* ./configure && make
 +
as root
 +
* make install
 +
 +
now use the sample tool from the fingerprint reader to create <username>.bir
 +
 +
...coffee break... brb

Revision as of 12:45, 24 October 2005

I was just wondering what was happening with this, it would be really great for this to work.

Slashdot posted about linuxbiometrics.com, and I found this forum post there.

--64.180.113.159 23:27, 10 Apr 2005 (CEST)

There is a possibility that a beta program will be occuring around August or Sept. this year '05. Keep your eyes (or news aggregator) on linuxbiometrics.com for the latest announcements.

-- Josiah

Fingerprint reader hiccups

any body else notice that the fingerprint reader doesn't work very well or doesn't work at all if you have been using the notebook for sometime?

I'm thinking because of the heat generated from the hdd

HowTo :)

Disclaimer: This is how I got the fingerprint reader on my T43 to work. It can _NOT_ yet be used to log me into the system. Working on that,

This is on ubuntu breezy.

get all required devel libs and tools (gcc, g++, pam-dev, etc.) I could not compile bioapi with the graphical Qt tools

then as root

  • make install

beware that checkinstall will not work! go to http://www.qrivy.net/~michael/blua/upek-bsp.html and download TFMESS_BSP_LIN_1.0beta2.zip unzip it into a seperate folder, as it will not create one as root

  • sh install.sh
  • chmod 777 -R /usr/local/var/bioapi/

actually this depends on where you installed, if you did as i wrote, it should work otherwise you probably know what you're doing anyways :)

  • touch /var/log/BSP.log && chmod 666 /var/log/BSP.log
  • chmod 666 /proc/bus/usb/`lsusb | grep "0483:2016" | sed -e "s/Bus\ \(.*\)\ Device\ \(.*\):\ .*/\1\/\2/"`

now go to the folder where you extracted TFMESS_BSP_LIN_1.0beta2.zip

  • cd NonGUI_Sample
  • ./Sample

Now i hope it works, otherwise mail me: t43fingerprint@badcode.de

Another thing i got to work: gdm login with pam_bioapi *freu*

what i did:

as root

  • make install

now use the sample tool from the fingerprint reader to create <username>.bir

...coffee break... brb