View previous topic :: View next topic |
Author |
Message |
incubator Guru
Joined: 05 Jun 2003 Posts: 584 Location: Belgium
|
Posted: Fri Apr 07, 2006 7:34 am Post subject: [SOLVED] VMWare and vmmon : problem loading |
|
|
Code: |
I seem to have a problem starting vmware, the module build works fine, configure works fine, kernel is shown below, vmware-workstation is the current stable release
modprobing the module vmmon and vmnet works fine, I just don't know why this wouldnt start
make[1]: Leaving directory `/usr/src/linux-2.6.15-gentoo-r1'
cp -f vmnet.ko ./../vmnet.o
make: Leaving directory `/tmp/vmware-config1/vmnet-only'
* Starting VMware services: [ ok ]
* Virtual machine monitor [ !! ]
* Virtual ethernet [ !! ]
* Bridged networking on /dev/vmnet0 [ !! ]
* Host-only networking on /dev/vmnet1 (background) [ ok ]
* Host-only networking on /dev/vmnet8 (background) [ ok ]
* NAT service on /dev/vmnet8
|
_________________ Programming today is a race between Software Engineers striving to build bigger and better idiot-proof Programs, and the Universe trying to produce bigger and better idiots.
So far, the Universe is winning!
Last edited by incubator on Tue Apr 11, 2006 9:19 am; edited 1 time in total |
|
Back to top |
|
|
JeliJami Veteran
Joined: 17 Jan 2006 Posts: 1086 Location: Belgium
|
Posted: Fri Apr 07, 2006 11:30 am Post subject: |
|
|
make sure the vmnet and vmmon modules are not loaded when you run vmware-config.pl
if there are any loading, remove them first:
Code: | # /etc/init.d/vmware stop
# rmmod vmnet
# rmmod vmmon
# lsmod | grep ^vm
|
only then, run vmware-config.pl _________________ Unanswered Post Initiative | Search | FAQ
Former username: davjel |
|
Back to top |
|
|
incubator Guru
Joined: 05 Jun 2003 Posts: 584 Location: Belgium
|
Posted: Mon Apr 10, 2006 2:19 pm Post subject: |
|
|
I just did vmware-config.pl with neither modules oaded nd every vmware service stopped (I just booted) and still I keep getting failures:
Code: |
* Virtual machine monitor [ !! ]
* Virtual ethernet [ !! ]
|
_________________ Programming today is a race between Software Engineers striving to build bigger and better idiot-proof Programs, and the Universe trying to produce bigger and better idiots.
So far, the Universe is winning! |
|
Back to top |
|
|
incubator Guru
Joined: 05 Jun 2003 Posts: 584 Location: Belgium
|
Posted: Tue Apr 11, 2006 9:19 am Post subject: |
|
|
I found the problem, when I added module automounting in the kernel it all of the sudden loaded perfectly
consider this solved _________________ Programming today is a race between Software Engineers striving to build bigger and better idiot-proof Programs, and the Universe trying to produce bigger and better idiots.
So far, the Universe is winning! |
|
Back to top |
|
|
|