Difference between revisions of "Purism Librem 13v2"
From Organic Design wiki
(→Keyboard issue: TPM support) |
|||
Line 7: | Line 7: | ||
sudo setkeycodes 56 43 | sudo setkeycodes 56 43 | ||
</source> | </source> | ||
+ | |||
+ | == See also == | ||
+ | *New [https://puri.sm/posts/february-2018-coreboot-update/ core boot update] supporting [https://en.wikipedia.org/wiki/Trusted_Platform_Module TPM] | ||
[[Category:Hardware]] | [[Category:Hardware]] |
Revision as of 18:06, 11 March 2018
Keyboard issue
Keyboard layout has one non-standard code which means you can't type a pipe or backslash using the key above the enter key on the right. This has been raised in the community forum and can be fixed with the following command which should also be put into /etc/rc.local so it takes effect on reboot as well.
sudo setkeycodes 56 43
See also
- New core boot update supporting TPM