Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I was out for a few hours this afternoon. When I returned the CapsLock LED was on but the shift state was off; pressing CapsLock turned its LED off but CapsLock on. Alt and Ctrl didn't work: I couldn't change virtual terminals. Attempts to su failed in either Caps state (the password was rejected?). I pressed the power button, which Linux handled, turning off gracefully (elogind-daemon records this in /var/log/messages). A capture of an audio stream that crond had started 5 minutes before I pressed the power button had worked. What happened? There's nothing amiss in the logs.
Not helpful at all, but a very similar thing just happened to me: all by itself Caps Lock turned on and wouldn't turn off, Shift stuck and wouldn't release (and so it is looked like caps lock is reversed and ctrl-alt-Fn wouldn't work), autorepeat stuck. Disconnecting and re-connecting the keyboard didn't change a thing, couldn't do much with it and rebooted - and it fixed everything. Found this in the logs:
Code:
Feb 23 12:15:49 server kernel: [1808407.237782] atkbd serio0: Spurious NAK on isa0060/serio0. Some program might be trying to access hardware directly.
Feb 23 12:15:49 server kernel: [1808407.246821] atkbd serio0: Unknown key released (translated set 2, code 0x62 on isa0060/serio0).
Feb 23 12:15:49 server kernel: [1808407.246829] atkbd serio0: Use 'setkeycodes 62 <keycode>' to make it known.
Feb 23 12:15:49 server kernel: [1808407.255829] atkbd serio0: Spurious ACK on isa0060/serio0. Some program might be trying to access hardware directly.
Feb 23 12:15:49 server kernel: [1808407.291870] atkbd serio0: Unknown key released (translated set 2, code 0x6e on isa0060/serio0).
Feb 23 12:15:49 server kernel: [1808407.291876] atkbd serio0: Use 'setkeycodes 6e <keycode>' to make it known.
Feb 23 12:16:01 server kernel: [1808419.111319] atkbd serio0: Unknown key pressed (translated set 2, code 0x71 on isa0060/serio0).
Feb 23 12:16:01 server kernel: [1808419.111327] atkbd serio0: Use 'setkeycodes 71 <keycode>' to make it known.
Feb 23 12:16:01 server kernel: [1808419.301609] atkbd serio0: Unknown key released (translated set 2, code 0x71 on isa0060/serio0).
Feb 23 12:16:01 server kernel: [1808419.301617] atkbd serio0: Use 'setkeycodes 71 <keycode>' to make it known.
Feb 23 12:16:02 server kernel: [1808419.928953] atkbd serio0: Unknown key pressed (translated set 2, code 0x64 on isa0060/serio0).
Feb 23 12:16:02 server kernel: [1808419.928960] atkbd serio0: Use 'setkeycodes 64 <keycode>' to make it known.
Feb 23 12:16:10 server kernel: [1808428.770885] atkbd serio0: Unknown key pressed (translated set 2, code 0x64 on isa0060/serio0).
Feb 23 12:16:10 server kernel: [1808428.770893] atkbd serio0: Use 'setkeycodes 64 <keycode>' to make it known.
Feb 23 12:16:14 server kernel: [1808432.748002] atkbd serio0: Unknown key pressed (translated set 2, code 0x71 on isa0060/serio0).
Feb 23 12:16:14 server kernel: [1808432.748004] atkbd serio0: Use 'setkeycodes 71 <keycode>' to make it known.
Feb 23 12:16:15 server kernel: [1808433.150518] atkbd serio0: Unknown key released (translated set 2, code 0x71 on isa0060/serio0).
Feb 23 12:16:15 server kernel: [1808433.150525] atkbd serio0: Use 'setkeycodes 71 <keycode>' to make it known.
Keyboard is a old and cherished bit of pre-windows hardware: AT (sic!) connected through a KVM switch to a PS/2 port - many thing that could go wrong here (although it never happened before), so at first I didn't bother and then read this eerie similar message. ROTM?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.