-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contributed: One-Step Update Script #1
base: player-12.5.7
Are you sure you want to change the base?
Conversation
I prefer a bit different workflow, building as a regular user and installing resulting modules as root (but I was too lazy to actually write a top level makefile for that) but a script like this would be certainly helpful for many users (mostly those who are not familiar with git). There are some improvements I would like to do:
I'm going to pull your contribution into master branch and add these changes on top of it, then merge into all active branches. I'll be quite busy this weekend so it will most likely have to wait until next week. |
'Not a problem whether this is a starting point or just a source of inspiration. I appreciate and respect all the work you do on this project. If this script can evolve into something that saves others the lost time and frustration of having to hunt down and apply patches, I'm happy to have assisted in this regard. |
Hey hellO! How to do it? Is there a tutorial to this? I upgraded ubuntu16.06 the kernel upgraded and vmware stopped working... :( That readme is not saying to me a lot... maybe im tired |
Hi, this is what i did to work. for vmware 15.5.6 and kernel 5.7 |
This actually works really well for me and and i only modded the version detection from https://askubuntu.com/q/1377852 script example
Example
|
This script does everything for you. It will download all the tarballs and set up the vmmon and vmnet automatically. It will also download some vmware dependent packages in case your system does not have them. Available in Debian and Arch Linux, Fedora, and more others coming soon. Check the link below: https://github.com/david-kariuki/vmware-host-modules-builder-cli |
The above link is broken, here is the correct one: |
Worked flawlessy on my installation. running following thanks for the contribution, much appreciated |
Thank you for providing a nearly unified repository that tracks all of these VMWare -vs- Linux Kernel patches.
In trying to get player-12.5.7 working against Kernel 4.13.5, and running down ideas from forum threads to get a working system, I found your module repository to be the most complete and painless source of working source code for my particular issue.
As this repository appears to be well maintained with sane branch/tag naming conventions, and appears to include everything needed to compile updated modules, I have written this script that others may find useful to update their systems with content from your repository going forward.