26 Sep
2023
26 Sep
'23
00:40
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 -- /bengan