 |
 |
 |
 |
| Guides & Solutions (No Questions) Post your guides here. You can also add your comments to a guide, but don't start a thread to ask a question. Use another forum for that. |

2005-06-17, 05:38 PM CDT
|
|
Registered User
|
|
Join Date: May 2005
Posts: 164

|
|
|
VMWare Workstation 5 on Fedora Core 4
You'll need to get the latest "update" from the following site.
http://platan.vc.cvut.cz/ftp/pub/vmware/
It is named vmware-any-any-update<NUMBER>.tar.gz . Pull down this file to /tmp and extract it. Go into the directory it made and run "./runme.pl" . If it asks to overwrite vmmon.tar, tell it NO. If it asks to overwrite vmnet.tar, tell it YES. Go through the regular steps you are used to to build the vm modules and everything should be good after that.
--------------
Step by step:
Turn off vmware service loading at boot time...
chkconfig --level 0123456 vmware off
Reboot...
init 6
(go through normal boot process and login etc...)
Pull down the latest vmware-any-any-update file...
wget http://platan.vc.cvut.cz/ftp/pub/vmw...pdate91.tar.gz
Untar it...
tar zxvf vmware-any-any-update91.tar.gz
Go to its directory...
cd vmware-any-any-update91
Run runme.pl ...
./runme.pl
This is what you should see...
The file /usr/lib/vmware/modules/source/vmmon.tar that this script was about to
install already exists. Overwrite? [yes] NO
The file /usr/lib/vmware/modules/source/vmnet.tar that this script was about to
install already exists. Overwrite? [yes] YES
etc...
You should be done... Don't forget to turn the vmware service back on when you are done...
chkconfig --level 345 vmware on
HTH
Last edited by peters; 2005-06-17 at 05:46 PM CDT.
|

2005-06-27, 04:54 PM CDT
|
 |
Registered User
|
|
Join Date: Feb 2004
Location: Switzerland
Age: 33
Posts: 200

|
|
Thanks a lot! Worked for me
|

2005-06-29, 12:46 PM CDT
|
|
Registered User
|
|
Join Date: Jun 2005
Posts: 8

|
|
|
What is the purpose of appplying this?
|

2005-06-29, 01:09 PM CDT
|
|
Registered User
|
|
Join Date: May 2005
Posts: 164

|
|
|
Do you mean "applying the patch" ? Apparently the original files installed by VMWare do not patch or compile against the kernel sources cleanly on newer kernels and need some help to do so, basically.
|

2005-06-30, 01:50 PM CDT
|
|
Registered User
|
|
Join Date: Jun 2005
Posts: 8

|
|
|
I see. I think they're necessary for a bridged NIC to work properly too.
|

2005-07-19, 11:30 PM CDT
|
|
Registered User
|
|
Join Date: Jul 2005
Posts: 1

|
|
|
I have a problem with VMWARE.
I have a problem with VMWARE.
I work with FC4 as a host , and WIN XP as a guest.When I use my bluetooth for first time everything is OK. But if I disconnect the bluetooth and reconnect it , VMWARE gives me a message, that means there is a problem connecting to the device.
I read in VMWARE site that I make some changes in /etc/hotplug , but I don't know what should I do.
F. J
Last edited by farzaneh; 2005-07-19 at 11:50 PM CDT.
|

2005-07-20, 10:45 PM CDT
|
|
Registered User
|
|
Join Date: Jul 2005
Posts: 2

|
|
|
Works great here peters! Kernel 2.6.12-1.1398_FC4smp
|

2005-09-29, 08:50 PM CDT
|
|
Registered User
|
|
Join Date: Aug 2005
Posts: 1

|
|
|
and if you answer yes to the following?
The file /usr/lib/vmware/modules/source/vmmon.tar that this script was about to
install already exists. Overwrite? [yes] NO
What do you need to do?
|

2005-09-30, 04:10 PM CDT
|
|
Registered User
|
|
Join Date: Jul 2005
Location: Southern Utah
Age: 34
Posts: 6

|
|
|
Thanks! Worked like a charm once I reinstalled the package.
|

2005-10-01, 02:58 AM CDT
|
 |
Registered User
|
|
Join Date: Nov 2004
Location: Netherlands
Age: 22
Posts: 1,420

|
|
Quote:
|
Originally Posted by peters
...
--------------
Step by step:
Turn off vmware service loading at boot time...
chkconfig --level 0123456 vmware off
Reboot...
init 6
(go through normal boot process and login etc...)
..
HTH
|
Doesn't just stopping the service work? Haven't tried it (yet) but it looks to me just:
service vmware stop
should work
__________________
Registered Linux user number 389291
Laptop: Nec Versa p550, Pentium M 1.86GHz, 1024MB ram, x300, 80 GB HD, bluetooth, 2915BG Wlan card
Desktop: Amd Athlon x2 4200+, 2GB ram, Geforce 7300GT 512MB silent, 160GB HD in a nice centurion 534 case
|

2005-10-15, 11:04 AM CDT
|
|
Registered User
|
|
Join Date: May 2005
Posts: 164

|
|
Quote:
|
Originally Posted by bitrain
Doesn't just stopping the service work? Haven't tried it (yet) but it looks to me just:
service vmware stop
should work
|
If anyone is an advocate against rebooting Linux for no reason, it is me! I had a good reason to put those last steps in there. However, for the adventurous, anyone can try the service vmware stop first. But, (it has been a long time) I recall that yes, I tried that first, but for an unforseen reason (modules loaded? In use?) it would not work, so I recommended disabling vmware at boot, and then a reboot.
|

2006-01-02, 08:14 PM CST
|
|
Registered User
|
|
Join Date: May 2005
Posts: 164

|
|
I upgraded kernels recently (2.6.14-1.1653_FC4smp) and was trying to reconfigure VMWare with little success until I checked and downloaded the latest vmware-any-any ...
The latest is http://ftp.cvut.cz/vmware/vmware-any...pdate96.tar.gz
HTH..
|

2006-01-03, 08:38 PM CST
|
 |
Registered User
|
|
Join Date: Feb 2004
Location: Shallotte, NC
Posts: 155

|
|
|
M $.02
If you are running VMware 5.5 there is no need to run the any-any-update. I have this working on 3 FC4's without any problems.
Apparently, VMware has fixed some of the incompatabilities from 5.0....
Ed
|

2006-03-09, 09:42 AM CST
|
|
Registered User
|
|
Join Date: May 2005
Posts: 164

|
|
|
That's a good suggestion, I'm in fact running 5.5.1 myself..
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Automatic Translations (Powered by  ):
All times are GMT -7. The time now is 11:28 AM CST.
|
|
 |
 |
 |
 |
|
|