You are not logged in.
Pages: 1
Ever since I upgraded to the newest kernel the left and right arrow keys are not working. They do not work in X or in the console. xev and showkeys both don't respond to pressing the left and right arrow keys. Or the delete key, home, pg up, pg down, or end. I'm on a laptop.
Offline
Anything in the output of dmesg?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
nope.
Offline
WTF?
Are you sure these are all keys that don't work?
Do they work in BIOS setup/wind0ze/whatever?
Start watch -n1 cat /proc/interrupts. Does pressing any of these keys increase numbers in the 1: blah blah blah i8042? By how much?
Do you have old kernel packages in /var/cache/pacman/pkg to check if they still work? You can install them with pacman -U /var/....
Last edited by mich41 (2013-05-08 23:13:32)
Offline
The keys don't work in the bios, either, and nothing happens in /proc/interrupts. I suppose it may be a hardware problem.
Offline
Could be. I am sure that if missing keys don't give a dmesg entry like:
[209188.692507] atkbd serio0: Unknown key released (translated set 2, code 0x94 on isa0060/serio0).
[209188.692513] atkbd serio0: Use 'setkeycodes e014 <keycode>' to make it known.then there is not much that can be done inside Linux.
Last edited by ewaller (2013-05-09 01:23:59)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
It just doesn't make any sense to me. Why would 7 keys all of a sudden stop working?
Offline
What flavor laptop? Is this a USB keyboard? PS/2?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
It just doesn't make any sense to me. Why would 7 keys all of a sudden stop working?
It looks like one or few lines on the scanning matrix have been damaged or disconnected from the keyboard controller. Or a firmware bug - this really shouldn't even be possible, but laptop vendors have demonstrated again and again that there is no stupidity they are incapable of ![]()
If it's under warranty, you know what to do
If not, start with reconnecting the keyboard. If you have a continuity tester, you can test it as well - it's not hard to figure out how it works.
Offline
If you have a continuity tester, you can test it as well - it's not hard to figure out how it works.
.... unless it is is capacitive sensing ![]()
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Pages: 1