PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : [SF 1028P/at7500] HDMU_12140_E ´2_at7500_214_git_5730_nodebug_mix_USB



spartak73
04.04.2014, 19:41
Neue Image HDMU_12140_E2_at7500_214_git_5730_nodebug_mix_USB bootet ohne Problem. :D Alles wie immer. Ich möchte aber gern Support von Kirilische Zeichen bei Network Mount. Bei PKT ist das schon lange gemacht worden.

santa
04.04.2014, 20:22
wenn du uns sagst wo das rein muss, dann können wir mal schauen

spartak73
04.04.2014, 21:23
Ich habe schon mal gezeigt. Es muss in /tdt/cvs/cdk/Patches/ Datei linux-sh4-2.6.32.61-0214_at7500.config so ändern:

vorher:


# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set

# CONFIG_DLM is not set



nachher:



# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="CODEPAGE_1251"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=y
# CONFIG_NLS_CODEPAGE_852 is not set
CONFIG_NLS_CODEPAGE_855=y
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
CONFIG_NLS_CODEPAGE_866=y
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
CONFIG_NLS_CODEPAGE_1250=y
CONFIG_NLS_CODEPAGE_1251=y
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_2=y
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
CONFIG_NLS_ISO8859_5=y
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
CONFIG_NLS_KOI8_R=y
CONFIG_NLS_KOI8_U=y
CONFIG_NLS_UTF8=y
# CONFIG_DLM is not set

;)

santa
04.04.2014, 22:11
ich habe mal kurz gegoogelt, irgendwie ist da meiner Meinung nach zu viel an.

http://cateee.net/lkddb/web-lkddb/NLS_CODEPAGE_855.html
http://cateee.net/lkddb/web-lkddb/NLS_CODEPAGE_866.html
http://cateee.net/lkddb/web-lkddb/NLS_CODEPAGE_1250.html
http://cateee.net/lkddb/web-lkddb/NLS_CODEPAGE_1251.html
http://cateee.net/lkddb/web-lkddb/NLS_KOI8_R.html
http://cateee.net/lkddb/web-lkddb/NLS_ISO8859_5.html

Ich möchte gern wirklich nur das aktivieren was nötig ist, weil schneller wird das System bestimmt nicht wenn man fast alles an macht.
Ne Idee welches davon der richtige ist?
dann würde ich mal testweise eins nach dem anderen aktivieren, sag an mit welchem ich anfangen soll

reticulum
04.04.2014, 22:19
Flash-Image läuft auch prima!
Danke santa!

spartak73
04.04.2014, 22:47
Ich brauche nur Russisch also: NLS KOI8-R (Russian)

santa
04.04.2014, 23:03
ok, ist drin, image kommt heute nacht, wenn es ok ist, kommt es auch in die anderen Boxen

spartak73
04.04.2014, 23:22
Danke ich teste und berichte ob es gekllapt hat.

spartak73
05.04.2014, 01:57
Leider geht das nicht. Weiss ich nicht warum. Vielleicht mus mann noch am NetworkBrowser was schrauben... keine Ahnung. Aber trotzdem danke. Ich habe unter 211 Kernel Image gebaut damals mit diesem Einstellungen und war alles in Ordnung, aber bei 213, 214 ging schon nicht mehr.

santa
05.04.2014, 08:04
Wie gesagt, die anderen Links waren ja auch für kyrillisch bzw russisch.
Muss man mal weiter testen

Macbest
05.04.2014, 14:15
Das ist gut santa, denke wenn es hinhaut wird es viele freuen.

santa
05.04.2014, 22:14
probier mal das image mit -test am Ende des Namens, müsste gleich oben sein

spartak73
05.04.2014, 23:22
Ich habe das letzte Image mit test getestet. Leider ohne änderung. Keine kiryllische Zeichen nur Fragezeichen. Sonst ist alles gut.

santa
05.04.2014, 23:29
ok, dann kann ich dir leider auch so schnell nicht helfen, mit 211 hat es noch geklappt?
habe deine changes komplett übernommen