Bug 1379804 - Pipe-key is not mapped
Summary: Pipe-key is not mapped
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 24
Hardware: x86_64
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-27 17:18 UTC by jain.miral
Modified: 2016-10-01 15:39 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-10-01 15:39:13 UTC
Type: Bug


Attachments (Terms of Use)

Description jain.miral 2016-09-27 17:18:20 UTC
I hope it is ok if I open a bug for that and I don't get stoned if it isn't. On a HP spectre 13-v002ng Notebook i7-6500U S (1C24-5LQ) and Fedora 24 the key used for >, < and | (Pipe sign) is not mapped. So if I press it nothing happens. I tried all available keyboard layouts for my country, without success.

The key physically is located to the right of the "alt gr" key which itself is to the right of the space bar. I guess this is a driver problem and hence a bug.

# uname -a
Linux fedeng 4.7.4-200.fc24.x86_64 #1 SMP Thu Sep 15 18:42:09 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

How reproducible: Install Fedora and try all available keyboard layouts.

Comment 1 Jarod Wilson 2016-09-27 17:42:45 UTC
kernel-utils isn't a valid component, moving to kernel

Comment 2 jain.miral 2016-10-01 15:39:13 UTC
The issue can be remedied with the following script (named e.g. "mappingHpKeyboard") being placed e.g. in the folder /etc/rc5.d.

#!/bin/bash
#
# Map scancode to keycode for hp specific keyboard. It maps the right ctrl-scancode to the pipe-keycode
#
# chkconfig: 345 99 01
# description: Map scancode to keycode for hp specific keyboard

/usr/bin/setkeycodes e01d 86

The script can then be included with

$ chkconfig mappingHpKeyboard on

I anyway suggest the build in the kernel.


Note You need to log in before you can comment on or make changes to this bug.