<<< Previous topic - Next topic >>> |
|
Author |
Message |
hqhan
Joined: 01 Dec 2011 Posts: 3
|
Posted: 13.12.2011, 11:13 Post subject: Deutsche Tastatur umstellen |
|
|
Hallo Forum.
Wie kann man auf der Konsole auf deutsche Tastatur umstellen?
Vielen Dank für jeden Hinweis. |
|
Back to top |
|
 |
hne

Joined: 11 Jul 2008 Posts: 210 Location: Hannover
|
Posted: 15.12.2011, 12:15 Post subject: |
|
|
Sollte im MAX-Linux eigentlich durch diesen Aufruf möglich sein:
Code: | dpkg-reconfigure console-data |
Falls das Paket "console-data" fehlt, muss es vorher installiert werden. _________________ Henry Nestler |
|
Back to top |
|
 |
hqhan
Joined: 01 Dec 2011 Posts: 3
|
Posted: 15.12.2011, 13:20 Post subject: |
|
|
Ich habe
Code: |
dpkg-reconfigure console-data
|
aufgerufen und danach folgenden Verzeichnisse angelegt:
Code: |
mkdir /var/cache/debconf
mkdir /var/lib/dpkg/status
mkdir /var/cache/apt/
|
Erneuter Aufruf von
Code: |
dpkg-reconfigure console-data
|
ergibt
Code: |
kolibri:~# dpkg-reconfigure console-data
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
dpkg-query: can't mmap package info file `/var/lib/dpkg/status': No such device
/usr/sbin/dpkg-reconfigure: console-data is not installed
|
Ich habe dann versucht das Paket "console-data" zu installieren
Code: |
kolibri:~# apt-get install console-data
Reading package lists... Error!
W: Couldn't stat source package list http://ftp.debian.de etch/main Packages (/var/lib/apt/lists/ftp.debian.de_archive_debian_dists_etch_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://security.debian.org etch/updates/main Packages (/var/lib/apt/lists/security.debian.org_dists_etch_updates_main_binary-i386_Packages) - stat (2 No such file or directory)
E: Read error - read (21 Is a directory)
E: The package lists or status file could not be parsed or opened.
|
Was muss ich machen, um das Paket "console-data" installieren zu können?.
Wie kann ich herausfinden, ob MAX oder MIN-Linux auf esom-2586 M vorinstalliert ist?
Vielen Dank. |
|
Back to top |
|
 |
hqhan
Joined: 01 Dec 2011 Posts: 3
|
Posted: 16.12.2011, 14:43 Post subject: |
|
|
Wir haben eine andere Lösung gefunden. Man kann in console aufrufen, um zum deutschen Tastatur-Layout zu wechseln. Nach dem Neustart wird das Default Tastatur-Layout (us) wieder geladen. |
|
Back to top |
|
 |
|