This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| computing:librem13 [2019/01/14 01:59] – oemb1905 | 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. | ||
| - | |||
| - | [Update: After a major dist-upgrade this fix breaks as the upgrade does something odd to rc.local that I have not identified yet. When this happens, delete the rc.local file, repeat the steps above, and reboot. | ||
| - | |||
| - | This thread is still being monitored on the puri.sm forums here: | ||
| - | | ||
| - | This tutorial is a designated " | ||
| - | |||
| - | --- // | ||
| - | |||