On Mon, Mar 04, 2002 at 08:10:36PM -0500, Matt Matthews wrote: > Last message, I promise, until someone asks me for more information. The > following is a snippet from /var/log/messages with only the KVM connected via > USB to the computer. The keyboard and mouse are connected to the KVM yet are > not responding. > > Also, I noticed some uhci messages lower down than I had in the past, so they > were probably in previous entries in /var/log/messages, but I missed them. > Sorry for that. Also, the message included about usbdevfs is there because I > added it to fstab in the hopes that that was the problem. I believe Red Hat's > startup-scripts take care of this, so adding it was unnecessary. I quick look > at mtab shows that usbdevfs has already been mounted (correctly). > > Hope this helps. > > Thanks for your patience, > matt > > Mar 4 19:59:52 shabadoo kernel: input0: USB HID v1.00 Keyboard [ATEN 2 Port USB KVM >B V1.00] on usb1:3.0 > Mar 4 19:59:52 shabadoo kernel: input1: USB HID v1.00 Mouse [ATEN 2 Port USB KVM B >V1.00] on usb1:3.1 > Mar 4 19:59:52 shabadoo kernel: hid-core.c: v1.8 Andreas Gal, Vojtech Pavlik ><[EMAIL PROTECTED]> > Mar 4 19:59:52 shabadoo kernel: hid-core.c: USB HID support drivers > Mar 4 19:59:52 shabadoo kernel: mice: PS/2 mouse device common for all mice
Well, looking at this, it seems to work - the ATEN KVM simulates a keyboard and a mouse to the host computer, and Linux detects the simulated devices. I wonder why they don't work, though - it may be either the KVM doesn't generate proper HID packets or it doesn't talk to the attached mouse/keyboard correctly. Btw, I really wonder what's inside it, because it seems there must be a full HCI chip in there ... Anyway, enabling DEBUG and DEBUG_DATA in hid-core.c should show more. -- Vojtech Pavlik SuSE Labs _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
