Incorrect symbols when typing

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?

Here is what grok guideed me through to which none of it worked: https://grok.com/share/bGVnYWN5_ac89a7cf-8137-46b2-a8ec-ea3bcce8fc6a

you need to set the keyboard local with raspi-config

2 Likes

Thank You… that fixed it.. Appreciate it!

2 Likes