Use the Linux Console with the PinePhone Keyboard
#1
With the help of these two references, the console is usable with the PinePhone Keyboard, and the combination has the symbol row working with the Pinecone Key.

ludgate's help on the console

Modify the two files as ludgate describes.

xnux's help on the console symbols

For the symbol row, make the file ppkb.map:

Code:
#strings as usual
#compose as usual for "iso-8859-1"
#keymaps 0-63

plain keycode 125 = ShiftR
ShiftR keycode 125 = ShiftR
ShiftR keycode 0x02 = bar
ShiftR keycode 0x03 = backslash
ShiftR keycode 0x06 = asciitilde
ShiftR keycode 0x07 = grave
ShiftR keycode 0x08 = minus
ShiftR keycode 0x09 = equal
ShiftR keycode 0x0a = underscore
ShiftR keycode 0x0b = plus


then enter or automate:

Code:
sudo loadkeys ppkb.map

To automate, one could insert this into .profile

Code:
export XKB_DEFAULT_MODEL=ppkb
if [ $(tty) = "/dev/pts/0" ]; then
    tty
else
    tty
    sudo loadkeys ppkb.map
fi

Then the console is reachable by pressing Ctrl Fn Alt 2. The Phosh interface is at Ctrl Fn Alt 7, with more consoles in between.
  Reply
#2
It seems that the DanctNIX Arch images do not require this fix, but just the rotation. And the keyboard symbols also work under Wayland with Arch.
  Reply
#3
So, do DanctNIX Arch installations have a monopoly on supporting the PinePhone Keyboard, in both console and Wayland? I forget if Manjaro installations include DanctNIX.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Searching for a PinePhone Keyboard Case RubiksCube 1 1,257 10-07-2024, 11:08 PM
Last Post: tllim
  Seeking your experiences: PinePhone in snug cases of other phones mycycles 9 5,785 08-16-2024, 06:19 AM
Last Post: 67man
  So which keyboard you suggest for the Pinephone? Peter Gamma 21 6,133 07-19-2024, 08:05 AM
Last Post: Peter Gamma
  Rii mini 4 keyboard and touchpad work over Bluetooth Peter Gamma 0 579 07-19-2024, 08:02 AM
Last Post: Peter Gamma
  Keyboards for the PinePhone? Peter Gamma 1 1,577 07-04-2024, 10:22 PM
Last Post: Peter Gamma
  Bring the Pinephone keyboard back, it is worth it! Peter Gamma 1 1,073 07-04-2024, 07:32 AM
Last Post: Kevin Kofler
Heart The Pinephone keyboard offers alternative layouts Peter Gamma 0 408 07-04-2024, 05:40 AM
Last Post: Peter Gamma
  Keyboard & 2.4G usb dongle for the Pinephone? Peter Gamma 2 1,122 06-29-2024, 09:36 PM
Last Post: Peter Gamma
  Bluetooth keyboard with trackpad Zebulon Walton 11 12,051 06-29-2024, 04:09 AM
Last Post: Peter Gamma
  Was someone able to use the Pinephone keyboard & an usb mouse at the same? Peter Gamma 4 3,894 06-26-2024, 07:11 AM
Last Post: dachalife

Forum Jump:


Users browsing this thread: 1 Guest(s)