transfered existing blog into a new hugo project

This commit is contained in:
Eric Phillips
2025-12-19 22:14:51 -07:00
commit 7486c791c9
24 changed files with 754 additions and 0 deletions
@@ -0,0 +1,13 @@
---
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-->