Mol and lsmod

Thomas Otto mol-general@lists.maconlinux.org
Wed, 12 May 2004 23:08:14 +0200


> [root@PBG3 root]# lsmod
> Module                  Size  Used by    Not tainted
> lsmod: QM_MODULES: Function not implemented

You have a 2.6.x kernel but forgot to install module-init-tools, the 
modutils equivalent for 2.6 kernels. modprobe <anything> will not work 
without it.


     -Thomas