Fedora Linux Support Community & Resources Center

Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Guides & Solutions (No Questions)

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.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2005-06-17, 05:38 PM CDT
peters Offline
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.
Reply With Quote
  #2  
Old 2005-06-27, 04:54 PM CDT
gertdesmet's Avatar
gertdesmet Offline
Registered User
 
Join Date: Feb 2004
Location: Switzerland
Age: 33
Posts: 200
Thanks a lot! Worked for me
__________________
Use Linux ! - Linux-Gamers - PlayOnLinux - Wine - Loki

free bits for all

boycott cedega !
Reply With Quote
  #3  
Old 2005-06-29, 12:46 PM CDT
mikedep333 Offline
Registered User
 
Join Date: Jun 2005
Posts: 8
What is the purpose of appplying this?
Reply With Quote
  #4  
Old 2005-06-29, 01:09 PM CDT
peters Offline
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.
Reply With Quote
  #5  
Old 2005-06-30, 01:50 PM CDT
mikedep333 Offline
Registered User
 
Join Date: Jun 2005
Posts: 8
I see. I think they're necessary for a bridged NIC to work properly too.
Reply With Quote
  #6  
Old 2005-07-19, 11:30 PM CDT
farzaneh Offline
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.
Reply With Quote
  #7  
Old 2005-07-20, 10:45 PM CDT
MUD Offline
Registered User
 
Join Date: Jul 2005
Posts: 2
Works great here peters! Kernel 2.6.12-1.1398_FC4smp
Reply With Quote
  #8  
Old 2005-09-27, 11:36 AM CDT
peters Offline
Registered User
 
Join Date: May 2005
Posts: 164
It looks like this has changed to the following link..

http://ftp.cvut.cz/vmware/vmware-any...pdate94.tar.gz

HTH.
Reply With Quote
  #9  
Old 2005-09-29, 08:50 PM CDT
rcrim Offline
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?
Reply With Quote
  #10  
Old 2005-09-30, 04:10 PM CDT
Barronmore Offline
Registered User
 
Join Date: Jul 2005
Location: Southern Utah
Age: 34
Posts: 6
Thanks! Worked like a charm once I reinstalled the package.
Reply With Quote
  #11  
Old 2005-10-01, 02:58 AM CDT
bitrain's Avatar
bitrain Offline
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
Reply With Quote
  #12  
Old 2005-10-15, 11:04 AM CDT
peters Offline
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.
Reply With Quote
  #13  
Old 2006-01-02, 08:14 PM CST
peters Offline
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..
Reply With Quote
  #14  
Old 2006-01-03, 08:38 PM CST
egurski's Avatar
egurski Offline
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
Reply With Quote
  #15  
Old 2006-03-09, 09:42 AM CST
peters Offline
Registered User
 
Join Date: May 2005
Posts: 164
That's a good suggestion, I'm in fact running 5.5.1 myself..
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
VMware Workstation 4.5.2 on Fedora Core 9 Fails eschi Software 8 2008-07-03 09:07 AM CDT
Fedora Core 7 in VMware Workstation 6 Fedora.Master Software 1 2007-06-24 10:00 PM CDT
VMware Workstation, Fedora Core 5 x86_64 pafinator11 Software 9 2006-04-28 01:34 PM CDT
VMware Workstation 5.5.1 in Fedora Core 5 (x86) yur1022 Guides & Solutions (No Questions) 0 2006-03-23 02:27 PM CST
Address Space: VMware Workstation 3.1 in Fedora Core 2 (or3)? panmeri Installation Help 0 2004-11-25 08:34 AM CST

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 11:28 AM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo



All trademarks, and forum posts in this site are property of their respective owner(s).

FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
Thanks to NLP-er you enjoy automatic translations (vBET 2.3.8)