Lenovo ThinkPad P51

HardwarePCI/USB IDWorking?
TouchpadYes
KeyboardYes
Integrated GPU8086:591bYes
Discrete GPU10de:1436Yes
Webcam5986:2118Yes
Ethernet8086:15e3Yes
Bluetooth8087:0a2bYes
SD-card reader10ec:525aYes
Audio8086:a171Yes
Wireless8086:24fdYes
Fingerprint reader138a:0097Yes
TPMUntested

Installation

finger print sensor

#!/bin/sh
PATH=/sbin:/usr/sbin:/bin:/usr/bin

case "$1" in
    pre)
        #code execution BEFORE sleeping/hibernating/suspending
    ;;
    post)
        #code execution AFTER resuming
        systemctl restart open-fprintd
        systemctl restart python3-validity
        systemctl restart open-fprintd-resume.service
    ;;
esac
}}
  • A network manager may be corrupted from resume, adding systemctl restart <NetworkManager> to the resume script mentioned before may help.

See also

  • 3dprogramin GitHub - possible fixes for P51 issues (based on an Archbang but still useful)
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.