Hi to all of you,
IMO i just found the problem & the solution
of "modprobe hid -> unable to load keybdev, modprobe failed"
so here it comes :)
a snip from modutils-2.4x/utils/alias.h:
..........
/*
* This is the list of pre-defined "above"s,
* used for pull-in of additional modules
* Each entry can be overridden by an entry in /etc/modules.conf
*/
char *above[] =
{
"hid keybdev mousedev",
"usbmouse hid",
"wacom evdev",
NULL /* marks the end of the list! */
};
..........
si simple,
i can't belive it
just a "above hid usbcore" in modules.conf
solves the problem (tested only under bruby)
Aivils, new entry for the FAQ ?
Miguel, just checked modules.dep for a standard kernel -> should also work :)
best,
svetljo
|