Hello again,
I perhaps misunderstood something, because I thought first thing is to get the driver (firmware) working, then the PAM module (that would be Display Manager dependant, isn’t it?). However, I have fprintd-pam, pam, pam-32bit, pam-config and yast2-pam installed.
No lack with common-auth (from the linked article), it doesn’t provide the pam_fprintd.so line:
**#** grep fprint /etc/pam.d/common-auth
**#**
I tried to look into configuration of PAM in YaST too, but I’m a bit lost. Is it the module called something like “Adminstration of User Login” (translated)? If so, I’m not sure, if I should configure anything there…
If a functional device is connected, shouldn’t be some related module listed in lsmod output? If so, what should I look for?
Here is dmesg -w reacting on connected fingerprint reader:[11961.403697] usb 1-4: new full-speed USB device number 6 using xhci_hcd
[11961.735898] usb 1-4: New USB device found, idVendor=27c6, idProduct=5740
[11961.735900] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[11961.735901] usb 1-4: Product: Goodix Fingerprint Device
[11961.735902] usb 1-4: Manufacturer: HTMicroelectronics
[11961.735903] usb 1-4: SerialNumber: HTK32
[11961.739518] cdc_acm 1-4:1.0: ttyACM0: USB ACM device
[11961.753790] input: HTMicroelectronics Goodix Fingerprint Device as /devices/pci0000:00/0000:00:01.3/0000:
02:00.0/usb1/1-4/1-4:1.2/0003:27C6:5740.0006/input/input18
[11961.753896] hid-generic 0003:27C6:5740.0006: input,hidraw0: USB HID v1.00 Mouse [HTMicroelectronics Goodix
Fingerprint Device ] on usb-0000:02:00.0-4/input2
In addition to that, here’s xhci lsmod output:
# lsmod | grep xhci
xhci_pci 16384 0
xhci_hcd 245760 1 xhci_pci
usbcore 286720 4 usbhid,cdc_acm,xhci_pci,xhci_hcd
As for
# udevadm info -a -n /dev/sdb | less
… that doesn’t look healthy (yep, that /dev/sdb) and is giving a non-sense output. Well, I might be doing something wrong…
Oak