On Sunday 11 April 2004 03:28pm, Sergey Vlasov wrote:
> On Sat, 10 Apr 2004 01:16:59 -0400, tj wrote:
> > In my attempts to get my usb joystick working I noticed something
> > strange concerning doing a modprobe hid.
> > On this system, Slackware 2.4.22 kernel, this is what happens:
> > [EMAIL PROTECTED]:2.4.22# modprobe hid
> > modprobe: Can't locate module keybdev which is needed for hid
> >
> > Now, according to modules.dep, hid.o is only dependant upon input.o and
> > usbcore.o.
> > So, why is hid.o saying it needs those two?
>
> Recent versions of modutils have "above hid keybdev mousedev" builtin.
> You can override this by an explicit "above hid null" in modules.conf.
>
> Use "/sbin/modprobe -C /dev/null -c" to see what builtin definitions
> are in your modutils version (many distributions have patches which
> change these definitions).

Note: I'm not the original poster, but I have a Slackware 9.1 (2.4.22 kernel) 
so I did the test and found that your advice appears to be "on-target".  I 
get this:

   $ modprobe -C /dev/null -c | grep keybdev
   above hid keybdev mousedev

> > Also, I have the same 2.4.22 on another system and hid.o loads fine
> > WITHOUT keybdev.o  or mouedev.o being loaded.
>
> Probably this system has older modutils.

FWIW, for 'modutils' version, my system reports this:

   $ modprobe -V
   modprobe version 2.4.25

Bill Marr



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to