Announcement

Collapse
No announcement yet.

Fingerprint and Trackpoint on ThinkPad X380 Yoga doesn't working

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Fingerprint and Trackpoint on ThinkPad X380 Yoga doesn't working

    I installed Kubuntu 18.04 on the new Lenovo Thinkpad X380. The touchscreen, the touchpad, the keyboard, the wacom Pen, all works fine except

    - the red Trackpoint in the middle of the keyboard.
    Code:
    ~$ xinput list
    ⎡ Virtual core pointer                          id=2    [master pointer  (3)]
    ⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
    ⎜   ↳ Wacom Pen and multitouch sensor Finger touch      id=10   [slave  pointer  (2)]
    ⎜   ↳ Wacom Pen and multitouch sensor Pen stylus        id=11   [slave  pointer  (2)]
    ⎜   ↳ Logitech M705                             id=12   [slave  pointer  (2)]
    ⎜   ↳ ETPS/2 Elantech Touchpad                  id=15   [slave  pointer  (2)]
    ⎜   ↳ ETPS/2 Elantech TrackPoint                id=16   [slave  pointer  (2)]
    ⎜   ↳ Wacom Pen and multitouch sensor Pen eraser        id=18   [slave  pointer  (2)]
    ⎣ Virtual core keyboard                         id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ↳ Power Button                              id=6    [slave  keyboard (3)]
    ↳ Video Bus                                 id=7    [slave  keyboard (3)]
    ↳ Power Button                              id=8    [slave  keyboard (3)]
    ↳ Sleep Button                              id=9    [slave  keyboard (3)]
    ↳ Integrated Camera: Integrated C           id=13   [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard              id=14   [slave  keyboard (3)]
    ↳ ThinkPad Extra Buttons                    id=17   [slave  keyboard (3)]
    It is recognized as ETPS/2 Elantech TrackPoint but it doesn't react. The programm configure-trackpoint from Think Pad Extras PPA (https://launchpad.net/~linrunner/+ar...hinkpad-extras) throws me an exception that the TrackPoint is not found. Maybe this is a newer version which is not already included in the kernel?

    -the integrated fingerprint-scanner:
    I think it's recognized as USB-device named Validity Sensors, Inc.
    Code:
    ~$ lsusb
    
    Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 001 Device 005: ID 138a:009d Validity Sensors, Inc. 
    Bus 001 Device 004: ID 04f2:b614 Chicony Electronics Co., Ltd 
    Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
    Bus 001 Device 006: ID 056a:5155 Wacom Co., Ltd 
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    fingerprint-gui gives me No Devices found. I also tried to install fprint but this ends with the same error.
    Code:
    ~$ fprintd-enroll 
    list_devices failed: No devices available
    Thank you for your time!
Working...
X