Hi!
Ich hab folgendes Problem. Ich versuche meinen Fingerprint Sensor (AES2501) an meinem Samsung X50 Notebook zum laufen zu bringen. Dazu habe ich das Paket aes2501-wy Installiert und das Programm aes2501 gestartet...
$ aes2501 argc=1 Initializing, please standby... No device found
Die Manpage dazu ist sehr knapp und es gibt nur den Parameter -r für reverse Scan.
lsusb zeigt mir jedoch den Sensor an...
$ sudo lsusb -s 2:4 -v [sudo] password for fragro: Bus 002 Device 004: ID 08ff:5711 AuthenTec, Inc. Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass 255 Vendor Specific Class bDeviceSubClass 255 Vendor Specific Subclass bDeviceProtocol 255 Vendor Specific Protocol bMaxPacketSize0 8 idVendor 0x08ff AuthenTec, Inc. idProduct 0x5711 bcdDevice 0.00 iManufacturer 0 iProduct 1 Fingerprint Sensor iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 32 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xa0 (Bus Powered) Remote Wakeup MaxPower 100mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 255 Vendor Specific Class bInterfaceSubClass 255 Vendor Specific Subclass bInterfaceProtocol 255 Vendor Specific Protocol iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0008 1x 8 bytes bInterval 0 Device Status: 0x0000 (Bus Powered)
Kann mir jemand helfen?
Außerdem habe ich die BioAPI (http://code.google.com/p/bioapi-linux/) und das dazugehörige PAM Modul (http://code.google.com/p/pam-bioapi/) installiert. Gibts für die Einrichtung des PAM-Moduls ein Howto?
Danke im Voraus!
Frank