On Sat, 2007-11-24 at 16:52 +0100, [EMAIL PROTECTED] wrote: > Hi anyone,
hey :) > > I try to get work my MS Fingerprint Reader on openSUSE 10.3. With root I can > make all (login, enroll, verify, etc.) but not as non-root. When I try to > start the fprint_demo as non-root user i get this message: > > uru4000:error [dev_init] interface claim failed > fp:error [fp_dev_open] device initialisation failed, driver=uru4000 > looks like you are not allowed to access the USB bus. > > What can I do to get the driver running up? mentioned in the Troubleshooting section on the fprint site: http://www.reactivated.net/fprint/wiki/Installation#Troubleshooting taken from the FAQ there: Q: Running pam_fprint_enroll and fprint_demo from user fails with message like following: aes1610:error [dev_init] could not claim interface 0 A: You have no permissions to access /proc/bus/usb (/dev/bus/usb). Solution depends on distro. On Gentoo you should add your user to usb group. Same solution should be applicable for other distros. Invoke mount | grep usb, it should produce something like: [EMAIL PROTECTED] ~ $ mount | grep usb usbfs on /proc/bus/usb type usbfs (rw,noexec,nosuid,devmode=0664,devgid=85) So, /proc/bus/usb belongs to group with gid 85. Now let's get group name: [EMAIL PROTECTED] ~ $ cat /etc/group | grep 85 | cut -f 1 -d: usb Add your user to this group: sudo usermod -a -G usb your_user_name > Thank you very much > cyRus-tC > _________________________________________________________________________ > In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und gestalten! > Nur 3,99 EUR/Monat! http://www.maildomain.web.de/?mc=021114 > > _______________________________________________ > fprint mailing list > [email protected] > http://lists.reactivated.net/mailman/listinfo/fprint > -- eMail: [EMAIL PROTECTED] www: http://jvs.dahina.com gpg[key]: http://www.dahina.com/jvs/gpg_key.asc
signature.asc
Description: This is a digitally signed message part
_______________________________________________ fprint mailing list [email protected] http://lists.reactivated.net/mailman/listinfo/fprint
