I don't know why I still keep my Windoze 11 Pro. I mean, yeah, sure I legitimately own the license as it is pre-installed with the notebook. Someday I'll wipe clean.
Anyway, dual boot in Windoze seems making the firmware in the fingerprint hardware getting resetted. So, I need to do these steps when I'm back at Fedora.
Assuming you forget the library used install these:sudo dnf install gcc git python-pip python-devel openssl
Assuming you don't know the original source code, clone this:
git clone --recurse-submodules https://github.com/goodix-fp-linux-dev/goodix-fp-dump.git
cd goodix-fp-dump
The Real Thing That's Need to be Done
Create an isolated Python environment:python -m venv .v
source .v/bin/activate
Do the magic:
sudo su
pip install -r requirements.txt
python run_55b4.py
exit
Install The Correct Driver
For Goodix fingerprint, need to install differentlibfprint
version.
sudo dnf copr enable d-k-bo/libfprint-goodixtls
sudo dnf upgrade libfprint
Comments
Post a Comment