Ubuntu 16.04'te Lenovo X1 Carbon üzerine parmak izi sürücüsü nasıl yüklenir


11

Ubuntu 16.04'e X1 carbon 5.th genimin parmak izi sürücüsünü yüklemem gerekiyor. Linux dağıtımları için sürücüleri nerede bulabilirim?

İşte çıktıları 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:~$ 

ve lsusbçıktı

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:~$ 

Yanıtlar:


11

138a: 0097 Geçerlilik Sensörler, Inc hala varlık "ters mühendislik" değil yüklemek kolaydır tarafından henüz desteklenmektedir fingerprintveya diğerleri.

Nikita Mikhailov'un bir Devam Eden Çalışma (Devam Eden Çalışma):

  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

Ek bilgi ve tartışmalar:

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

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


Merhabalar, X1 Carbon ile çalışan var mı?
Kasun Siyambalapitiya

Bus 001 Cihazı 004: ID 138a: 0090 Validity Sensors, Inc. kullanarak X1 Yoga'm için de çalışmıyor
Bashar Al-Abdulhadi

2
aslında github.com/hrenod/libfprint ThinkPad X1 Yoga'da benim için çalıştı!
Beşar Abdülhadi

Bilet şimdi buraya taşınmış gibi görünüyor gitlab.freedesktop.org/libfprint/libfprint/issues/54 ama 138a: 0097 için çalıştığını doğrulamak için birine ihtiyaç duydukları anlaşılıyor. Lenovo P51'imde bunlardan biri var, ancak test etmek için düzeltmeyi nasıl yükleyeceğimi bilmiyorum. Şu anda GitLab sitesindeki kaydımın onaylanmasını bekliyorum, bu yüzden sorabilirim. Ama bu arada, burada biri bana nasıl olduğunu söyleyebilir mi?
Michael Scheper

1

138a: 0097 için tek güncel yazılım https://github.com/nmikhailov/Validity90/tree/master/prototype'dir, ancak henüz bir sürücü yoktur, bu nedenle krispy'nin bahsettiği WIP bilgisayarınızın kilidini açmak için çalışmaz. Sadece dahili veritabanını tarayabilen ve kontrol edebilen bir prototip var, Windows dışında parmak izi eklemenin hala bir yolu yok.

Geliştirmeyi daha fazla desteklemek için https://github.com/nmikhailov/Validity90/blob/master/prototype/README.md adresindeki talimatları izlemenizi ve prototipin çıktısıyla GitHub'da yeni bir sorun oluşturmanızı öneririm .

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

Ve çıktıyı "Thinkpad X1 Carbon 5.th Generation (138a: 0097) için prototip çıktısı" başlıklı https://github.com/nmikhailov/Validity90/issues/new adresine kopyalayın.

Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.