Hi, This bug seems to be the #276548 issue, if so the patch attached could be a workaround. I think temporarily switching to ascii mode should not cause a side-effect for any keymap, as this is the old behaviour. But I couldn't understand why this issue arose for 2.6 kernels (if this is the same problem with #276548, of course). Christian, could we try it for French and other keymaps. Note that, if this patch resolves the issue, we shouldn't see any warning message from loadkeys during the startup.
Regards, -- roktas
--- prebaseconfig.orig 2005-02-28 04:06:31.000000000 +0200 +++ prebaseconfig 2005-04-06 02:11:55.000000000 +0300 @@ -24,12 +24,14 @@ if [ "$RET" = "false" ] ; then apt-install console-tools console-data console-common - # FIXME Workaround to install some keymaps properly + # FIXME: Workaround to install some keymaps properly, see #276548. case "$KEYMAP" in - trq|trf|hebrew|lt|lv-latin4|ua) - kbd_mode_temp="ascii" ;; + "") + # Don't know if there is any keymap negatively affected + # from the workaround below, if so exclude it here. + kbd_mode_temp="" ;; *) - kbd_mode_temp="" ;; + kbd_mode_temp="ascii" ;; esac [ -n "$kbd_mode_temp" ] && kbd-mode --$kbd_mode_temp
signature.asc
Description: Digital signature