近日因为要在Linux中开发软件,安装了VMware Workstation 6.5-118166.

以下为安装VMware Tools-6.5.0的过程。

1。安装内核开发包(FC9默认没有安装,可以在网上找到并下载安装)

root@localhost arm]# rpm -ivh kernel-devel-2.6.25-14.fc9.i686.rpm

2。安装VMwareTools-6.5.0-118166.i386.rpm(也可以通过源码安装,需要有GCC)

root@localhost arm]# rpm -ivh VmwareTools-6.5.0-118166.i386.rpm

3。配置,一路Enter。

root@localhost arm]# vmware-config-tools.pl

Stopping VMware Tools services in the virtual machine:

Guest operating system daemon: [确定]

Virtual Printing daemon: [确定]

None of the pre-built vmmemctl modules for VMware Tools is suitable for your

running kernel. Do you want this program to try to build the vmmemctl module

for your system (you need to have a C compiler installed on your system)?

[yes]

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? [/lib/modules/2.6.25-14.fc9.i686/build/include]

Extracting the sources of the vmmemctl module.

Building the vmmemctl module.

Using 2.6.x kernel build system.

make: Entering directory `/tmp/vmware-config0/vmmemctl-only'

make -C /lib/modules/2.6.25-14.fc9.i686/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules

make[1]: Entering directory `/usr/src/kernels/2.6.25-14.fc9.i686'

CC [M] /tmp/vmware-config0/vmmemctl-only/backdoorGcc32.o

CC [M] /tmp/vmware-config0/vmmemctl-only/os.o

CC [M] /tmp/vmware-config0/vmmemctl-only/vmballoon.o

LD [M] /tmp/vmware-config0/vmmemctl-only/vmmemctl.o

Building modules, stage 2.

MODPOST 1 modules

CC /tmp/vmware-config0/vmmemctl-only/vmmemctl.mod.o

LD [M] /tmp/vmware-config0/vmmemctl-only/vmmemctl.ko

make[1]: Leaving directory `/usr/src/kernels/2.6.25-14.fc9.i686'

cp -f vmmemctl.ko ./../vmmemctl.o

make: Leaving directory `/tmp/vmware-config0/vmmemctl-only'

The vmmemctl module loads perfectly into the running kernel.

None of the pre-built vmhgfs modules for VMware Tools is suitable for your

running kernel. Do you want this program to try to build the vmhgfs module for

your system (you need to have a C compiler installed on your system)? [yes]

Extracting the sources of the vmhgfs module.

Building the vmhgfs module.

Using 2.6.x kernel build system.

make: Entering directory `/tmp/vmware-config0/vmhgfs-only'

make -C /lib/modules/2.6.25-14.fc9.i686/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules

make[1]: Entering directory `/usr/src/kernels/2.6.25-14.fc9.i686'

CC [M] /tmp/vmware-config0/vmhgfs-only/backdoor.o

CC [M] /tmp/vmware-config0/vmhgfs-only/backdoorGcc32.o

CC [M] /tmp/vmware-config0/vmhgfs-only/bdhandler.o

CC [M] /tmp/vmware-config0/vmhgfs-only/cpName.o

CC [M] /tmp/vmware-config0/vmhgfs-only/cpNameLinux.o

CC [M] /tmp/vmware-config0/vmhgfs-only/cpNameLite.o

CC [M] /tmp/vmware-config0/vmhgfs-only/dentry.o

CC [M] /tmp/vmware-config0/vmhgfs-only/dir.o

CC [M] /tmp/vmware-config0/vmhgfs-only/file.o

CC [M] /tmp/vmware-config0/vmhgfs-only/filesystem.o

CC [M] /tmp/vmware-config0/vmhgfs-only/fsutil.o

CC [M] /tmp/vmware-config0/vmhgfs-only/hgfsBd.o

CC [M] /tmp/vmware-config0/vmhgfs-only/hgfsEscapeLinux.o

CC [M] /tmp/vmware-config0/vmhgfs-only/hgfsUtil.o

CC [M] /tmp/vmware-config0/vmhgfs-only/inode.o

CC [M] /tmp/vmware-config0/vmhgfs-only/kernelStubsLinux.o

CC [M] /tmp/vmware-config0/vmhgfs-only/link.o

CC [M] /tmp/vmware-config0/vmhgfs-only/messageBackdoor.o

CC [M] /tmp/vmware-config0/vmhgfs-only/message.o

CC [M] /tmp/vmware-config0/vmhgfs-only/module.o

CC [M] /tmp/vmware-config0/vmhgfs-only/page.o

CC [M] /tmp/vmware-config0/vmhgfs-only/request.o

CC [M] /tmp/vmware-config0/vmhgfs-only/rpcout.o

CC [M] /tmp/vmware-config0/vmhgfs-only/staticEscape.o

CC [M] /tmp/vmware-config0/vmhgfs-only/stubs.o

CC [M] /tmp/vmware-config0/vmhgfs-only/super.o

LD [M] /tmp/vmware-config0/vmhgfs-only/vmhgfs.o

Building modules, stage 2.

MODPOST 1 modules

CC /tmp/vmware-config0/vmhgfs-only/vmhgfs.mod.o

LD [M] /tmp/vmware-config0/vmhgfs-only/vmhgfs.ko

make[1]: Leaving directory `/usr/src/kernels/2.6.25-14.fc9.i686'

cp -f vmhgfs.ko ./../vmhgfs.o

make: Leaving directory `/tmp/vmware-config0/vmhgfs-only'

The vmhgfs module loads perfectly into the running kernel.

None of the pre-built vmxnet modules for VMware Tools is suitable for your

running kernel. Do you want this program to try to build the vmxnet module for

your system (you need to have a C compiler installed on your system)? [yes]

Extracting the sources of the vmxnet module.

Building the vmxnet module.

Using 2.6.x kernel build system.

make: Entering directory `/tmp/vmware-config0/vmxnet-only'

make -C /lib/modules/2.6.25-14.fc9.i686/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules

make[1]: Entering directory `/usr/src/kernels/2.6.25-14.fc9.i686'

CC [M] /tmp/vmware-config0/vmxnet-only/vmxnet.o

Building modules, stage 2.

MODPOST 1 modules

CC /tmp/vmware-config0/vmxnet-only/vmxnet.mod.o

LD [M] /tmp/vmware-config0/vmxnet-only/vmxnet.ko

make[1]: Leaving directory `/usr/src/kernels/2.6.25-14.fc9.i686'

cp -f vmxnet.ko ./../vmxnet.o

make: Leaving directory `/tmp/vmware-config0/vmxnet-only'

The vmxnet module loads perfectly into the running kernel.

None of the pre-built vmblock modules for VMware Tools is suitable for your

running kernel. Do you want this program to try to build the vmblock module

for your system (you need to have a C compiler installed on your system)?

[yes] no // 因为我不需要宿主系统和FC9的交互应用和切换,这里选no,建议直接Enter.

The vmblock module enables dragging or copying files from within a host and

dropping or pasting them onto your guest (host to guest drag and drop and file

copy/paste). The rest of the software provided by VMware Tools is designed to

work independently of this feature (including guest to host drag and drop and

file copy/paste).

If you would like the host to guest drag and drop and file copy/paste features,

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 ]

[EXPERIMENTAL] The VMware FileSystem Sync Driver (vmsync) is a new feature that

creates backups of virtual machines. Please refer to the VMware Knowledge Base

for more details on this capability. Do you wish to enable this feature?

[no]

None of the pre-built vmci modules for VMware Tools is suitable for your

running kernel. Do you want this program to try to build the vmci module for

your system (you need to have a C compiler installed on your system)? [yes]

Extracting the sources of the vmci module.

Building the vmci module.

Using 2.6.x kernel build system.

make: Entering directory `/tmp/vmware-config0/vmci-only'

make -C /lib/modules/2.6.25-14.fc9.i686/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules

make[1]: Entering directory `/usr/src/kernels/2.6.25-14.fc9.i686'

CC [M] /tmp/vmware-config0/vmci-only/kernelStubsLinux.o

CC [M] /tmp/vmware-config0/vmci-only/vmciDatagram.o

CC [M] /tmp/vmware-config0/vmci-only/vmci_drv.o

CC [M] /tmp/vmware-config0/vmci-only/vmciEvent.o

CC [M] /tmp/vmware-config0/vmci-only/vmciGuestDs.o

CC [M] /tmp/vmware-config0/vmci-only/vmciGuestKernelIf.o

CC [M] /tmp/vmware-config0/vmci-only/vmciKernelIf.o

CC [M] /tmp/vmware-config0/vmci-only/vmciProcess.o

CC [M] /tmp/vmware-config0/vmci-only/vmciQueuePair.o

CC [M] /tmp/vmware-config0/vmci-only/vmciUtil.o

LD [M] /tmp/vmware-config0/vmci-only/vmci.o

Building modules, stage 2.

MODPOST 1 modules

CC /tmp/vmware-config0/vmci-only/vmci.mod.o

LD [M] /tmp/vmware-config0/vmci-only/vmci.ko

make[1]: Leaving directory `/usr/src/kernels/2.6.25-14.fc9.i686'

cp -f vmci.ko ./../vmci.o

make: Leaving directory `/tmp/vmware-config0/vmci-only'

The vmci module loads perfectly into the running kernel.

None of the pre-built vsock modules for VMware Tools is suitable for your

running kernel. Do you want this program to try to build the vsock module for

your system (you need to have a C compiler installed on your system)? [yes]

Extracting the sources of the vsock module.

Building the vsock module.

Using 2.6.x kernel build system.

make: Entering directory `/tmp/vmware-config0/vsock-only'

make -C /lib/modules/2.6.25-14.fc9.i686/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules

make[1]: Entering directory `/usr/src/kernels/2.6.25-14.fc9.i686'

CC [M] /tmp/vmware-config0/vsock-only/linux/af_vsock.o

CC [M] /tmp/vmware-config0/vsock-only/linux/driverLog.o

CC [M] /tmp/vmware-config0/vsock-only/linux/util.o

CC [M] /tmp/vmware-config0/vsock-only/linux/vsockAddr.o

LD [M] /tmp/vmware-config0/vsock-only/vsock.o

Building modules, stage 2.

MODPOST 1 modules

WARNING: "VMCIDatagram_CreateHnd" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!

WARNING: "VMCIDatagram_DestroyHnd" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!

WARNING: "VMCIEvent_Subscribe" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!

WARNING: "VMCI_DeviceGet" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!

WARNING: "VMCIMemcpyFromQueueV" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!

WARNING: "VMCIQueuePair_Detach" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!

WARNING: "VMCI_GetContextID" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!

WARNING: "VMCIDatagram_Send" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!

WARNING: "VMCIQueuePair_Alloc" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!

WARNING: "VMCIEvent_Unsubscribe" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!

WARNING: "VMCIMemcpyToQueueV" [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!

CC /tmp/vmware-config0/vsock-only/vsock.mod.o

LD [M] /tmp/vmware-config0/vsock-only/vsock.ko

make[1]: Leaving directory `/usr/src/kernels/2.6.25-14.fc9.i686'

cp -f vsock.ko ./../vsock.o

make: Leaving directory `/tmp/vmware-config0/vsock-only'

The vsock module loads perfectly into the running kernel.

Detected X.org version 7.3.99.

No drivers for X.org version: 7.3.99.

Please choose one of the following display sizes that X will start with (1 -

29):

[1] "320x200"

[2] "320x240"

[3] "400x300"

[4] "512x384"

[5] "640x400"

[6] "640x480"

[7] "720x480"

[8] "800x480"

[9] "854x480"

[10] "720x576"

[11] "800x600"

[12] "1024x768"

[13] "1280x720"

[14] "1280x768"

[15]< "1152x864"

[16] "1280x800"

[17] "1366x768"

[18] "1280x960"

[19] "1440x900"

[20] "1280x1024"

[21] "1400x1050"

[22] "1680x1050"

[23] "1600x1200"

[24] "1920x1080"

[25] "1920x1200"

[26] "1920x1440"

[27] "2048x1536"

[28] "2560x1600"

[29] "2560x1920"

Please enter a number between 1 and 29:

[15]

X.Org X Server 1.4.99.901 (1.5.0 RC 1)

Release Date: 5 September 2007

X Protocol Version 11, Revision 0

Build Operating System: Linux 2.6.18-53.1.14.el5xen i686

Current Operating System: Linux localhost.localdomain 2.6.25-14.fc9.i686 #1 SMP Thu May 1 06:28:41 EDT 2008 i686

Build Date: 06 May 2008 03:35:07PM

Build ID: xorg-x11-server 1.4.99.901-29.20080415.fc9

Before reporting problems, check http://wiki.x.org

to make sure that you have the latest version.

Module Loader present

Markers: (--) probed, (**) from config file, (==) default setting,

(++) from command line, (!!) notice, (II) informational,

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.

(++) Log file: "/tmp/vmware-config0/XF86ConfigLog.3124", Time: Mon Oct 20 14:19:38 2008

(++) Using config file: "/tmp/vmware-config0/XF86Config.3124"

X is running fine with the new config file.

expected keysym, got XF86Info: line 914 of inet

expected keysym, got XF86Info: line 914 of inet

Checking acpi hot plug [确定]

Starting VMware Tools services in the virtual machine:

Switching to guest configuration: [确定]

Guest filesystem driver: [确定]

Mounting HGFS shares: [确定]

Guest memory manager: [确定]

Guest vmxnet fast network device: [确定]

VM communication interface: [确定]

VM communication interface socket family: [确定]

Guest operating system daemon: [确定]

Virtual Printing daemon: [确定]

The configuration of VMware Tools 6.5.0 build-118166 for Linux for this running

kernel completed successfully.

You must restart your X session before any mouse or graphics changes take

effect.

You can now run VMware Tools by invoking the following command:

"/usr/bin/vmware-toolbox" during an X server session.

To enable advanced X features (e.g., guest resolution fit, drag and drop, and

file and text copy/paste), you will need to do one (or more) of the following:

1. Manually start /usr/bin/vmware-user

2. Log out and log back into your desktop session; and,

3. Restart your X session.

To use the vmxnet driver, restart networking using the following commands:

/etc/init.d/network stop

rmmod pcnet32

rmmod vmxnet

modprobe vmxnet

/etc/init.d/network start

If the virtual printer feature is enabled, you will need to restart the CUPS

service to make use of this feature.

Enjoy,

--the VMware team

到此完全装好了。

[转]Fedora Core Linux 9 中安装VMware Tools-6.5.0相关推荐

  1. 红旗linux6.0安装不了,在红旗linux6.0中安装vmware tools遇到的问题

    在红旗linux6.0中安装vmware tools遇到的问题 为了能够在使用虚拟机中的红旗linux6.0时方便一些,便想把vmware tools给安装上,这样就不至于受到鼠标移动的限制了.于是, ...

  2. 在Linux下正确安装VMWARE TOOLS

    在Linux下正确安装VMWARE TOOLS 1.以ROOT身份进入LINUX 2.按下CTRL+ALT组合键,进入主操作系统,点击VMWARE状态栏安装提示,或者点击SETTING菜单下的ENAB ...

  3. 在 Linux 中安装 VMware Tools

    由于较新的Linux版本中都包含了vm的部分组件,导致直接安装VMware Tools失败.所以这里写了篇新的. 软件版本:VMware 12 Linux版本:Ubuntu Desktop 16.04 ...

  4. 在Ubuntu虚拟机中安装VMware tools异常中断

    前言:我用的是VMware 10.0.5和Ubuntu 14.04.1 LTS,host是Windows 7系统. 在VMware中装完Ubuntu后,为了与host之间互传文件,需要安装VMware ...

  5. Ubuntu系列10.04、11.04、12.04等虚拟机中安装VMware Tools

    在虚拟机中成功安装了Ubuntu系统之后,如果想更方便地在window与linux系统间切换,需要安装一个强大的工具叫VMware Tools.百度或者谷歌搜索类似"如何安装VMware T ...

  6. 在Ubuntu 22.04 Jammy Jellyfish Linux上流畅安装VMware tools

    安装 VMware Tools 软件可以更好提升我们的虚拟机使用体验,但是在使用VMware自带的linux.iso安装VMware Tools后,无端会报各种错误.本文将会提供一个使用官方源的途径进 ...

  7. 在Ubuntu虚拟机中安装VMware tools异常中断 Unable to start services for VMware Tools

    前言:我用的是VMware 10.0.3和Ubuntu 14.04.1 LTS,host是Windows 7系统. 在VMware中装完Ubuntu后,为了与host之间互传文件,需要安装VMware ...

  8. 尝试一晚上终于得到了enjoy-Ubuntu中安装VMware Tools

    以下是安装的全部步骤. jry@jry-virtual-machine:~$ sudo su [sudo] jry 的密码: root@jry-virtual-machine:/home/jry# c ...

  9. 嵌入式Linux教程:安装VMware Tools VMware Tools显示灰色解决方法

    VMware Tools功能 VMware Tools 中包含一系列服务和模块,可在 VMware 产品中实现多种功能,从而使用户能够更好地管理客户机操作系统,以及与客户机系统进行无缝交互. 例如,V ...

  10. 在VMware-player中安装 VMware Tools的步骤

    1).用root身份登录ubuntu后,player----管理----安装VMware Tools 3)把上述文件复制到 /home/用户为名的文件夹中 例如本人把上述文件复制到 /home/tgl ...

最新文章

  1. Codeforces 919 D Substring
  2. Pytorch学习-tensorboard的使用
  3. 关于面对对象和正则表达式的处理
  4. NYOJ 35 表达式求值
  5. Java条形码生成(128c)
  6. python实现多表格合并_用python实现多个表格合并按字段去重
  7. 第一次参加项目个人工作总结 (转)
  8. jQuery补充及Django基本使用_Day18
  9. 配置php错误导入文件,php 导入文件(逻辑处理)
  10. TensorFlow by Google CNN分类真实图片 Machine Learning Foundations: Ep #5 - Classifying real-world images
  11. 速达启动时显示“对象名ACCSET无效“
  12. 微信PC版应用双开,一台计算机两个微信号
  13. 谷歌成功利用一台 54 量子比特的量子计算机
  14. 引发卡塔尔断交潮的“俄罗斯黑客”究竟有多牛?
  15. N1 Armbian 安装 Domoticz
  16. python 获取当前日期和时间_python获取当前日期和时间的方法
  17. 格灵深瞳mysql面试三表联查
  18. perl 语言(变量类型)
  19. 远征日服·信喵之野望 按键精灵脚本4.截卡
  20. webpack(一)压缩js,加载css,压缩html,压缩图片

热门文章

  1. MySQL 第五次练习(MySQL备份恢复)
  2. request (请求对象)
  3. Spring Boot 使用Dubbo 创建Hello Wrold
  4. sql 时间转换格式 convert(varchar(10),字段名,转换格式)
  5. 如何生成二维码及注意事项
  6. 实习小白::(转) Cocos2d-x 3.0 开发(十五)使用UILayout布局,制作对话界面
  7. 有多大的大脑互联网正在开发社交网络
  8. gentoo12.0安装配置
  9. 大话西游之Office应用实例系列! 19
  10. Linux下编写C程序( GCC )