Comment 16 for bug 435235

Revision history for this message
Martin Pitt (pitti) wrote : Re: no external (USB) keyboard in Karmic alpha

I can't see from your udev dump which device is the keyboard unfortunately.

 1) Does this only happen when the keyboard is already plugged in at boot, or also when it is plugged in when a session is already running?

 2) Please boot with the keyboard detached, then do

  sudo dmesg -c
  udevadm monitor --udev -e > /tmp/udev.log

then plug in the keyboard, then press Control-C to cancel the udevadm monitor command. Then do

  dmesg > /tmp/dmesg-keyboard.txt

and attach /tmp/udev.log and /tmp/dmesg-keyboard.txt here. Thanks!