Giter Club home page Giter Club logo

Comments (10)

vrolife avatar vrolife commented on September 27, 2024

从你提供的信息来看,指纹驱动应该是正常工作的。
你尝试用命令fprintd-enroll进行录入,看看能否识别设备。
如出现以下类似内容,驱动是正常工作的

Using device /net/reactivated/Device/2
Enrolling right-index-finger finger.

from modern_laptop.

deltazefiro avatar deltazefiro commented on September 27, 2024

似乎不行

$ fprintd-enroll
Impossible to enroll: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name :1.161 was not provided by any .service files

from modern_laptop.

vrolife avatar vrolife commented on September 27, 2024

那在尝试

sudo systemctl stop fprintd
sudo /opt/fingerpp/bin/fingerpp --bus=system --filter-before-ssim=true --min-score=0.3

这两条命令后会打印设备版本号Version 21.26.2.31
接着新开一个终端运行fprintd-enroll录入看看能否识别设备

from modern_laptop.

deltazefiro avatar deltazefiro commented on September 27, 2024

这两条命令后会打印设备版本号Version 21.26.2.31 接着新开一个终端运行fprintd-enroll录入看看能否识别设备

执行后没有输出任何信息。fprintd-enroll 报错依旧。

from modern_laptop.

vrolife avatar vrolife commented on September 27, 2024

运行lsusb 看看指纹设备有没有识别。

from modern_laptop.

deltazefiro avatar deltazefiro commented on September 27, 2024
$ lsusb
Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 010 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 002: ID 2b7e:b557 SunplusIT Inc XiaoMi USB 2.0 Webcam
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 0cb8:c559 Opticis Co., Ltd Bluetooth Radio
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
**Bus 001 Device 002: ID 27c6:589a Shenzhen Goodix Technology Co.,Ltd. FingerPrint**
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ sudo lsusb -D /dev/bus/usb/001/002
Device: ID 27c6:589a Shenzhen Goodix Technology Co.,Ltd. FingerPrint
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass          255 Vendor Specific Class
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x27c6 Shenzhen Goodix Technology Co.,Ltd.
  idProduct          0x589a 
  bcdDevice            1.00
  iManufacturer           1 Goodix
  iProduct                2 FingerPrint
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0020
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
Device Status:     0x0000
  (Bus Powered)

from modern_laptop.

vrolife avatar vrolife commented on September 27, 2024

抱歉, 仓库里的指纹驱动只支持FPC的指纹方案。Goodix的暂不支持。稍后我再加上检测USB的脚本。

from modern_laptop.

vrolife avatar vrolife commented on September 27, 2024

这个笔记本目前还没遇到过用Goodix的版本

from modern_laptop.

deltazefiro avatar deltazefiro commented on September 27, 2024

原来这电脑的指纹传感器还有不同 🤔
之前在Arch社区见到过其他电脑的Goodix驱动 我去试试
无论如何,还是非常感谢!

from modern_laptop.

Shados avatar Shados commented on September 27, 2024

@vrolife For what it's worth, my TM2113 laptop is also using the 27c6:589a fingerprint reader.

from modern_laptop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.