Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56553 - After merging modutils-2.4.26 have this error: lsmod: QM_MODULES: Function not implemented
Summary: After merging modutils-2.4.26 have this error: lsmod: QM_MODULES: Function no...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-09 10:31 UTC by Josef Grunig
Modified: 2004-09-21 12:02 UTC (History)
0 users

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 Josef Grunig 2004-07-09 10:31:37 UTC
After merging modutils-2.4.26 (and non yet rebooted) I have this errors:

root@enigma modules # lsmod
Module                  Size  Used by    Tainted: G S
lsmod: QM_MODULES: Function not implemented

root@enigma modules # modprobe snd_trident
modprobe: QM_MODULES: Function not implemented
 
modprobe: QM_MODULES: Function not implemented
 
modprobe: Can't locate module snd_trident


I did not reboot because, if I do it, I can't load my network card module.

Reproducible: Always
Steps to Reproduce:
1. emerge modutils-2.4.26
2. try lsmod
3. or try modprobe

Actual Results:  
root@enigma modules # lsmod
Module                  Size  Used by    Tainted: G S
lsmod: QM_MODULES: Function not implemented

root@enigma modules # modprobe snd_trident
modprobe: QM_MODULES: Function not implemented
 
modprobe: QM_MODULES: Function not implemented
 
modprobe: Can't locate module snd_trident

Expected Results:  
Normally listing modules or loadind modules

Portage 2.0.50-r8 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3.20040420-r0,
2.6.7-gentoo-r8)
=================================================================
System uname: 2.6.7-gentoo-r8 i686 mobile AMD Athlon(tm) XP 1600+
Gentoo Base System version 1.5.1
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/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/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://www.die.unipd.it/pub/Linux/distributions/gentoo-sources/
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo
http://ftp.uni-erlangen.de/pub/mirrors/gentoo
http://sunsite.cnlab-switch.ch/ftp/mirror/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 acpi acpi4linux aim alsa apache2 arts avi berkdb bonobo cdr cjk
crypt cups dvd encode esd fbcon flash foomaticdb gdbm gif gimpprint gpm gtk2
gtkhtml guile icq imlib irda jabber java javascript jpeg kde libg++ libwww lirc
mad mikmod mmx motif mpeg mpeg4 mplayer msn ncurses nls oggvorbis opengl oss pam
pcap pcmcia pdflib perl pic png ppds python qt qt3 quicktime readline samba sdl
sis slang spell sse ssl stencil-buffer svga tcltk tcpd tetex transcode truetype
usb v4l video_cards_sis x86 xinerama xml2 xmms xv xvid yahoo zlib"
Comment 1 Ciaran McCreesh 2004-07-09 10:36:34 UTC
You need module-init-tools rather than modutils for 2.6.x kernels.
Comment 2 Jan Essert 2004-09-21 12:02:14 UTC
The problem is that modutils wants to be emerged with an 

emerge -aDuv world

at my computer - though I'm using a 2.6 kernel .. some package must have wrong dependencies (since today)