Skip to content
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

Still active? #268

Open
ghost opened this issue Aug 5, 2024 · 2 comments
Open

Still active? #268

ghost opened this issue Aug 5, 2024 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 5, 2024

Just wondering, with the purchase by Broadcom and their moves to remove all these products and place them behind subscriptions, is this project still active? I see that there have been no commits since February.

vmware-host-modules-workstation-17.5.1/vmmon-only # make
Using kernel build system.
make -C /lib/modules/6.4.0-150600.23.14-default/build/include/.. M=$PWD SRCROOT=$PWD/. \
  MODULEBUILDDIR= modules
make[1]: Entering directory '/usr/src/linux-6.4.0-150600.23.14-obj/x86_64/default'
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/linux/hostif.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/linux/driverLog.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/linux/driver.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/vmx86.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/task.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/statVarsVmmon.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/sharedAreaVmmon.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/phystrack.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/moduleloop.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/memtrack.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/crosspage.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/cpuid.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/comport.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/common/apic.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/bootstrap/vmmblob.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/bootstrap/monLoaderVmmon.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/bootstrap/monLoader.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/bootstrap/bootstrap.o
  LD [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/vmmon.o
  MODPOST /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/Module.symvers
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/vmmon.mod.o
  LD [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/vmmon.ko
  BTF [M] /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/vmmon.ko
Skipping BTF generation for /data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only/vmmon.ko due to unavailability of vmlinux
make[1]: Leaving directory '/usr/src/linux-6.4.0-150600.23.14-obj/x86_64/default'
make -C $PWD SRCROOT=$PWD/. \
  MODULEBUILDDIR= postbuild
make[1]: Entering directory '/data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only'
make[1]: 'postbuild' is up to date.
make[1]: Leaving directory '/data/installs/vmware-host-modules-workstation-17.5.1/vmmon-only'
cp -f vmmon.ko ./../vmmon.o
vmware-host-modules-workstation-17.5.1/vmnet-only # make
Using kernel build system.
make -C /lib/modules/6.4.0-150600.23.14-default/build/include/.. M=$PWD SRCROOT=$PWD/. \
  MODULEBUILDDIR= modules
make[1]: Entering directory '/usr/src/linux-6.4.0-150600.23.14-obj/x86_64/default'
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmnet-only/driver.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmnet-only/hub.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmnet-only/userif.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmnet-only/netif.o
  CC [M]  /data/installs/vmware-host-modules-workstation-17.5.1/vmnet-only/bridge.o
/data/installs/vmware-host-modules-workstation-17.5.1/vmnet-only/bridge.c: In function ‘VNetBridgeSendLargePacket’:
/data/installs/vmware-host-modules-workstation-17.5.1/vmnet-only/bridge.c:1418:11: error: implicit declaration of function ‘skb_gso_segment’; did you mean ‘tcp_gso_segment’? [-Werror=implicit-function-declaration]
    segs = skb_gso_segment(skb, 0);
           ^~~~~~~~~~~~~~~
           tcp_gso_segment
/data/installs/vmware-host-modules-workstation-17.5.1/vmnet-only/bridge.c:1418:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
    segs = skb_gso_segment(skb, 0);
         ^
cc1: some warnings being treated as errors
make[2]: *** [/usr/src/linux-6.4.0-150600.23.14/scripts/Makefile.build:252: /data/installs/vmware-host-modules-workstation-17.5.1/vmnet-only/bridge.o] Error 1
make[1]: *** [../../../linux-6.4.0-150600.23.14/Makefile:2066: /data/installs/vmware-host-modules-workstation-17.5.1/vmnet-only] Error 2
make[1]: Leaving directory '/usr/src/linux-6.4.0-150600.23.14-obj/x86_64/default'
make: *** [Makefile:117: vmnet.ko] Error 2
@abdelouahabb
Copy link

From issues, it seems the latest forked one is https://github.com/nan0desu/vmware-host-modules.git

@yum13241
Copy link

yum13241 commented Oct 9, 2024

Btw, workstation pro is free for personal use (tm). Player is discontinued for this reason, but you need to be on a version newer than 17.0.2.

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

No branches or pull requests

2 participants