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: atkbd.c: Unknown key pressed (translated set 2, code 0x8b on isa0060/serio0).
atkbd.c: Use 'setkeycodes e00b <keycode>' to make it known.
which means that some keycode is not recognised by the kernel.
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.
After I have mapped those keys with a "key up" an a "enter" Code: setkeycodes e00b 103
setkeycodes e016 28
I have rebooted and now all is working fine.
Now i change the keymaps to make it permanently.
It was the easy scroll feature that locked up all.. |