WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: bootcode kmap=qwerty/trq  (Read 11941 times)

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: bootcode kmap=qwerty/trq
« Reply #15 on: September 29, 2019, 01:57:37 AM »
Have you checked that the mylocale extension is set “onboot” and that you have the boot code “lang=tr_TR.UTF-8”?

« Last Edit: March 27, 2023, 06:02:42 PM by Rich »

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: bootcode kmap=qwerty/trq
« Reply #16 on: September 29, 2019, 09:21:02 PM »
Hi xor
Try this:
Code: [Select]
getlocale.sh





[/quote]

the problem still continues !!!

problem kmap encoding incorrect
(Someone whose native language is not "TR" may have made the programmer.)
How can I fix incorrect character encoding mapping for TR.

https://unicode-table.com/tr/

or

I guess TR font needs to be installed!?

how do I do that !?

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: bootcode kmap=qwerty/trq
« Reply #17 on: September 29, 2019, 09:55:35 PM »
Hi xor
Try this:
Code: [Select]
getlocale.sh

Code: [Select]
tc@box:~$ getlocale.sh
Need root privileges.

tc@box:~$ sudo getlocale.sh

Press enter to start processing.

Now processing... \
Locales installed. Creating extension... \

Done. The extension is at /tmp/tce/optional/mylocale.tcz and in onboot.lst
Reboot with lang=xyz (for example lang=tr_TR.UTF-8) to start using this.

Press enter to quit.
Code: [Select]
tc@box:~$ locale
LANG=tr_TR.UTF-8
LC_CTYPE="tr_TR.UTF-8"
LC_NUMERIC="tr_TR.UTF-8"
LC_TIME="tr_TR.UTF-8"
LC_COLLATE="tr_TR.UTF-8"
LC_MONETARY="tr_TR.UTF-8"
LC_MESSAGES="tr_TR.UTF-8"
LC_PAPER="tr_TR.UTF-8"
LC_NAME="tr_TR.UTF-8"
LC_ADDRESS="tr_TR.UTF-8"
LC_TELEPHONE="tr_TR.UTF-8"
LC_MEASUREMENT="tr_TR.UTF-8"
LC_IDENTIFICATION="tr_TR.UTF-8"
LC_ALL=



the problem still continues !!!

problem kmap encoding incorrect
(Someone whose native language is not "TR" may have made the programmer.)
How can I fix incorrect character encoding mapping for TR.

https://unicode-table.com/tr/

or

I guess TR font needs to be installed!?

how do I do that !?


please check if the correct order matches "kmap"!

Qwerty / tr

---

UTF-8 Console Q keyboard file (trqu.kmap)
UTF-8 Konsol Q klavye dosyası (trqu.kmap)

keycode  23 = U+0131            +I              U+00EE           U+00CE
keycode  26 = U+011F            U+011E          VoidSymbol       VoidSymbol
keycode  39 = U+015F             U+015E           U+00B4           VoidSymbol \

http://belgeler.gen.tr/howto/turkish-howto_trqu.html

---

ISO-8859-9 Console Q keyboard file (trq.kmap)
ISO-8859-9 Konsol Q klavye dosyası (trq.kmap)

keycode  23 = +dotlessi +I
keycode  26 = +gbreve +Gbreve
keycode  39 = +scedilla +Scedilla

http://belgeler.gen.tr/howto/turkish-howto_trq.html

---

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: bootcode kmap=qwerty/trq
« Reply #18 on: September 30, 2019, 01:00:43 AM »
Do you have a font installed that allows the missing characters to be displayed?

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: bootcode kmap=qwerty/trq
« Reply #19 on: September 30, 2019, 09:54:43 PM »
Do you have a font installed that allows the missing characters to be displayed?

nice question :)

I did not install the TR font

i don't know how to install fonts

please help me install fonts!?

which TCZ file do I need to upload.

please type the installation commands

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: bootcode kmap=qwerty/trq
« Reply #20 on: October 02, 2019, 09:35:42 AM »
Do you have a font installed that allows the missing characters to be displayed?

nice question :)

I did not install the TR font

i don't know how to install fonts

please help me install fonts!?

which TCZ file do I need to upload.

please type the installation commands

? ? ?

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: bootcode kmap=qwerty/trq
« Reply #21 on: October 03, 2019, 06:44:17 AM »
« Last Edit: October 03, 2019, 06:45:56 AM by xor »


Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: bootcode kmap=qwerty/trq
« Reply #23 on: October 04, 2019, 05:03:37 AM »
Do you have a font installed that allows the missing characters to be displayed?

I think the problem is here; How to fix this. ?

Code: [Select]
Kernel command line: loglevel=3 cde vga=791 kmap=qwerty/trq kmap=qwerty/tr_q-latin5 cde cde lang=tr_TR.UTF-8 cde initrd=/boot/corepure64.gz BOOT_IMAGE=/boot/vmlinuz64

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: bootcode kmap=qwerty/trq
« Reply #24 on: October 04, 2019, 05:19:50 AM »
Hi xor
Try this:
Code: [Select]
kmap=tr_q-latin5or
Code: [Select]
kmap=trq not both.

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: bootcode kmap=qwerty/trq
« Reply #25 on: October 04, 2019, 06:40:55 AM »
Hi xor
Try this:
Code: [Select]
kmap=tr_q-latin5or
Code: [Select]
kmap=trq not both.

SD Card :\boot\isolinux\isolinux.cfg

trying to change the bootcode as you say
but it's not working :(

How do I change !?

which file in which directory do I need to replace?


Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: bootcode kmap=qwerty/trq
« Reply #26 on: October 04, 2019, 06:44:46 AM »
Code: [Select]
$ sudo vi \boot\isolinux\isolinux.cfg

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: bootcode kmap=qwerty/trq
« Reply #27 on: October 04, 2019, 06:46:01 AM »
Code: [Select]
$ sudo vi \boot\isolinux\isolinux.cfg


I'm confused!

I will create iso again from -0-
which sequence do I need to follow?

which files should I download first,
and what commands do I need to enter in order!?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: bootcode kmap=qwerty/trq
« Reply #28 on: October 04, 2019, 07:06:25 AM »
You asked how to edit a file, you did not mention anything about an iso.

It would be much easier for you to install tinycore to a usb stick.

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: bootcode kmap=qwerty/trq
« Reply #29 on: October 04, 2019, 08:07:21 AM »
my native language is not english!
i am writing with google translation
I'm trying to translate TCL into my local language.

You asked how to edit a file, you did not mention anything about an iso.

It would be much easier for you to install tinycore to a usb stick.

Quote
http://tinycorelinux.net/faq.html#keyboard

My keyboard is not US. How to add a keymap?

The extension "kmaps.tcz" was created just for this. It includes all keymaps from the kbd package. Keymaps have to be changed in the console, not in X.
So, for a quick test, load the extension, exit to prompt, and type:

sudo loadkmap < /usr/share/kmap/qwerty/fi-latin9.kmap

To make this permanent, add the extension kmaps.tcz to your persistent tce directory, and then either use the bootcode kmap=qwerty/fi-latin9, or add the command to /opt/bootlocal.sh (missing the sudo, since bootlocal is executed as root):

loadkmap < /usr/share/kmap/qwerty/fi-latin9.kmap
« Last Edit: October 04, 2019, 08:10:20 AM by xor »