LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   new device, no known driver... (https://www.linuxquestions.org/questions/linux-hardware-18/new-device-no-known-driver-695165/)

Jaqui 01-05-2009 02:56 PM

new device, no known driver... resolved
 
I received a "Microsoft" usb fingerprint scanner last night, free. :)
tested it on a friends windows box, and it is functioning.
not in Linux.

what is the best software to probe the device and get the data for writing a driver for it?

TB0ne 01-05-2009 03:17 PM

Quote:

Originally Posted by Jaqui (Post 3398133)
I received a "Microsoft" usb fingerprint scanner last night, free. :)
tested it on a friends windows box, and it is functioning.
not in Linux.

what is the best software to probe the device and get the data for writing a driver for it?

Boot up your system, without the reader plugged in. As root, run "dmesg -c", then plug the reader in. Then, run "dmesg" again. You should see SOMETHING in there, which should only be the messages related to the new device. Also, the "lsusb" command will return you information about the device. Post the information from dmesg and lsusb back here....

You don't say what version/distro of Linux you're using, which would be helpful. OpenSuSE has a fingerprint scanner setup utility under YAST, which may do exactly what you're looking for.

Jaqui 01-05-2009 04:05 PM

well, Harddrake gvies:

Identification
Vendor: ‎Microsoft

Description: ‎Microsoft® Fingerprint Reader

Media class: ‎

Connection
Bus: ‎USB

Bus PCI #: ‎4

PCI device #: ‎3

Vendor ID: ‎0x045e

Device ID: ‎0x00bd

Sub vendor ID: ‎0x0000

Sub device ID: ‎0x0000

Misc
Module: ‎unknown

I'll have to try the rebooting with and without the device.

lsusb
Bus 001 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 003: ID 045e:00bd Microsoft Corp. Fingerprint Reader
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000

yup, only one USB device.

and this is a Mandriva 2008.1 box. can't stand the bloat of suse so no suse boxes.

Jaqui 01-05-2009 04:15 PM

the new info from dmesg:
usb 4-2: new full speed USB device using uhci_hcd and address 3
usb 4-2: configuration #1 chosen from 1 choice

and still no drive data in lsusb:
lsusb
Bus 001 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 003: ID 045e:00bd Microsoft Corp. Fingerprint Reader
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000

jlinkels 01-05-2009 08:11 PM

This device is supported by the fprint driver:

http://www.reactivated.net/fprint/wi...ported_devices

The id (045e:00bd) matches.

jlinkels

Jaqui 01-05-2009 09:03 PM

thanks jlinkels.


All times are GMT -5. The time now is 10:59 PM.