Hi, All! Today I remove usb->ps/2 connector from my mouse because new MB has no ps/2 and I got the problem $ zcat /proc/config.gz | egrep "USB_MOUSE|USB_KBD" # CONFIG_USB_KBD is not set # CONFIG_USB_MOUSE is not set recompillng kernel with CONFIG_USB_KBD=m CONFIG_USB_MOUSE=m and modprobe usbmouse resovle it. Should I file a bug or I miss something and there is a more proper way to set this up?