This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:librem13 [2018/11/25 01:32] – external edit 127.0.0.1 | computing:librem13 [2024/02/17 16:43] (current) – removed oemb1905 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ------------------------------------------- | ||
| - | * **librem13** | ||
| - | * **Jonathan Haack** | ||
| - | * **Haack' | ||
| - | * **netcmnd@jonathanhaack.com** | ||
| - | |||
| - | ------------------------------------------- | ||
| - | |||
| - | For the improper keystroke on pipe and backslash, do the following: | ||
| - | |||
| - | 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. | ||
| - | | ||
| - | |||
| - | |||