Thanks (for the pointer to your sig in terms of your computer).
morgano wrote:Speed: no idea, but as said it works in BIOS, GRUB, and booted system.
Okay, FYI, when you bootup, BIOS has control, looks for hardware, finds your keyboard and uses it (I also suspect that it probably runs the USB ports at USB 1.x speeds since BIOS doesn't need to use USB 2.x or 3.x speed to speak with a keyboard). Next, when BIOS hands control over to Grub, Grub is most likely "also" taking advantage of BIOS interrupts, hooks, etc, so it also sees your keyboard, and so it works here too.
Next, when Grub decides which partition and operating system to run (in this case, you chose linux), it then loads and runs the linux kernel, which is where your problem with the keyboard begins.
Looking at the technical page for your keyboard, it mentions USB, but does not mention USB 2.0.
The bug report is the right way to go, but if you're willing, can you try either of these?
1) If your BIOS has a setting to force USB 1.x, try that. This may be a case where linux bumped up the USB port speed from 1.x to 2.0 when it started running, and now your keyboard can't speak fast enough to be seen. Trying 1.x allows you to hopefully confirm this (assuming kernel respects the BIOS setting).
2) If you lack a BIOS setting for 1.x, try a verified USB 2.0 keyboard (Some "older" keyboards state 2.0 capable, but you need to be careful there, choose one that you know is capable of 2.0 speeds). Plug the USB keyboard directly into the motherboard.