[Ilugc] Keymap 0: console login errors

  • From: km@xxxxxxxxxxxxxx (km)
  • Date: Fri Oct 6 02:39:46 2006

On Fri, Oct 06, 2006 at 02:23:22AM +0530, km wrote:

Hi all,

I have booted with 2.6.18 kernel and logging in via normal user a/c, the 
console emits the following error after login:

Keymap 0 : permission denied
Keymap 1 : permission denied
Keymap 2 : permission denied
KDSKBENT : Operation not permitted
loadkeys : couldnot deallocate keymap 3

have checked with loadkeys defkeymap output which tried to load
/lib/kbd/keymaps/i386/qwerty/defkeymap.map.gz whose permissions are set to 644


figured out the problem !

just need to comment in dumpkeys|loadkeys --unicode

or to be kernel specific i have used,

[ `uname -r`=="2.6.18"] || dumpkeys | loadkeys --unicode
(this seems to be a bug fixed in kbd v1.2)

in 'unicode_start' script.

regards,
KM

Other related posts: