Fingerprint GUIA place to discuss issues of the Fingerprint GUI. ![]() |
|
ATTENTION! I observe more and more spammers who use the private email feature of this forum for spamming. So I'm going to remove all private email addresses in the database and disable the input field for private email. If you want to contact me directly please use the email address given on the fingerprint-gui's homepage. Don't forget to provide a link to the topic in this forum then. |
Could not get UUIDInstalled Fingerprint GUI on Linux Mint Serena 64bit on a Thinkpad X61s, Cinnamon desktop, and it worked perfectly. I installed Linux Mint Sonya 64bit on a Thinkpad X61s, same machine, MATE desktop, and most of it works perfectly, but it will not save my password file to a USB drive. So, I cannot log in with my fingerprint reader, not a disaster but I would rather have it working. I get an error message stating "Could not get UUID".
What is the UUID of the partition on your USB stick?
Is it formated with a Linux filesystem? If not, make a small (50MB is enough) ext3 or ext4 partition there and chose it for the key. W.U. It is EXT4 now but for some reason it is read only. Formatted in Mint. I think that may be my problem.
Charlie Hooray! Fixed it. I used the procedure outlined here: https://forums.linuxmint.com/viewtopic.php?f=50&t=34951
Post by pyrus It involves creating a file in /etc/udev/rules.d and inserting "# UDEV Rules to change the permission of USB disks # KERNEL=="sd*[0-9]", ATTR{removable}=="1", ENV{ID_BUS}=="usb", MODE="0666"" into hat file. Without my added quotes Cheers for he time. humbs up for the app. :) |