Freek de Kruijf changed bug 1123525
What Removed Added
Flags needinfo?(freek@opensuse.org)  

Comment # 20 on bug 1123525 from
(In reply to Thomas Blume from comment #19)
> (In reply to Freek de Kruijf from comment #16)
> > I am sorry this was the wrong file, not from the Raspberry Pi 2.
> > The correct one is attached now.
> 
> Ok, reopening.



# rpm -qf /usr/share/kbd/keymaps/xkb/us.map.gz
kbd-2.0.4-lp150.6.2.armv7hl
# lsinitrd | grep '\.map'
-rw-r--r--   1 root     root          249 May  8  2018
usr/share/kbd/keymaps/legacy/i386/include/euro1.map
-rw-r--r--   1 root     root         2004 May  8  2018
usr/share/kbd/keymaps/legacy/i386/qwerty/us.map
-rw-r--r--   1 root     root       121059 May  8  2018
usr/share/kbd/keymaps/xkb/us.map
# more /etc/vconsole.conf
KEYMAP=us.map.gz
rpi2150hon:~ #

> Please remove the .gz suffix from the keymap name, otherwise systemd-vconsole-setup will fail:

When I change the above to KEYMAP=us.map I get an error message:
jan 15 11:05:22 rpi2150hon systemd-vconsole-setup[160]: /usr/bin/loadkeys
failed with error code 1.
jan 15 11:05:22 rpi2150hon systemd-vconsole-setup[160]: cannot open file
us.map.gz
jan 15 11:05:22 rpi2150hon systemd[1]: systemd-vconsole-setup.service: Main
process exited, code=exited, status=1/FAILURE
jan 15 11:05:22 rpi2150hon systemd[1]: Failed to start Setup Virtual Console.
jan 15 11:05:22 rpi2150hon systemd[1]: systemd-vconsole-setup.service: Unit
entered failed state.

So KEYMAP=us.map.gz seems OK.


You are receiving this mail because: