Comment 29 for bug 548891

Revision history for this message
Martin Pitt (pitti) wrote : Re: [Bug 548891] Re: keyboard input broken at gnome login prompt after package updates

Matt Griffin [2010-04-05 16:29 -0000]:
> output of grep ^X /etc/default/console-setup
> XKBMODEL="SKIP"

OK, thanks. This seems wrong, "SKIP" is not a valid keyboard layout.

To confirm that this is really the root problem, can you please do

  sudo dpkg-reconfigure console-setup

to reset the model on a system level?

> output of udevadm info --export-db|grep LAYOUT|sort -u

Ergh, I did a typo there. This was supposed to be "MODEL", not
"LAYOUT", but nevermind. /etc/default/console-setup is the top-level
definitive configuration resource, so the udev rules seem fine.