Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Other Versions > EOL (End Of Life) Versions
FedoraForum Search

Forgot Password? Join Us!

EOL (End Of Life) Versions This is a Forum to discuss problems and workarounds for versions of Fedora that have passed End of Life.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 26th March 2006, 05:12 AM
davidmcconnell Offline
Registered User
 
Join Date: Mar 2006
Posts: 2
FC5 problems, VMware Tools, No mouse

Having a couple FC5 problems as follows:

FC5 installed without any problems on VMware server. I am not able to get VMware tools to install. I've installed 'kernel-devel' and 'gcc' and applied the 'vmware-tools-any...' patch. Of course vmware-config-tools.pl is unable to find a suitable vmhgfs module for my kernel, so allowing the script to try to build one give the following output:


Code:
Using compiler "/usr/bin/gcc". Use environment variable CC to override.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/kernels/2.6.15-1.2054_FC5-i586/include]

Extracting the sources of the vmhgfs module.

Building the vmhgfs module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config4/vmhgfs-only'
make -C /usr/src/kernels/2.6.15-1.2054_FC5-i586/include/.. SUBDIRS=$PWD SRCROOT=
$PWD/. modules
make[1]: Entering directory `/usr/src/kernels/2.6.15-1.2054_FC5-i586'
  CC [M]  /tmp/vmware-config4/vmhgfs-only/cpName.o
In file included from /tmp/vmware-config4/vmhgfs-only/vm_assert.h:29,
                 from /tmp/vmware-config4/vmhgfs-only/cpName.c:17:
/tmp/vmware-config4/vmhgfs-only/vm_basic_defs.h:208:5: warning: "_MSC_VER" is no
t defined
  CC [M]  /tmp/vmware-config4/vmhgfs-only/cpNameLinux.o
In file included from /tmp/vmware-config4/vmhgfs-only/vm_assert.h:29,
                 from /tmp/vmware-config4/vmhgfs-only/cpNameLinux.c:13:
/tmp/vmware-config4/vmhgfs-only/vm_basic_defs.h:208:5: warning: "_MSC_VER" is no
t defined
  CC [M]  /tmp/vmware-config4/vmhgfs-only/dev.o
In file included from /tmp/vmware-config4/vmhgfs-only/vm_assert.h:29,
                 from /tmp/vmware-config4/vmhgfs-only/main.h:27,
                 from /tmp/vmware-config4/vmhgfs-only/dev.c:19:
/tmp/vmware-config4/vmhgfs-only/vm_basic_defs.h:208:5: warning: "_MSC_VER" is no
t defined
  CC [M]  /tmp/vmware-config4/vmhgfs-only/driver.o
In file included from /tmp/vmware-config4/vmhgfs-only/vm_assert.h:29,
                 from /tmp/vmware-config4/vmhgfs-only/main.h:27,
                 from /tmp/vmware-config4/vmhgfs-only/driver.c:15:
/tmp/vmware-config4/vmhgfs-only/vm_basic_defs.h:208:5: warning: "_MSC_VER" is no
t defined
/tmp/vmware-config4/vmhgfs-only/driver.c:3962: warning: initialization from inco
mpatible pointer type
  CC [M]  /tmp/vmware-config4/vmhgfs-only/hgfsUtil.o
In file included from /tmp/vmware-config4/vmhgfs-only/vmware.h:24,
                 from /tmp/vmware-config4/vmhgfs-only/hgfsUtil.c:11:
/tmp/vmware-config4/vmhgfs-only/vm_basic_defs.h:208:5: warning: "_MSC_VER" is no
t defined
In file included from /tmp/vmware-config4/vmhgfs-only/hgfsUtil.c:12:
/tmp/vmware-config4/vmhgfs-only/vm_basic_asm.h:48:5: warning: "_MSC_VER" is not
defined
  CC [M]  /tmp/vmware-config4/vmhgfs-only/main.o
In file included from /tmp/vmware-config4/vmhgfs-only/vm_assert.h:29,
                 from /tmp/vmware-config4/vmhgfs-only/main.h:27,
                 from /tmp/vmware-config4/vmhgfs-only/main.c:26:
/tmp/vmware-config4/vmhgfs-only/vm_basic_defs.h:208:5: warning: "_MSC_VER" is no
t defined
  CC [M]  /tmp/vmware-config4/vmhgfs-only/staticEscape.o
In file included from /tmp/vmware-config4/vmhgfs-only/vm_assert.h:29,
                 from /tmp/vmware-config4/vmhgfs-only/staticEscape.c:15:
/tmp/vmware-config4/vmhgfs-only/vm_basic_defs.h:208:5: warning: "_MSC_VER" is no
t defined
  LD [M]  /tmp/vmware-config4/vmhgfs-only/vmhgfs.o
  Building modules, stage 2.
  MODPOST
  CC      /tmp/vmware-config4/vmhgfs-only/vmhgfs.mod.o
  LD [M]  /tmp/vmware-config4/vmhgfs-only/vmhgfs.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.15-1.2054_FC5-i586'
cp -f vmhgfs.ko ./../vmhgfs.o
make: Leaving directory `/tmp/vmware-config4/vmhgfs-only'
Unable to make a vmhgfs module that can be loaded in the running kernel:
insmod: error inserting '/tmp/vmware-config4/vmhgfs.o': -1 Invalid module format
There is probably a slight difference in the kernel configuration between the
set of C header files you specified and your running kernel.  You may want to
rebuild a kernel based on that directory, or specify another directory.

The filesystem driver (vmhgfs module) is used only for the shared folder
feature. The rest of the software provided by VMware Tools is designed to work
independently of this feature.
If you wish to have the shared folders feature, you can install the driver by
running vmware-config-tools.pl again after making sure that gcc, binutils, make
and the kernel sources for your running kernel are installed on your machine.
These packages are available on your distribution's installation CD.
[ Press Enter key to continue ]
Anyone have any suggestions for getting vmtools running?


Thanks,
David McConnell

Last edited by davidmcconnell; 26th March 2006 at 06:13 AM.
Reply With Quote
  #2  
Old 26th March 2006, 09:29 PM
davidmcconnell Offline
Registered User
 
Join Date: Mar 2006
Posts: 2
Ok, I fixed the module compile and insert problem. It seems that my kernel is using i686 architecture and when I did 'yum install kernel-devel', I got the i585 architecture development files. Anyway, I fixed that and now it compiles and inserts into the kernel without a problem.

I'm still having issues with the mouse displaying either directly on the vmware server, or using vmware server console from a remote workation. Does anyone have any ideas on this problem?

Thanks,
David
Reply With Quote
Reply

Tags
fc5, mouse, problems, tools, vmware

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 Tools and FC8 Problems khandu Using Fedora 2 22nd April 2008 08:55 AM
latest update causing vmware tools problems gpfont Using Fedora 4 11th March 2008 02:28 PM
Problems with FC6 and vmware-tools CaptSaltyJack EOL (End Of Life) Versions 3 5th February 2007 08:35 AM
VMware Tools Fedora 5 problems Lindsay.mc Installation and Live Media 4 7th June 2006 12:48 PM
vmware tools - no mouse! Remnant Installation and Live Media 6 9th September 2005 03:26 PM


Current GMT-time: 09:09 (Sunday, 19-05-2013)

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 Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat