Ubuntu 15.04로 설치한 다음부터 vmware 설치중 에러가 발생해서 사용하지 못하였다.

그래서 찾은 솔루션!

 

$ curl http://pastie.org/pastes/9934018/download  - o /tmp/vmnet-3.19.patch

$ cd /usr/lib/vmware/modules/source

$ tar -xf vmnet.tar

$ patch -p0 -i /tmp/vmnet-3.19.patch

$ mv vmnet.tar vmnet.tar.SAVED

$ tar -cf vmnet.tar vmnet-only

$ rm -r vmnet-only

$ vmware-modconfig --console --install-all


바로 실행된다.


출처: https://communities.vmware.com/thread/509225



'Linux > Ubuntu' 카테고리의 다른 글

[Ubuntu] ssh로 접속하기  (0) 2015.06.03
[Ubuntu] Teamviewer 설치  (0) 2015.05.25
[Ubuntu]QEMU-SPICE 설치과정  (0) 2015.05.24
[Ubuntu] JNCP 파일 실행방법  (0) 2015.04.10
[Ubuntu] Ubuntu 14.04에서 exfat 사용하기  (0) 2015.02.23

+ Recent posts