Skip to content

Update vmnetInt.h & bridge.c#300

Open
gleb-kun wants to merge 1 commit intomkubecek:workstation-17.5.1from
gleb-kun:workstation-17.5.1
Open

Update vmnetInt.h & bridge.c#300
gleb-kun wants to merge 1 commit intomkubecek:workstation-17.5.1from
gleb-kun:workstation-17.5.1

Conversation

@gleb-kun
Copy link
Copy Markdown

Hello

Based on the issues #295, #298.

Thanks to @l0veormiss, and @sudo-arash.

@thegrasshopper104
Copy link
Copy Markdown

Thanks, this finally worked after hours of other troubleshooting

@gleb-kun
Copy link
Copy Markdown
Author

gleb-kun commented Mar 4, 2025

Please note that this may work for other versions as well, including version 17.6.1 which is what I am using

To bypass the version check, you can edit in file iocontrols.h:

#define VMMON_VERSION           (417 << 16 | 0)

However, this is not a very good solution, since we do not take into account other nuances of the version.
Anyway, I'm using it now and haven't noticed any problems. You can try. https://github.com/gleb-kun/vmware-host-modules/tree/workstation-17.6.1

@thegrasshopper104
Copy link
Copy Markdown

Please note that this may work for other versions as well, including version 17.6.1 which is what I am using

To bypass the version check, you can edit in file iocontrols.h:

#define VMMON_VERSION           (417 << 16 | 0)

However, this is not a very good solution, since we do not take into account other nuances of the version. Anyway, I'm using it now and haven't noticed any problems. You can try. https://github.com/gleb-kun/vmware-host-modules/tree/workstation-17.6.1

Thanks that's also very helpful because upstream doesn't support the free broadcom versions after 17.5.2 yet

@paulharris
Copy link
Copy Markdown

Patch works for me and 17.5.1 ! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants