I am using my uconsole with REX’s image of 6.12.28 for the CM5 and when I press the @ key i get the " I have tried to set the keyboard to us by using the command setxkbmap us but it doesnt fix this issue. When I ssh into it the keys are fine over terminal its just local on the machine.
My out of command setxkbmap -print is:
xkb_keymap {
xkb_keycodes { include “evdev+aliases(qwerty)” };
xkb_types { include “complete” };
xkb_compat { include “complete” };
xkb_symbols { include “pc+us+inet(evdev)” };
xkb_geometry { include “pc(pc105)” };
};
Also my output of command is: sudo nano /etc/default/keyboard
KEYBOARD CONFIGURATION FILE
Consult the keyboard(5) manual page.
XKBMODEL=“pc105”
XKBLAYOUT=“us”
XKBVARIANT=“”
XKBOPTIONS=“”
BACKSPACE=“guess”
I have also successfully flashed the keyboard firmware using the following commands:
wget https://github.com/clockworkpi/uConsole/raw/master/Bin/uconsole_keyboard_flash.tar.gz
tar zxvf uconsole_keyboard_flash.tar.gz
sudo apt install -y dfu-util
cd uconsole_keyboard_flash
sudo ./flash.sh
Still the keys are screwed up can anyone else offer any assistance?