On 12/17/06, David Relson <[EMAIL PROTECTED]> wrote:
Looking in /lib/modules/2.6.19-gentoo-r1 directory misc has newly built modules vmmon.ko and vmnet.ko
You need to make sure that /usr/src/linux points to the configured sources of your currently running kernel. Otherwise vmmon and vmnet will be built for the wrong kernel version (or wrong kernel config) and fail to load.
It would seem that modprobe is looking in the wrong directory. Running "strace modprobe vmmon" shows a read of "/lib/modules/2.6.19-gentoo-r1/ke"..., which is (unfortunately) an incomplete path.
Use the -s option to increase the length of the strings that strace prints before truncating them...fex: "strace -s256 ..." -Richard -- gentoo-user@gentoo.org mailing list