On Wed, Feb 13, 2008 at 08:07:52PM +0300, Alexey Gladkov wrote: > kbd-1.14.1wip available for download: > > ftp://ftp.altlinux.org/pub/people/legion/kbd/kbd-1.14.1wip.tar.gz this _is_ strage :) here is my ~/bin/kbdtest script: [ -e configure.ac ] && autoconf ./configure cd src make loadkeys sudo ./loadkeys /usr/share/kbd/keymaps/i386/qwertz/hu.map ret=$? cd .. git clean -x -d -f git checkout -f exit $ret probably you remember git bisect found that the commit that introduced autoconf broke the loading of the hu keymap here. now i did a git pull and the problem is still there. however if i compile kbd from the above tarball, it works properly. maybe the autoconf version used matters? i have 2.61 here. hmm.. thanks, - VMiklos