Tiny Core Linux
General TC => General TC Talk => Topic started by: mogadon on November 03, 2018, 12:06:05 PM
-
Bonjour... hello
i installed coreplus 9.0 on packard bell dot-s
everything is OK except
qwerty keyboard that does not go in azerty.
Kmap present (/ usr / share / kmap) with azerty file in
loadkmap </usr/share/kmap/azerty/fr-latin9.kmap = no change before and after reboot
loadkmap </usr/share/kmap/azerty/fr-pc.kmap = no change before and after reboot
loadkmap </usr/share/kmap/azerty/azerty.kmap = no change before and after reboot
loadkmap </usr/share/kmap/azerty/fr.kmap = no change before and after reboot
the same by doing first
/opt/bootlocal.sh
the same with sudo ..
has anyone tested and succeeded?
-
Hi mogadon
Make sure that kmaps is installed onboot. Add the following boot code to your bootloaders config file:
kmap=azerty/fr-latin1
Replace the fr-latin1 part with the azerty filename of your choice. Reboot your machine and see if the change
took place.
-
thank you for your reply.
in my present instal = nothing possible
I made a new installation with the classic addition " non-us keyboard",
But ....I added, when it was possible during the installation, your suggestion ...
on "Boot Options reference list"
"kmap=azerty/fr-latin1"
and ...
I have a keyboard azerty ..
merci... merci ...
-
Hi mogadon
Glad to hear you got it working. In case you ever need to make changes to your bootloaders config file in the future, it should
be located in /etc/sysconfig/tcedir/boot/ and is called extlinux.conf. No need for a new installation, but you might need to
edit it using sudo. I would also like to suggest you read this excellent book:
http://tinycorelinux.net/book.html
It will provide you with useful insight on the inner workings of Tinycore.