computing:librem13 [Haack's Wiki]

User Tools

Site Tools


computing:librem13

  • librem13
  • Jonathan Haack
  • Haack's Networking
  • netcmnd@jonathanhaack.com

For the improper keystroke on pipe and backslash, do the following:

sudo nano /etc/rc.local 

Put this in the file.

#!/bin/sh
setkeycodes 56 43
exit 0

Ctrl-X, Y, Enter.

sudo chmod 750 /etc/rc.local
sudo chown root:root /etc/rc.local
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. It should be fine after that.]

This thread is still being monitored on the puri.sm forums here:

This tutorial is a designated “Invariant Section” of the “Technotronic” section of Haack's Wiki as described on the Start Page.

oemb1905 2019/01/13 12:27

computing/librem13.txt · Last modified: 2019/01/13 18:59 by oemb1905