Lenovo ThinkPad P51

出自 ArchWiki

本条目或章节不符合笔记本电脑页面指南

原因:小作品。(在Talk:Lenovo ThinkPad P51中讨论)
硬件 PCI/USB ID 工作状态?
触摸板
键盘
集成显卡 8086:591b
独立显卡 10de:1436
摄像头 5986:2118
以太网 8086:15e3
蓝牙 8087:0a2b
SD 读卡器 10ec:525a
音频 8086:a171
无线 8086:24fd
指纹读取器 138a:0097
TPM 未测试

安装

指纹传感器

#!/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
}}
  • 网络管理器 可能会在恢复后损坏,在之前提到的恢复脚本中添加 systemctl restart <NetworkManager> 可能会有帮助。

参见