This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| computing:librem13 [2018/05/18 07:56] – created oemb1905 | computing:librem13 [2024/02/17 16:43] (current) – removed oemb1905 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| - | |||
| - | ------------------------------------------- | ||
| - | #**Purism Keyboard Issue** | ||
| - | ------------------------------------------- | ||
| - | |||
| - | sudo nano / | ||
| - | |||
| - | Put this in the file. | ||
| - | | ||
| - | #!/bin/sh | ||
| - | setkeycodes 56 43 | ||
| - | exit 0 | ||
| - | |||
| - | Ctrl-X, Y, Enter. | ||
| - | | ||
| - | sudo chmod 750 / | ||
| - | sudo chown root:root / | ||
| - | sudo reboot | ||
| - | |||
| - | Done - problem fixed. | ||
| - | | ||
| - | |||
| - | |||