You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install it on Debian 11. Using ubuntu repository failed with:
add-apt-repository ppa:3v1n0/libfprint-vfs0090
....
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
gpg: no valid OpenPGP data found.
Trying to compile from source using meson result in:
Message: Updating the vfs0090 submodule
WARNING: You should add the boolean check kwarg to the run_command call.
It currently defaults to false,
but it will default to true in future releases of meson.
See also: mesonbuild/meson#9300
Running command: /usr/bin/git submodule update --init --recursive
--- stdout ---
--- stderr ---
fatal: not a git repository (or any of the parent directories): .git
meson.build:169:16: ERROR: Problem encountered: Impossible to update the vfs0090 submodule
What's the best way to proceed? I am on Debian Bullseye 11. My machine is Thinkpad X1 Carbon Gen 5 (2017). The validity sensor is 138a:0097 as shown in libusb
Any help would be most appreciated.
The text was updated successfully, but these errors were encountered:
I tried to install it on Debian 11. Using ubuntu repository failed with:
add-apt-repository ppa:3v1n0/libfprint-vfs0090
....
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
gpg: no valid OpenPGP data found.
Trying to compile from source using meson result in:
Message: Updating the vfs0090 submodule
WARNING: You should add the boolean check kwarg to the run_command call.
It currently defaults to false,
but it will default to true in future releases of meson.
See also: mesonbuild/meson#9300
Running command: /usr/bin/git submodule update --init --recursive
--- stdout ---
--- stderr ---
fatal: not a git repository (or any of the parent directories): .git
meson.build:169:16: ERROR: Problem encountered: Impossible to update the vfs0090 submodule
What's the best way to proceed? I am on Debian Bullseye 11. My machine is Thinkpad X1 Carbon Gen 5 (2017). The validity sensor is 138a:0097 as shown in libusb
Any help would be most appreciated.
The text was updated successfully, but these errors were encountered: