Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Fingerprint reader only works as root [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
nero37
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jun 2007
Posts: 141
Location: Ireland

PostPosted: Wed Apr 02, 2008 10:11 pm    Post subject: Fingerprint reader only works as root [solved] Reply with quote

I got my fingerprint reader working using fprint from the wschlich-testing overlay. The problem is it only works as root and wont recognize the device as a normal user. So in other words i can use it for su but not sudo. The device is recognized as a usb device and i am part of the usb group. Anyone got any idea how to fix this? Thanks.

Last edited by nero37 on Wed Apr 02, 2008 11:51 pm; edited 1 time in total
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Wed Apr 02, 2008 10:41 pm    Post subject: Reply with quote

What is the output of running, "ls -lR /dev/bus"?
Back to top
View user's profile Send private message
nero37
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jun 2007
Posts: 141
Location: Ireland

PostPosted: Wed Apr 02, 2008 10:50 pm    Post subject: Reply with quote

/dev/bus:
total 0
drwxr-xr-x 9 root root 180 Apr 2 12:33 usb

/dev/bus/usb:
total 0
drwxr-xr-x 2 root root 60 Apr 2 12:33 001
drwxr-xr-x 2 root root 80 Apr 2 12:33 002
drwxr-xr-x 2 root root 60 Apr 2 12:33 003
drwxr-xr-x 2 root root 80 Apr 2 17:52 004
drwxr-xr-x 2 root root 60 Apr 2 17:52 005
drwxr-xr-x 2 root root 80 Apr 2 12:33 006
drwxr-xr-x 2 root root 80 Apr 2 12:33 007

/dev/bus/usb/001:
total 0
crw-rw-r-- 1 root usb 189, 0 Apr 2 12:33 001

/dev/bus/usb/002:
total 0
crw-rw-r-- 1 root usb 189, 128 Apr 2 12:33 001
crw-rw-r-- 1 root usb 189, 130 Apr 2 12:33 003

/dev/bus/usb/003:
total 0
crw-rw-r-- 1 root usb 189, 256 Apr 2 12:33 001

/dev/bus/usb/004:
total 0
crw-rw-r-- 1 root usb 189, 384 Apr 2 12:33 001
crw-rw-r-- 1 root usb 189, 386 Apr 2 17:52 003

/dev/bus/usb/005:
total 0
crw-rw-r-- 1 root usb 189, 512 Apr 2 12:33 001

/dev/bus/usb/006:
total 0
crw-rw-r-- 1 root usb 189, 640 Apr 2 12:33 001
crw-rw-r-- 1 root usb 189, 641 Apr 3 00:24 002

/dev/bus/usb/007:
total 0
crw-rw-r-- 1 root usb 189, 768 Apr 2 12:33 001
crw-rw-r-- 1 root usb 189, 769 Apr 2 12:33 002
Back to top
View user's profile Send private message
nero37
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jun 2007
Posts: 141
Location: Ireland

PostPosted: Wed Apr 02, 2008 11:51 pm    Post subject: Reply with quote

Got it working! i created a new udev rule to allow unprivileged users access. i created the file /etc/udev/rules.d/fprint.rules and added the line;

Code:
SUBSYSTEM=="usb_device",                MODE="0664", GROUP="plugdev"
Back to top
View user's profile Send private message
uprooter
n00b
n00b


Joined: 06 Mar 2005
Posts: 70

PostPosted: Fri Dec 12, 2008 12:29 pm    Post subject: Reply with quote

I had the same prob but this solution didn't work for me
after investigating in /proc/bus/usb I found out that the device was belonged to the scanner group.
just had to gpasswd -a user scanner.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum