1. apt-get install git gcc make linux-headers-$(uname -r)
2. Download vmware at
https://my.vmware.com/web/vmware/downloads
Install VMware
As you saw, VMware can not run.
Now , how to fix
Download patch for kernel 4.0
cd /tmp/ && wget http://archive.xboot.info/tools/fix%20vmware%20kali%202.0/vmnet-3.19.patch
cd /usr/lib/vmware/modules/source
tar -xf vmnet.tar
patch -p0 -i /tmp/vmnet-3.19.patch
tar -cf vmnet.tar vmnet-only
rm -r *-only
vmware-modconfig --console --install-all
3. Now, confinue Fix
cd /usr/lib/vmware/modules/source
tar -xvf vmnet.tar
#edit file vmnet-only/netif.c and replace the line that looks like
#line 152# dev = alloc_netdev(sizeof *netIf, deviceName, VNetNetIfSetup);
to
dev = alloc_netdev(sizeof *netIf, deviceName, NET_NAME_UNKNOWN, VNetNetIfSetup);
save file
$tar -cvf vmnet.tar vmnet-only/
$ rm -rf vmnet-only/
Run Vmware player or workstation again
Bagikan
Fix VMWARE in Kali Linux 2.0 [SOLVED ERROR VMWARE NET KERNEL UPDATE]
4/
5
Oleh
Unknown