Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 38794

Summary: Modprobe fails whith error in qm_modules
Product: Gentoo Linux Reporter: einstein14 <einstein14>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: major CC: avenj
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description einstein14 2004-01-20 01:37:11 UTC
when i start my computer modprobe fail with this error
modprobe: Safe mode has more than one parameter
modprobe: QM_MODULES: Function not implemented

I use modutils 2.426

Reproducible: Always
Steps to Reproduce:
1.reboot the computer or /etc/init.d/modules start
Actual Results:  
modprobe: Safe mode has more than one parameter
modprobe: QM_MODULES: Function not implemented

but the computer start and of course modules are not launch

Expected Results:  
no error and load the modules

Portage 2.0.50_pre16 (default-x86-1.4, gcc-3.3.2, glibc-2.3.3_pre20040117-r0, 2.6.1)
=================================================================
System uname: 2.6.1 i686 AMD Athlon(tm) XP 2500+
Gentoo Base System version 1.4.3.12
Autoconf: sys-devel/autoconf-2.59
Automake: sys-devel/automake-1.7.8
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=athlon-xp -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://212.219.247.14/sites/www.ibiblio.org/gentoo/
http://212.219.247.10/sites/www.ibiblio.org/gentoo/
http://212.219.247.12/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X X509 aalib acl acpi acpi4linux alsa apache2 arts artswrappersuid
avi cdr clamav crypt cups curl dga directfb doc dv dvb dvd encode esd fbcon
flash foomaticdb freetype gd gdbm ggi gif gphoto2 gpm gstreamer gtk gtk2 guile
imagemagick imap imlib java javascript jpeg kde ldap libg++ libwww mad mikmod
mmx motif mozilla mpeg nas ncurses nls nowin oav oggvorbis opengl oss pam perl
png python qt quicktime radeon readline ruby samba sdl slang spell sse ssl
stencil-buffer svga tcltk tcpd tetex tiff transcode truetype usb videos wmf x86
xml2 xmms xv xvid zlib video_cards_radeon"
Comment 1 Jon Portnoy (RETIRED) gentoo-dev 2004-01-20 14:07:34 UTC
You're using a 2.6 kernel and need module-init-tools.

emerge module-init-tools && emerge unmerge modutils
Comment 2 einstein14 2004-01-20 23:17:22 UTC
Thanks for your help