Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 003: ID 27c6:55b4 Shenzhen Goodix Technology Co.,Ltd. Fingerprint Reader Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 002: ID 04f2:b6c2 Chicony Electronics Co., Ltd Integrated Camera Bus 004 Device 003: ID 8087:0029 Intel Corp. AX200 Bluetooth Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
流程如下:
1 2 3 4 5 6 7 8
python --version # Must be Python 3.10 or newer git clone --recurse-submodules https://github.com/goodix-fp-linux-dev/goodix-fp-dump.git cd goodix-fp-dump python -m venv .venv source .venv/bin/activate pip install -r requirements.txt sudo lsusb -vd "27c6:" | grep "idProduct"# Returns the device ID sudo python3 run_55b4.py # Change "55b4" to your device ID