Ubuntu 16.04のレノボX1カーボンに指紋ドライバーをインストールする方法


10

私のX1カーボン第5世代の指紋ドライバーをUbuntu 16.04にインストールする必要があります。Linuxディストリビューション用のドライバーはどこにありますか?

ここに出力されます lspci

kasun@kasun-ThinkPad-X1-Carbon-5th:~$ lspci
00:00.0 Host bridge: Intel Corporation Device 5904 (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Device 5916 (rev 02)
00:08.0 System peripheral: Intel Corporation Sky Lake Gaussian Mixture Model
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI (rev 21)
00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
00:1c.2 PCI bridge: Intel Corporation Device 9d12 (rev f1)
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port (rev f1)
00:1d.0 PCI bridge: Intel Corporation Device 9d18 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Device 9d4e (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Device 9d71 (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (4) I219-LM (rev 21)
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
04:00.0 Network controller: Intel Corporation Device 24fd (rev 88)
05:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd Device a804
kasun@kasun-ThinkPad-X1-Carbon-5th:~$ 

そしてlsusb出力

kasun@kasun-ThinkPad-X1-Carbon-5th:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 138a:0097 Validity Sensors, Inc. 
Bus 001 Device 003: ID 13d3:5682 IMC Networks 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
kasun@kasun-ThinkPad-X1-Carbon-5th:~$ 

回答:


11

138A:0097妥当性センサー、Inc.はまだ「リバースエンジニアリング」していると、インストールが簡単ではまだサポートされていないfingerprintか、他の人。

以下はNikita MikhailovによるWIP(Work In Progress)です。

  1. sudo apt install git libusb-1.0-0-dev libxv-dev
  2. git clone https://github.com/nmikhailov/Validity90.git
  3. cd Validity90/libfprint
  4. ./configure
  5. make
  6. make check
  7. sudo make install

追加情報とディスカッション:

https://forums.lenovo.com/t5/Linux-Discussion/Validity-Fingerprint-Reader-Linux/td-p/3352145

https://bugs.freedesktop.org/show_bug.cgi?id=94536


みなさん、こんにちは。X1Carbonで動作するようになった人はいますか?
Kasun Siyambalapitiya

バス001デバイス004を使用する私のX1 Yogaでは機能しません:ID 138a:0090 Validity Sensors、Inc.
Bashar Al-Abdulhadi

2
実際、github.com / hrenod / libfprintはThinkPad X1 Yogaで私のために働きました!
Bashar Al-Abdulhadi

チケットはここに移動したようですgitlab.freedesktop.org/libfprint/libfprint/issues/54しかし、138a:0097で機能していることを確認するために誰かが必要とするようです。私はLenovo P51にそれらの1つを持っていますが、修正をインストールしてテストする方法がわかりません。現在、GitLabサイトでの登録が確認されるのを待っているので、質問できます。しかし、その間、ここにいる誰かが私にその方法を教えてもらえますか?
Michael Scheper、2018年

1

138a:0097の現在の唯一のソフトウェアはhttps://github.com/nmikhailov/Validity90/tree/master/prototypeですが、現時点ではドライバーがないため、krispyが言及したWIPはコンピューターのロックを解除するために機能しません。内部データベースのみをスキャンおよびチェックできるプロトタイプがありますが、Windowsの外部で指紋を追加する方法はまだありません。

開発をさらにサポートするには、https://github.com/nmikhailov/Validity90/blob/master/prototype/README.mdの指示に従い、GitHubにプロトタイプの出力を使用して新しい問題を作成することをお勧めします。

sudo apt-get install make gcc libgcrypt-dev libglib2.0-dev libnss3-dev libusb-1.0-0-dev libssl-dev libpng-dev libgnutls28-dev
make
./prototype

出力をhttps://github.com/nmikhailov/Validity90/issues/newに「Thinkpad X1 Carbon 5th Generation(138a:0097)のプロトタイプ出力」というタイトルでコピーします

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.