Results 1 to 7 of 7
Hello,
I have just installed the new kernel on my Fedora Core 4.
After I boot, it seems that the keyboard is not responding. The server (dual xeon) is running ...
- 07-07-2005 #1Just Joined!
- Join Date
- Jun 2005
- Posts
- 10
Strange problem with keyboard
Hello,
I have just installed the new kernel on my Fedora Core 4.
After I boot, it seems that the keyboard is not responding. The server (dual xeon) is running up fine and I can access it via a ssh.
The only problem is that the keyboard on boot seems dead (when the system goes at login stage, without X11).
To gain access to the server, i run a ssh from another pc on my net, I log into the system and I run kdm& to start x11, and after that the keyboard is working properly!
All has worked perfetcly until I have installed the latest Fedora Kernel smp via rpm.
Now If I boot from the previous kernel the problem still remains.
It seems that the keyboard dont resets at boot. (keyboard used: trust easy scroll silverline)
Anyone has one idea to solve this? It is very annoyng to start x11 from another pc!!
Thank you in advance!
- 07-09-2005 #2Just Joined!
- Join Date
- Apr 2005
- Location
- England
- Posts
- 33
keyboard at boot
hi,
does the mouse freeze as well?
-James.
- 07-09-2005 #3
I'm not familiar with the model, is it USB? Kind of strange that the keyboard is not working in the CLI but works in the GUI. It sounds like something is starting in a later runlevel than it should...
Stumbling around the 'net:
www.cloudyuseful.com
- 07-10-2005 #4Just Joined!
- Join Date
- Jun 2005
- Posts
- 10
Hello,
No it is not an usb keyboard.
No the mouse don't freeze.
In dont have tried to change the keyboard for now, but i have made some tests.
If i want to unlock the keyboard i have to login from a remote shell and run the following command:
/usr/sbin/kbdrate
with this command on the login screen appears this error:Code:Typematic Rate set to 10,9 cps (delay = 250 ms)
and I think here is the problem.Code:atkbd.c: Unknown key pressed (translated set 2, code 0x8b on isa0060/serio0). atkbd.c: Use 'setkeycodes e00b <keycode>' to make it known.
This is my keyboard:
http://trust.com/products/product.aspx?artnr=13157
maybe there is an "Unknown key that make my keyboard lookup on boot"
not a big problem because i can unlock the keyboard but is an annonyng problem that i have after I have upgraded to FC4.
now I try to solve the problem with the setkeycodes...
ps. this keyboard has an interesting "easy scroll" feature....
- 07-10-2005 #5Just Joined!
- Join Date
- Jun 2005
- Posts
- 10
Hello,
I have solved the problem!
It was a keycodes problem due to the "easyscroll" feature of the keyboard.
My FC4 locked up the keyboard on boot because the kernel doesn't recognise some keycodes generated by the keyboard.
how I have solved the problem:
I have booted an login from a remote access.
i have unlocked the keyboard on the server with:
i get this error on the server:Code:/usr/sbin/kbdrate
which means that some keycode is not recognised by the kernel.Code:atkbd.c: Unknown key pressed (translated set 2, code 0x8b on isa0060/serio0). atkbd.c: Use 'setkeycodes e00b <keycode>' to make it known.
with the command:
i have tried to find the key that generate the e00b keycode (was the easy scroll wheel) and then i find another e016 pressing the weel.Code:showkey
After I have mapped those keys with a "key up" an a "enter"
I have rebooted and now all is working fine.Code:setkeycodes e00b 103 setkeycodes e016 28
Now i change the keymaps to make it permanently.
It was the easy scroll feature that locked up all..
- 07-10-2005 #6Linux Newbie
- Join Date
- Jul 2005
- Location
- classified
- Posts
- 246
Slick work! Guess the builders of this keyboard didn't think about Linux. How cool that you figured out how to fix it.
- 07-10-2005 #7
Great to hear you solved the problem! You should change the subject of your post to reflect this, maybe add a "solved" to the end of it.
Stumbling around the 'net:
www.cloudyuseful.com


Reply With Quote