PDA

View Full Version : language settings!!!????



lucs
06-23-2003, 12:14 PM
After further reasearch i am convinced that booting with lang=be seems to mess up the knoppix configuration.I have booted with both lang=be and with the defaultlanguage (no settings at boot prompt) and everything works just fine for me with the default language(us/english)
with lang=be however I get errors at the root console GKL : Locale not supported or something whenever I open netcardconfig (from the console)
when I try to make a persistent home dir or save my settings,nothing happens!
with Us/english everything works just like a charm with my knoppix 3.2
no problems whatsoever!
lucs
belgium

SillyFly
06-23-2003, 05:54 PM
ideas :
boot knoppix normally and run :
locale -a
or
locale -a | grep be
to find out if the locale you seek to use is installed.

if it is edit the file /etc/init.d/knoppix-autoconfig and find the section that defines the language codes. check that all the data for the locale you wish to use is correct.

[it should be something like :
be)
LANG=...
CHARSET=...
...
...
;;
and many more for other language settings]