Thinkpad X280にUbuntu 22.10をインストールして指紋認証を使うためのメモ

https://github.com/uunicorn/python-validity

上を参考に必要なものをインストール

/etc/systemd/system にファイル hogehogeを作成し、下記を記入 し、

sudo systemctl enable hogehogeを実行

hogehogeは自分が作成したファイル名。これをしないとresumeから復帰したときに指紋認証が現状できない。

[Unit]
Description=Restart services to fix fingerprint integration
After=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target

[Service]
Type=oneshot
ExecStart=systemctl restart open-fprintd.service python3-validity.service

[Install]
WantedBy=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)