On 12/17/06, David Relson <[EMAIL PROTECTED]> wrote:
It sounds like you have a working vmware-server environment. If so, where are your copies of vmmon.ko and vmnet.ko located and are they referenced in modules.alias? Also, any additional thoughts on what I should be looking at/for to solve the modprobe issue?
~ > uname -r 2.6.19-gentoo-r1 ~ > find /lib/modules/ | grep -e vmmon -e vmnet /lib/modules/2.6.19-gentoo-r1/misc/vmmon.ko /lib/modules/2.6.19-gentoo-r1/misc/vmnet.ko ~ > grep -e vmmon -e vmnet /lib/modules/`uname -r`/* /lib/modules/2.6.19-gentoo-r1/modules.dep:/lib/modules/2.6.19-gentoo-r1/misc/vmnet.ko: /lib/modules/2.6.19-gentoo-r1/modules.dep:/lib/modules/2.6.19-gentoo-r1/misc/vmmon.ko: /lib/modules/2.6.19-gentoo-r1/modules.symbols:alias symbol:VMX86_RegisterMonitor vmmon Try insmod'ing the drivers manually: insmod /lib/modules/`uname -r`/misc/vmmon.ko Also, the output of dmesg might hold some clue. -Richard -- gentoo-user@gentoo.org mailing list