On 2023-09-26 00:40, Bengt Gördén wrote:
On 2023-09-25 23:00, Carlos E. R. wrote:
On 2023-09-25 22:20, Bengt Gördén wrote:
On 2023-09-25 22:06, Bengt Gördén wrote:
With my new one I haven't bothered.
I bothered now. It worked like i charm.
Ok, I will have a look at it, thanks :-)
I made a small "wonky" script to check if I/you have a compatible reader.
myreader=`lsusb | awk '{print $6}' | xargs` supported_readers=`w3m -dump https://fprint.freedesktop.org/supported-devices.html` for i in $myreader;do echo $supported_readers | grep -i -o $i; done
If you run it and you get a "vendor:product" then yours is also supported. Obviously you'll need lsusb, awk and w3m to run the script.
zypper se -x usbutils gawk w3m
cer@Isengard:~/bin> checkiffingerprintissuported cer@Isengard:~/bin> cer@Isengard:~/bin> lsusb | awk '{print $6}' | xargs 174c:1153 174c:55aa 1058:25ee 1058:25ee 2109:0813 1d6b:0003 8087:07dc 0665:5161 046d:c52b 2109:2813 058f:3861 1d6b:0002 cer@Isengard:~/bin> Guess I have no luck. -- Cheers / Saludos, Carlos E. R. (from openSUSE 15.5 (Laicolasse))