Comment 40 for bug 827669

Revision history for this message
Max Mustermann (haotti13) wrote :

Add This File: /etc/udev/rules.d/50-fingerprint.rules
With this content :

SUBSYSTEM !="usb_device", ACTION !="add", GOTO="fingerprint_rules_end"

SYSFS{idVendor} =="138a", SYSFS{idProduct} =="0018", SYMLINK+="fingerprint"

MODE="0666", OWNER="nobody", GROUP="fingerprint"

LABEL="fingerprint_rules_end"

Add a group fingerprint and add your user to the new group.

And Taddaaa it will work!