Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
+++ This bug was initially created as a clone of Bug #1586149 +++
Description of problem:
AFAIK it's workaround for some old kernel bug. Is it still needed? Wasn't the original bug already fixed?
Version-Release number of selected component (if applicable):
kbd-2.0.4-5.fc28.x86_64
How reproducible:
Always
Steps to Reproduce:
1. loadkeys /usr/lib/kbd/keymaps/xkb/us.map.gz && dumpkeys | grep 58 | head -1
2.
3.
Actual results:
keycode 58 = CtrlL_Lock
Expected results:
keycode 58 = Caps_Lock
Additional info:
On the other hand the legacy works:
# loadkeys /usr/lib/kbd/keymaps/legacy/i386/qwerty/us.map.gz && dumpkeys | grep 58 | head -1
keycode 58 = Caps_Lock
--- Additional comment from Vitezslav Crhonek on 2018-06-21 17:09:19 HKT ---
keymaps in /usr/lib/kbd/keymaps/xkb/ are generated from xkb layouts by console-setup during the build of kbd, more specifically by /bin/ckbcomp. The substitution of Caps_Lock/CtrlL_Lock is done there and the reason behind it is
http://bugzilla.kernel.org/show_bug.cgi?id=7746#c21
(and you're right, it's closed).
I'll take closer look at it.
--- Additional comment from Vitezslav Crhonek on 2018-06-28 16:45:26 HKT ---
Fine, I'm going to remove the substitution of Caps_Lock/CtrlL_Lock from console-setup.
To summarize it - the kernel is still not fixed. Without CtrlL_Lock on keycode 58 you won't be able to capitalize accented letters by Caps Lock (for example with czech keymap - turning on Caps Lock and hitting key '2' won't produce 'Ě', but 'ě'). On the other hand, this is exactly how legacy keymap (/lib/kbd/keymaps/legacy/i386/qwertz/cz.map.gz) works and you can produce 'Ě' with dead key anyway. This change should also fix problems with Caps Lock LED.
I'll rebuild both packages in Rawhide.
--- Additional comment from Vitezslav Crhonek on 2018-07-23 20:51:22 HKT ---
The keymap is fixed in latest kbd build in Rawhide (kbd-2.0.4-7.fc29).