[问题]ubuntu8.04 成功 安装vmware,但是......

Kvm、VMware、Virtualbox、Xen、Qemu 等
回复
ariel_win
帖子: 6
注册时间: 2008-05-22 17:50

[问题]ubuntu8.04 成功 安装vmware,但是......

#1

帖子 ariel_win » 2008-05-22 18:11

问题如图所示..
请各位高手帮忙..谢谢
附件
error03.png
error02.png
erro01r.png
error00.png
头像
xiehuipiaofeng
帖子: 85
注册时间: 2007-07-31 23:04

#2

帖子 xiehuipiaofeng » 2008-05-22 19:23

我也遇上了同样的问题,郁闷。在网上查要下载最新的一个补丁就可以解决,但是打上之后还是老样子。这个是vmware本身的bug,6.03已经解决了,但是我尝试过,问题依旧。还是换其他的吧。
pipaan
帖子: 23
注册时间: 2007-11-06 22:38
联系:

#3

帖子 pipaan » 2008-05-22 22:20

这是因为6.03 AMD64实际上并不是64位
试下这步
sudo apt-get install ia32-libs*
暂无
头像
小天儿
帖子: 80
注册时间: 2007-07-13 9:14

#4

帖子 小天儿 » 2008-05-23 9:50

VMware 6.0.3 in Ubuntu Hardy 8.04 kernel 2.6.24
Hi, its me again with another howto VMware :), this time the task is harder :(. Based on Ubuntu Hardy 8.04 Beta

Steps:

1. Get VMware from www.vmware.com(I used VMware Workstation because I have the licence for that version) since we're using Ubuntu you should get the tar.gz file.

2. Install build-essential linux-kernel-devel and linux-headers-generic(or the one you're using), extract the vmware tar.gz file right click -> "extract here" or:

tar xvvzf dir/VMware-workstation-6.0.3-80004.i386.tar.gz

3. Run the installer:

cd vmware-distrib

sudo ./vmware-install.pl

follow all the instructions... but DO NOT RUN vmware-config.pl

4. Copy vmware drivers source code in a directory:

mkdir $HOME/temp

cd $HOME/temp

cp /usr/lib/vmware/modules/source/vmmon.tar .

cp /usr/lib/vmware/modules/source/vmnet.tar .

5. Get the patches, save them in $HOME/temp/:

vmmon-2.6.24.patch: http://pastebin.com/pastebin.php?dl=f58553c1f

vmnet-2.6.24.patch: http://pastebin.com/pastebin.php?dl=f681c5c13

File downloads: vmmon: http://www.mediafire.com/?zizfzmutmnp, vmnet: http://www.mediafire.com/?yign2immy0m

6. Apply the patches:

cd $HOME/temp

tar xf vmmon.tar

cd vmmon-only

patch -p1 < ../vmmon-2.6.24.patch

cd ..

mv vmmon.tar vmmon.tar.orig

tar cf vmmon.tar vmmon-only

sudo cp vmmon.tar /usr/lib/vmware/modules/source/

tar xf vmnet.tar

cd vmnet-only

patch -p1 < ../vmnet-2.6.24.patch

cd ..

mv vmnet.tar vmnet.tar.orig

tar cf vmnet.tar vmnet-only

sudo cp vmnet.tar /usr/lib/vmware/modules/source/

7. Run vmware-config.pl

sudo vmware-config.pl
Read the instructions and when it says "Compile drivers" you type yes to compile your patched modules.
头像
小天儿
帖子: 80
注册时间: 2007-07-13 9:14

#5

帖子 小天儿 » 2008-05-23 9:50

以上是转载,我抄录的,具体出处我也不记得了。
ariel_win
帖子: 6
注册时间: 2008-05-22 17:50

#6

帖子 ariel_win » 2008-05-23 18:05

try...
ariel_win
帖子: 6
注册时间: 2008-05-22 17:50

#7

帖子 ariel_win » 2008-05-23 18:51

还是不行..
回复