installing the latest version of module-init-tools creates problems modprobing hid . It claims that it can't find keybdev. Now based on bug# 11886 about modutils-2.4.22 (which is what the latest version of module-init-tools) I attempted to insmod hid which did not work. However I manually changed the ebuild of module-init-tools to use modutils-2.4.20 and everything works correctly. Reproducible: Always Steps to Reproduce: 1. use the latest module-init-tools 2. 3. Actual Results: mouse doesn't work and hid isn't used Expected Results: system should work afr root # emerge info Portage 2.0.46-r12 (default-x86-1.4, gcc-3.2.2, glibc-2.3.2_pre1-r0) ================================================================= System uname: 2.5.46 i686 Pentium III (Coppermine) GENTOO_MIRRORS="ftp://ftp.oregonstate.edu/pub/gentoo ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR_OVERLAY="/usr/local/portage/" USE="x86 3dnow apm encode gif jpeg libg++ mikmod mmx mpeg ncurses pdflib png qtmt spell xml2 xv zlib gdbm berkdb slang readline bonobo svga tcltk guile sdl tcpd pam libwww ssl perl python esd imlib motif opengl cdr scanner X gtk -gnome alsa -nls cups kde qt -gpm xmms mozilla crypt truetype gtk2 avi java oggvorbis -arts quicktime -oss smooth" COMPILER="gcc3" CHOST="i686-pc-linux-gnu" CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -fforce-addr -falign-functions=4 -fexpensive-optimizations -fprefetch-loop-arrays -ffast-math -funroll-loops -foptimize-sibling-calls -maccumulate-outgoing-args" CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -fforce-addr -falign-functions=4 -fexpensive-optimizations -fprefetch-loop-arrays -ffast-math -funroll-loops -foptimize-sibling-calls -maccumulate-outgoing-args" ACCEPT_KEYWORDS="x86 ~x86" MAKEOPTS="-j5" AUTOCLEAN="yes" SYNC="rsync://rsync2.us.gentoo.org/gentoo-portage" FEATURES="sandbox prelink ccache distcc digest userpriv noauto"
This is fixed in the latest unmasked version of module-init-tools. The problem was a bunch of new unreasonable hard-coded defaults for depmod that caused hid to have a problem.