meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
hw:lenovo_thinkpad_x200s [2022/03/18 16:38] – niziak | hw:lenovo_thinkpad_x200s [2024/11/26 10:58] (current) – niziak | ||
---|---|---|---|
Line 7: | Line 7: | ||
* [[https:// | * [[https:// | ||
- | Issues: | + | ==== Issues: |
Sometimes it stops TXing (on 5GHz band). | Sometimes it stops TXing (on 5GHz band). | ||
<file conf / | <file conf / | ||
Line 13: | Line 14: | ||
</ | </ | ||
<code bash> | <code bash> | ||
+ | |||
+ | |||
+ | 2nd workaround (disable power saving): | ||
+ | <file rule / | ||
+ | ACTION==" | ||
+ | </ | ||
+ | |||
+ | <file conf / | ||
+ | option iwlwifi power_save=0 | ||
+ | </ | ||
+ | |||
===== GPU ===== | ===== GPU ===== | ||
Line 67: | Line 79: | ||
[[https:// | [[https:// | ||
- | apt-get install libpam-fprintd fprintd | + | <code bash>apt-get install libpam-fprintd fprintd</ |
[[https:// | [[https:// | ||
Line 76: | Line 88: | ||
To add a signature for a finger, run | To add a signature for a finger, run | ||
- | $ fprintd-enroll | + | <code bash>$ fprintd-enroll</ |
or create a new signature for all fingers | or create a new signature for all fingers | ||
+ | <code bash> | ||
$ fprintd-delete " | $ fprintd-delete " | ||
$ for finger in {left, | $ for finger in {left, | ||
sudo pam-auth-update | sudo pam-auth-update | ||
+ | </ | ||
or | or | ||