I need to find a driver for a specific USB fingerprint reader
February 3, 2005 5:33 AM
Subscribe
On behalf of a friend: "I need to find a driver for a USB fingerprint reader and I'm drawing blanks. We bought this USB fingerprint scanner off eBay - it was made by ST Electronics, which was then sold off to Upek (www.upek.com) so I think that's probably where the confusion stems from. It's an older model, not supported anymore (or at least, the model number appears nowhere on their website anymore, plus the newer drivers fail to work with the scanner).
Model number: TCFC*TCSA1BL\LFE
5.0V 70mA max
is all that's written on the bottom, apart from a white serial number sticker and an "ST Made in Taiwan" transparent sticker. It still looks like
this; the newer UPEK models that look similar are TCRU1C and TCRU2C. So we have a scanner, tales that companies stopped selling them because of driver support, and no trace of them really on the net at all... at least the old model number anyway." Help?
posted by sailoreagle to technology (3 comments total)
Second, when hardware distributors top distributing drivers, it's often difficult to find them again. There are a few sites that archive these things (windriver.com, driverzone.com, etc). None of the identifying strings your friend provided turned up anything useful on those or google, but I might have missed something.
Third, it appears that such devices often make use of some obscuring/encrypting process, and thus there is little to no support in the free software community. (Again, that I found, anyway).
In summary, your only hope is probably to search google with every piece of semi-unique identifying bit of text on the thing. I think USB devices generally have some unique ID built-in, which is provided to the driver/OS layer. I'm not sure how to reveal this in Windows, but under Linux, one could probably find it under the /proc mount somewhere. Not that this would necessarily help -- merely another identifying bit of text to search for...
posted by theatrical matriarch at 5:54 AM on February 3, 2005