Files
2025-12-19 22:14:51 -07:00

569 B

title, date, tags
title date tags
VMWare and recent kernels 2019-06-05T20:29:10-07:00
linux
vmware
kernel

VMware is still slow at updating their software to support newer linux kernel releases. I'm still using vmware modules for linux on github. Download the branch corresponding to the version of vmware I'm currently using. I rewrote my module upgrade script to use these src files to build the modules.

	cd path/to/src
	make clean
	make
	sudo make install
	sudo systemctl restart vmware