On Wed, 20 Jun 2001, Greg KH wrote: > On Wed, Jun 20, 2001 at 05:27:24PM -0400, Keenan Wilkie wrote: > > > > 2.4.5 -- no patches or anything added. > > That might have been a fluke or a problem with usbview refreshing, as I > > just tested it again and it showed up properly. > > Good :) > > > Jun 20 17:14:58 forsaken kernel: usb.c: USB device 4 (vend/prod > > 0x6666/0x667) is not claimed by any active driver. > > If you modify the hid.c file in drivers/usb/ from: > #undef DEBUG > #undef DEBUG_DATA > > to: > #define DEBUG > #define DEBUG_DATA > > rebuild, and load that module, and plug in the device. That should dump > lots of information to the kernel debug log that should show what is > going on. Did that. Also reconfigured the kernel for verbose USB logging. Also switched usb-core to module (was in the kernel before -- accident). then I noticed a setting that I honestly don't recall seeing until then. Before I'd had the option of choosing UHCI Alternate driver and OHCI driver. I either suddenly just noticed the standard UHCI driver or it was missing for some reason until just now, but I switched from the alternate to the standard usb-uhci. Rebooted and presto, cat /dev/input/js0 responds! I don't know why I didn't notice/didn't have access to the standard UHCI driver, but that seems to have been the problem. Thanks for your input though, I might not have thought to go back to closely examining the USB kernel options if you hadn't mentioned the driver :) _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: http://lists.sourceforge.net/lists/listinfo/linux-usb-users
