fprint_vfs5011 icon indicating copy to clipboard operation
fprint_vfs5011 copied to clipboard

How to install lib on arch?

Open akoidan opened this issue 11 years ago • 2 comments

Hi, I'm using ArchLinux x64 with KDE. So what I did is successfully installed driver

wget https://github.com/ars3niy/fprint_vfs5011/archive/master.zip unzip ./master.zip cd ./fprint_vfs5011-master ./autogen.sh > http://pastebin.com/nvdwTmkZ ./configure > http://pastebin.com/jub3Z85f sudo make install > http://pastebin.com/hy7Wt0W7

The only tool I found for a fingerprint reader is https://wiki.archlinux.org/index.php/Fingerprint-gui fingerprint-gui this fp-gui tries to recv from fprintd, but fprintd doesn't find any finger print readers, it falls down with "No devices in use, exit" in~15 seconds after start

akoidan avatar Oct 12 '13 12:10 akoidan

Same, Same, Same (Same system: Arch x64, Same DE: KDE, Same problem)

JackSamurai avatar Oct 12 '13 14:10 JackSamurai

I moved all filles from /usr/local/lib installed by make install" to /usr/lib , Ir worked for me. check ldd fprintd

akoidan avatar Jan 06 '14 17:01 akoidan