Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38794 - Modprobe fails whith error in qm_modules
Summary: Modprobe fails whith error in qm_modules
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-20 01:37 UTC by einstein14
Modified: 2004-01-20 23:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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