I update my Linux often. Sometime after update, I can't start up the network.
It is important to recompile the VMware Tools in the case.
sudo vmware-config-tools.pl
- Now it is time to reconfigure the network interface setting by using following commands.
sudo -s
/etc/init.d/networking stop
rmmod pcnet32
rmmod vmxnet
depmod -a
modprobe vmxnet
/etc/init.d/networking start
No comments:
Post a Comment