I'm having this odd problem with my wireless keyboard and mouse not working on my system. I'm usually pretty good at figuring these things out, but this one has me stumped and I'm not sure what I can change in usb-uhci.c to potentially fix it.
MOBO: ASUS-A7V8X CPU: AMD XP 2000+ KERNEL_VER: 2.4.22 KEYBOARD: Interlink Electronics Versapoint RF (keyboard + mouse)
I did have it working under an older motherboard running linux. A few months ago I did a major upgrade of my system, new mobo,CPU,etc.. This is when the problem started. I can get the keyboard (keyboard only) if I disable uhci. But this also disables any mouse input. As soon as I enable uhci (or usb-uhci) the wireless keyboard stops working and I get the below log messages. As you can see it appears that USB HID recognizes the keyboard and mouse, but then the errors start and I get the timeout.
For hotplug I made an entry into the usb.handmap for the keyboard, but it doesn't appear to do anything.
mousedev 0x0003 0x04df 0x0020 0x0000 .....
As per the log:
Oct 27 18:33:15 lassen kernel: hub.c: new USB device 00:10.0-2, assigned address 3 Oct 27 18:33:15 lassen kernel: input: USB HID v1.10 Keyboard [Link keybd] on usb2:3.0 Oct 27 18:33:15 lassen kernel: usb-uhci.c: interrupt, status 2, frame# 1777 Oct 27 18:33:20 lassen kernel: usb_control/bulk_msg: timeout Oct 27 18:33:20 lassen kernel: input,hiddev0: USB HID v1.10 Mouse [Link keybd] on usb2:3.1 Oct 27 18:33:23 lassen kernel: usb-uhci.c: ENXIO 84000380, flags 0, urb ddd2cb40, burb ddd2cc40 Oct 27 18:33:24 lassen kernel: usb-uhci.c: ENXIO 84000380, flags 0, urb ddd2c7c0, burb ddd2cc40 Oct 27 18:33:24 lassen kernel: usb-uhci.c: ENXIO 84000380, flags 0, urb ddd2cb40, burb ddd2cc40 Oct 27 18:33:24 lassen /etc/hotplug/usb.agent: ... no modules for USB product 4df/20/300 Oct 27 18:33:24 lassen kernel: usb_control/bulk_msg: timeout Oct 27 18:33:40 lassen last message repeated 149 times Oct 27 18:33:40 lassen /etc/hotplug/usb.agent: ... no modules for USB product 4df/20/300
DMESG OUTPUT (when keyboard is plugged in):
hub.c: new USB device 00:10.0-2, assigned address 3 input: USB HID v1.10 Keyboard [Link keybd] on usb2:3.0 usb-uhci.c: interrupt, status 2, frame# 1777 usb_control/bulk_msg: timeout input,hiddev0: USB HID v1.10 Mouse [Link keybd] on usb2:3.1 usb-uhci.c: ENXIO 84000380, flags 0, urb ddd2cb40, burb ddd2cc40 usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -6 usb-uhci.c: ENXIO 84000380, flags 0, urb ddd2c7c0, burb ddd2cc40 usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -6 usb-uhci.c: ENXIO 84000380, flags 0, urb ddd2cb40, burb ddd2cc40 usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -6 usb_control/bulk_msg: timeout usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110 usb_control/bulk_msg: timeout usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110 usb_control/bulk_msg: timeout usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110 usb_control/bulk_msg: timeout usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110 usb_control/bulk_msg: timeout usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110 usb_control/bulk_msg: timeout usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110 usb_control/bulk_msg: timeout usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110 usb_control/bulk_msg: timeout usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110 usb_control/bulk_msg: timeout
Thanks
P-
-- ############# Imagination is more important than knowledge - A. Einstein
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
