On Fri, Apr 6, 2012 at 8:05 AM, András Csányi <sayusi.a...@sayusi.hu> wrote: > On 6 April 2012 16:57, Mark Knecht <markkne...@gmail.com> wrote: >> >> I've been away for a few days so I'm possibly behind on an update but >> modprobe -l works for me: >> >> c2stable ~ # which modprobe >> /sbin/modprobe >> c2stable ~ # equery belongs /sbin/modprobe >> * Searching for /sbin/modprobe ... >> sys-apps/module-init-tools-3.16-r1 (/sbin/modprobe) >> c2stable ~ # >> >> c2stable ~ # modprobe -l >> kernel/arch/x86/crypto/aes-x86_64.ko >> kernel/arch/x86/crypto/twofish-x86_64.ko >> kernel/arch/x86/crypto/salsa20-x86_64.ko >> kernel/fs/fuse/cuse.ko >> kernel/fs/configfs/configfs.ko >> kernel/fs/dlm/dlm.ko >> kernel/crypto/xcbc.ko >> kernel/crypto/crypto_null.ko >> kernel/crypto/md4.ko >> kernel/crypto/sha256_generic.ko >> <SNIP> >> misc/vmci.ko >> misc/vboxnetflt.ko >> misc/vmnet.ko >> misc/vboxpci.ko >> misc/vmblock.ko >> misc/vboxdrv.ko >> misc/vboxnetadp.ko >> c2stable ~ # > > See my previous letter and you can see what the situation is at my > machine. It looks like my modprobe command belongs to sys-apps/kmod > package. I installed this system 2 months ago. > > -- > -- Csanyi Andras (Sayusi Ando) -- http://sayusi.hu -- > http://facebook.com/andras.csanyi > -- ""Trust in God and keep your gunpowder dry!" - Cromwell >
No kmod on my system. Looks like collisions between the two packages. c2stable ~ # eix -I kmod No matches found. c2stable ~ # To me it looks safe to emerge -C kmod and then emerge module-init-tools if you want to go that way. I'd do an equery files kmod and carefully study what you're getting with that package, or else push a bug request up to that package maintainer for providing a modprobe that's not 100% compatible. Good luck, Mark c2stable ~ # equery files module-init-tools * Searching for module-init-tools ... * Contents of sys-apps/module-init-tools-3.16-r1: /bin /bin/lsmod /etc /etc/modprobe.d /etc/modprobe.d/usb-load-ehci-first.conf /sbin /sbin/depmod /sbin/insmod /sbin/modinfo /sbin/modprobe /sbin/rmmod /sbin/update-modules /usr /usr/share /usr/share/doc /usr/share/doc/module-init-tools-3.16-r1 /usr/share/doc/module-init-tools-3.16-r1/AUTHORS.bz2 /usr/share/doc/module-init-tools-3.16-r1/ChangeLog.bz2 /usr/share/doc/module-init-tools-3.16-r1/NEWS.bz2 /usr/share/doc/module-init-tools-3.16-r1/README.bz2 /usr/share/doc/module-init-tools-3.16-r1/TODO.bz2 /usr/share/man /usr/share/man/man5 /usr/share/man/man5/depmod.conf.5.bz2 /usr/share/man/man5/depmod.d.5.bz2 /usr/share/man/man5/modprobe.conf.5.bz2 /usr/share/man/man5/modprobe.d.5.bz2 /usr/share/man/man5/modules.dep.5.bz2 /usr/share/man/man5/modules.dep.bin.5.bz2 /usr/share/man/man8 /usr/share/man/man8/depmod.8.bz2 /usr/share/man/man8/insmod.8.bz2 /usr/share/man/man8/lsmod.8.bz2 /usr/share/man/man8/modinfo.8.bz2 /usr/share/man/man8/modprobe.8.bz2 /usr/share/man/man8/rmmod.8.bz2 /usr/share/man/man8/update-modules.8.bz2 c2stable ~ #