hi
beim letzten d-u habe ich leider (auch bei grub) dem Maintainer entsprechend Y gedrueckt und nun ist meine localisierung weg und die sonderzeichen in englischer keyboard layout...
unsere ueblichen commands haben keinerlei wirkung:
# dpkg-reconfigure locales
# dpkg-reconfigure console-setup
# dpkg-reconfigure console-data
# dpkg-reconfigure keyboard-configuration
und reboot. NIX ändert sich danach.
einzig ein:
setxkbmap -model pc105 -layout de -variant basic
löst es alles.
Frage:
kann ich in grub wieder "de" und keyboard fest einstellen,
oder wo greift obiger Rettungs-Command ?
Ist echt nervig.
Tipps ?
@rueX: zeig mal den Output von "env | grep -i LANG"
@rueX: und eventuell noch das verwendete Siduction mit eventuell wissenswerten Anpassungen - könnte uns helfen, Dir zu helfen.
env | grep -i LANG
LANG=de_DE.UTF-8
GDM_LANG=de_DE.utf8
LANGUAGE=
siductionbox Kernel: 3.19-0.towo-siduction-686 i686 (32 bit) Desktop: KDE 4.14.2
Distro: siduction 12.2.0 Riders on the Storm - lxde - (201212092122)
siductionbox Kernel: 3.19-0.towo-siduction-686 i686 (32 bit gcc: 4.9.2)
Desktop: KDE 4.14.2 (Qt 4.8.6) Distro: siduction 12.2.0 Riders on the Storm - lxde - (201212092122)
es ist ein sony vaio laptop mit sonderzeichen etc. qwertz
...es ist doch ein 105 tastatur mit sonderzeichen ...?!
wo schreibt dieser command hin - in welche datei : #setxksetxkbmap -model pc105 -layout de -variant basic
was stellt Ihr denn bei configuration ein ?
damit es dauerhaft so bootet ?
Ich hatte mal vor einiger Zeit ein Problem mit meinem Logitech keyboard auf einem 386er Testsystem. Abhilfe bei mir war das keyboard vom ursprünglich verwendeten Layout auf ein anderes zuschalten, zu speichern und wieder zurück.
http://forum.siduction.org/index.php?topic=3415.msg29246#msg29246
Ich glaube mich zu Erinnern dabei dpkg-reconfigure keyboard-configuration oder die kde-systemsettings verwendet zu haben, da ich aber, wie Du wohl auch, einiges durchprobiert hatte bin ich da nicht mehr sicher.
Gruß
ayla
@ayla
hey guter ansatz : evtl. fehlt mir bei grub ne datei / oder ne localisierung dort :
#dpkg -l | grep grub
#ii grub-common 2.02~beta2-21 i386 GRand Unified Bootloader (common files)
#ii grub-pc 2.02~beta2-21 i386 GRand Unified Bootloader, version 2 (PC/BIOS version)
#ii grub-pc-bin 2.02~beta2-21 i386 GRand Unified Bootloader, version 2 (PC/BIOS binaries)
#ii grub-theme-siduction-ridersonthestorm 0.1.23 all grub-theme for siduction 12-2.0 release
#ii grub2-common 2.02~beta2-21 i386 GRand Unified Bootloader (common files for version 2)
Leider ist ö immernoch ;
keinerlei Änderung!
und ich hab einfach permanent ne US-Tastatur !
zuvor: =falsch:
dsb_qwertz
XKBOPTIONS="lv3:ralt_switch"
BACKSPACE="guess"
es fehlte: XKBVARIANT="basic"
es fehlte: XKBVARIANT="nodeadkeys"
Lösung:
mcedit /etc/default/keyboard
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="pc105"
XKBLAYOUT="de"
XKBVARIANT="qwertz"
#XKBOPTIONS="lv3:ralt_switch"
XKBVARIANT="basic"
XKBVARIANT="nodeadkeys"
#BACKSPACE="guess"
P.S.: @ayla: sieht Deine auch so aus heute ?
Quote# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="pc105"
XKBLAYOUT="de"
XKBVARIANT=""
XKBOPTIONS="lv3:ralt_switch,compose:lwin,terminate:ctrl_alt_bksp"
BACKSPACE="guess"
Allerdings hatte ich bei diesem System bei der Installation auch keine Probleme mehr, das genannte mit dem Problem existiert leider nicht mehr.
Gruß
ayla