Hi- I think that this has come up before, but I searched and couldn't find answers.
I'm running 2.5.44. All Input drivers that I know of being needed are built-into-kernel. All USB drivers are loadable modules. usbcore and hcd's are loaded: # lsmod Module Size Used by ohci-hcd 23529 0 (unused) uhci-hcd 27869 0 (unused) usbcore 90364 2 [ohci-hcd uhci-hcd] When I 'modprobe hid', modprobe responds with: # modprobe hid modprobe: Can't locate module keybdev which is needed for hid Where does modprobe find this dependency? Now I recall that there used to be a "keybdev" and a "mousedev". mousedev is still living in drivers/input/mousedev.c, but I can't find a keybdev\* anywhere. Furthermore, when I 'insmod hid.o', it loads and works just fine, so "keybdev" isn't really required for it. So: do I have a modprobe problem or an Input subsystem problem? How do I get past it? Thanks, ~Randy ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
