im using one of the bookworm images put out for uconsole. i don
t remember the post i found it in but the image is 2024-03-15-raspios-bookworm-arm64-lite.img. everything seems to work as it should except that some characters are swapped or missing from whats printed on the keys. the " and @ symbols are swapped and the bckslash and pipe key types # and~ instead the key that is supposed to type ~ types ¬ im at loss as to how to get the right characters on the keys. is there file on the original os that maps the keyboard? or maybe a corrected firmware for the keyboard?
No its a keyboard localisation issue, the standard keyboard layout for uconsole is american (us) if you change that either in raspi-config or during a new flash of an sd card you wont have that issue
I had this issue too with all the images i did but i was using uk standard
Also out of interest what sort of stuff are you using the lite image for, would be interesting to see your progress with it
Thanks for that. I thought I had it set for US in raspi-config. is there anywhere else it would need to be set?
I’m just building out a standard general use system I guess. The lite image I used was just console so I installed KDE plasma desktop. the main reason I wanted bookworm is because I knew Distrobox works well under bookworm. I’m running two Debian images and a fedora 36 image under Distrobox currently. I’m still on the lookout for an Archlinux docker image that works on aarch64. ive tested two images so far and both error out on startup. running with Distrobox I can do all my tinkering and application testing in the containers and leave the base system fairly stock. the two Debian images are a dev image and a daily driver, I do all my experimental installs in the dev and if it works I redo it in the daily driver image for regular use. The fedora ( and eventually the archlinux image) are going to be used to run apps that aren’t packed for Debian systems.
Sweet glad someone found some use for it, havent had a chance to test it fully myself, let me know how it goes. Luckily ive managed to get more storage space for backups so i can start playing around with the lite version and other os
I managed to get the keyboard problem corrected. in raspi config both en.gb and en.us were selected. I removed the gb entry , then had it regenerate the keyboard localization. then in plasma made sure everything was set to US English. also had to change to generic 101 key keyboard and then it started working. Thanks fr the tip. And the image has been working without any issues. I saw its running a 5.10 kernel and I think I saw in one of your other posts a mention of building an updated kernel using postmarked os. once I get everything set up the way I want I may try building a newer 6.x. kernel and swapping to that one.
Please do and i hope you share what comes of it, i would like to do more Lite based os aswell once i figure out ubuntu and kali also i would like to have a terminal setup with windows for either more terminals or just other normal windows like internet browsing and other programs
Hey everyone! I am running Parrot 6.12….
I am having the similar issue as above with keyboard keys typing incorrect characters… I don’t want to mess anything up and have to start over… what’s the best route to fix the issue of the layout and get the keys correct? It’s just special characters that are incorrect.
Thanks!
in a console window type sudo raspi-config
then select option 5
then option L3
select Generic 105-key PC
scroll down to Other
then select English (US)
and English (US)
then just select the defaults in the next 3 windows. close the console and reboot.
it’s an UK layout, blame brits!
Thank you! When I select L3, I spits me back to where I selected option 5… I’ve tried it over and over and it spits me back there…
That weird, try reinstalling it. Do sudo apt update && sudo apt reinstall raspi-config
and try the steps again. Let me know if it works or it still messing up.
Nah. Did updates and reinstall. Still circles back to the main page as before. Says brisk menu has quit unexpectedly… tried rebooting and all too. Still circles back.
Also, a side note, I updated parrot and now my admin screen is sideways. Still functions perfectly fine, just sideways now… lol… any advice for a fix?
one of the updates reset the config that had the rotation settings. i’ll have to check the config file when i get home and i’ll post how to fix it.
for the keyboard try run sudo dpkg-reconfigure locales
and changing from en_GB.UTF-8 to en_US.UTF-8
then run sudo dpkg-reconfigure keyboard-configuration
select Generic 105-key PC
then English (US)
select the next 3 defaults. then reboot.
I was able to generate the en US… however, after trying to reconfigure keyboard configuration, it dead ends me there…
you mean drops you back to the terminal? is the issue fixed?
No. I’m unable to select any option. It doesn’t open anything. With sudo dpkg-reconfigure keyboard-configuration
, nothing happens.
try doing sudo apt reinstall keyboard-configuration
then run sudo dpkg-reconfigure keyboard-configuration
again. i think keyboard-configuration
is missing or corrupt.