Comment 173 for bug 124406

Revision history for this message
sawk (sawk-ita) wrote : Re: Keyboard keys get stuck and repeat (Feisty, Gutsy)

I've SOLVED this problem.

I'm using Archlinux, and when i had upgrade the kernel, the file /etc/mkinitcpio.conf didn't update.
mkinitcpio.conf is used by Archlinux to generate a kernel image with command mkinitcpio. In particular, one line on this file has been changed:

HOOKS="base udev autodetect pata scsi sata filesystems keyboard"

to

HOOKS="base udev autodetect pata scsi sata filesystems"

( The "keyboard" option now is deleted. )

I've update the file mkinitcpio.conf and now ALL IT WORK perfectly. So i think is a kernel building problem. Try to contact the ubuntu's develop.

Sawk