14 lines
688 B
Markdown
14 lines
688 B
Markdown
---
|
|
title: Vmware Player 14.0 on Arch Linux kernel 4.14
|
|
slug: vmware-player-140-on-arch-linux-kernel-414
|
|
date: 2018-01-14T21:39:10-07:00
|
|
tags:
|
|
- linux
|
|
- vmware
|
|
- kernel
|
|
draft: false
|
|
---
|
|
|
|
VMware is slow, really slow, at updating their software to support newer linux kernel releases. I just found this [vmware modules for linux](https://github.com/mkubecek/vmware-host-modules) on github. It's a really cool repo with the patches already applied for the relevant vmware version to work with the latest kernel. I downloaded the zip file, created a tar ball of vmmon and copied that to /lib/vmware/modules/sources/ then ran my custom vmware-modupgrade script. Worked perfectly.
|
|
<!--more-->
|