On Sat, Oct 26, 2002 at 10:01:01PM -0700, Randy.Dunlap wrote:
> 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?

Any chance you have a stale module dependency database from 2.4 or
something like that? Re-run "depmod -a".

> 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

-- 
Vojtech Pavlik
SuSE Labs


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to