Chinaunix首页 | 论坛 | 博客
  • 博客访问: 5927284
  • 博文数量: 1152
  • 博客积分: 12097
  • 博客等级: 上将
  • 技术积分: 11773
  • 用 户 组: 普通用户
  • 注册时间: 2005-02-26 09:52
文章分类

全部博文(1152)

文章存档

2023年(1)

2017年(1)

2015年(1)

2014年(1)

2013年(5)

2012年(10)

2011年(41)

2010年(47)

2009年(110)

2008年(170)

2007年(246)

2006年(394)

2005年(125)

分类: LINUX

2007-09-02 08:48:55

1、到上注册一个用户,并下载最新的6 for linux版本。请下载tar.gz格式的。

2、下载完毕后,进入文件所在目录,解压文件。

3、进入vmware-distrib/bin

4、在vmware-config.pl中,找uniprocessor。像下面一样临时把他注释掉。


 #    if (not (lc($header_smp) eq lc($gSystem{'smp'}))) {
 #      if ($source eq 'user') {
 #        print wrap('The kernel defined by this directory of header files is '
 #                   . (($header_smp eq 'yes') ? 'multiprocessor'
 #                                             : 'uniprocessor') . ', while '
 #                   . 'your running kernel is '
 #                   . (($gSystem{'smp'} eq 'yes') ? 'multiprocessor'
 #                                                 : 'uniprocessor') . '.'
 #                   . "\n\n", 0);
 #      }
 #      return ;
 #    }

5、./vmware-install.pl 会出现网络错误,不要急,请使用下面的命令进行修复。

6、cd /tmp
wget 
cd /usr/lib/vmware/modules/source
mv vmnet.tar vmnet.tar.old
cp /tmp/vmnet.tar ./
7、vmware-config.pl

如此,vmware就可以正常的config了,也可以正常的使用。

阅读(3959) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~