armbian / configng

Next generation bash based configuration API
https://docs.armbian.com/User-Guide_Armbian-Config/
25 stars 17 forks source link

Changing keyboard layout doesn't work #288

Open Qwertylala1 opened 1 day ago

Qwertylala1 commented 1 day ago

What happened?

When I select the option "LO003 - Change Keyboard layout " I'm not given any choices, instead update-initramfs runs immediately and armbian-config exits.

I'm running a server/CLI image of Armbian Bookworm with the latest updates installed on an Orange Pi 5 Plus. Armbian-config was updated today to 24.11.2 but it did the same thing with the previous version (24.11.1.1111.090121).

How to reproduce?

Choose LO003 - Change Keyboard layout option in armbian-config.

On which host OS are you running the build script and observing this problem?

Debian 12 Bookworm

Code of Conduct

github-actions[bot] commented 1 day ago

Hey @Qwertylala1 !

Looks like it's your first time interacting with Armbian here on GitHub.

Welcome and thank you for taking the time to report an issue :heart:.

Don't forget to star :star: the repo.

igorpecovnik commented 1 day ago

Confirmed. Looking into.

igorpecovnik commented 1 day ago

There is nothing extraordinary behind this command. It just calls:

dpkg-reconfigure keyboard-configuration

which works fine on Odroid M1 running same Bookworm OS as a base. I could reproduce this on some old Orangepizeroplus ... which doesn't have a console ...

I would say this problem is not within this utility but its something related to the kernel. Lets' keep this issue open if someone got some ideas ...