View previous topic :: View next topic |
Author |
Message |
nero37 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/Final Fantasy/Final_Fantasy_7_-_Sephiroth2.jpg)
Joined: 15 Jun 2007 Posts: 141 Location: Ireland
|
Posted: Wed Apr 02, 2008 10:11 pm Post subject: Fingerprint reader only works as root [solved] |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
yabbadabbadont Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/13361939844cd4b5d53ebe4.jpg)
Joined: 14 Mar 2003 Posts: 4791 Location: 2 exits past crazy
|
Posted: Wed Apr 02, 2008 10:41 pm Post subject: |
|
|
What is the output of running, "ls -lR /dev/bus"? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nero37 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/Final Fantasy/Final_Fantasy_7_-_Sephiroth2.jpg)
Joined: 15 Jun 2007 Posts: 141 Location: Ireland
|
Posted: Wed Apr 02, 2008 10:50 pm Post subject: |
|
|
/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 |
|
![](templates/gentoo/images/spacer.gif) |
nero37 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/Final Fantasy/Final_Fantasy_7_-_Sephiroth2.jpg)
Joined: 15 Jun 2007 Posts: 141 Location: Ireland
|
Posted: Wed Apr 02, 2008 11:51 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
uprooter n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 06 Mar 2005 Posts: 70
|
Posted: Fri Dec 12, 2008 12:29 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
|