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

Compiles and works for Workstation 17.5.2 and Mainline kernel 6.9.1 #252

Open
wants to merge 2 commits into
base: workstation-17.5.1
Choose a base branch
from

Conversation

nan0desu
Copy link

@rubyjedi
Copy link

I can confirm this patch is working on Fedora 39 against kernel 6.8.10-200.fc39.x86_64

@lifeisafractal
Copy link

works for me on Ubuntu 24.04 against 6.9.2 mainline

@oElberte
Copy link

oElberte commented Jun 2, 2024

Working perfectly on Manjaro with 6.9.2-1-MANJARO kernel

@MarcosRGD
Copy link

working on fedora 40 vmware 17.5.2 kernel 6.9.3-350

@plantgaming1
Copy link

how to use this for eos kernel 6.8.7-arch-1-1

@lcfr-dev
Copy link

lcfr-dev commented Jun 4, 2024

Thanks a lot. Worked also for me on 6.9.3 kernel with VMware 17.5.2.
@plantgaming1
How to use:

  • Checkout the repo from here
  • move in folder root
  • execute: sudo make
  • execute: sudo make install

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The attachment contains two other similar patches, for the same reason. (Sorry, but I was unable to
get them entered without the format getting munged.)

patch.txt

@briccman
Copy link

Running for me with Workstation 17.5.2 on Fedora 40 using 6.9.4-200 kernel

@Dungeonseeker
Copy link

Arch, Workstation 17.5.2, Kver 6.9.5, works perfectly.

@adityatelange
Copy link

adityatelange commented Jun 22, 2024

Works well for me with Workstation 17.5.2 on PopOS 22.04 using 6.9.3-76060903-generic.
Although facing issues with launching vmware-netcfg (#253?)

#0  0x00007af70ba3c4b4 in Glib::IOChannel::close(bool) () at /usr/lib/vmware/lib/libglibmm-2.4.so.1/libglibmm-2.4.so.1
#1  0x00007af708a3ae67 in lui::SingletonApp::OnSingleProcessFIFOData(Glib::IOCondition) () at /usr/lib/vmware/lib/libvmwareui.so/libvmwareui.so
#2  0x00007af70ba4aca0 in  () at /usr/lib/vmware/lib/libglibmm-2.4.so.1/libglibmm-2.4.so.1
#3  0x00007af70c31dc44 in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007af70c3732b8 in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007af70c31d2b3 in g_main_loop_run () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x00007af70ac48d2d in gtk_main () at /lib/x86_64-linux-gnu/libgtk-3.so.0
#7  0x00007af70c458771 in main () at /usr/lib/vmware/lib/libvmware-tray.so/libvmware-tray.so
#8  0x000056948724ba50 in  ()
#9  0x0000569487247ba0 in  ()
#10 0x00007af70c029d90 in __libc_start_call_main (main=main@entry=0x5694872471e0, argc=argc@entry=2, argv=argv@entry=0x7ffe5a894348) at ../sysdeps/nptl/libc_start_call_main.h:58
#11 0x00007af70c029e40 in __libc_start_main_impl (main=0x5694872471e0, argc=2, argv=0x7ffe5a894348, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffe5a894338)
    at ../csu/libc-start.c:392
#12 0x0000569487248045 in  ()
#13 0x00007ffe5a894338 in  ()
#14 0x000000000000001c in  ()
#15 0x0000000000000002 in  ()
#16 0x00007ffe5a895e9a in  ()
#17 0x00007ffe5a895eba in  ()
#18 0x0000000000000000 in  ()

p.s. wrote an article on this issue {Kinda Sad?} State of VMWare Workstation (Pro?) on Linux

@kennysgithub
Copy link

Although facing issues with launching vmware-netcfg (#253?)

This problem was fixed in kernel 6.9.7 (at least, I hadn't tried it in a while).

@fullstackinfo
Copy link

Can also confirm this fixed the issue for me running Workstation Pro 17.5.1 on:

  • Fedora 39 Workstation
  • Kernel: 6.9.7-100.fc39.x86_64

Product Information:

  • VMware Workstation 17 Pro
  • Version: 17.5.1 build-23298084

Thank you so much to everyone!

@IoIxD
Copy link

IoIxD commented Jul 17, 2024

It took so long to get merged that now something else fails; networking no longer works. You can side step it by setting up bridged networking though.

@kennysgithub
Copy link

Either upgrade your kernel to 6.9.7+, or edit the config files manually (/etc/vmware/networking) .

@kennysgithub
Copy link

... and FWIW, the latest 17.5.2 patches apply cleanly on top of kernel 6.10 .

@dalencar-eng
Copy link

dalencar-eng commented Aug 3, 2024

The patches works fine on version 17.5.2 running on Debian testing, Kernel 6.9.12-1 (2024-07-27) x86_64 GNU/Linux

@NL-TCH
Copy link

NL-TCH commented Aug 3, 2024

thanks, works on 17.5.2 Nobara 40 6.10.2-200

@replete
Copy link

replete commented Aug 28, 2024

This worked for 17.5.2 on Fedora 40 using kernel 6.10.6-200.fc40.x86_64

kudos. Please merge this

@rakotomandimby
Copy link

Hi all,

Please, all those who are telling "it works for me", would you please describe if launching vmware-netcfg also work?

Thank you.

@NL-TCH
Copy link

NL-TCH commented Aug 30, 2024

@rakotomandimby yes it works as well! (via gui and via command-line)

@NL-TCH
Copy link

NL-TCH commented Aug 30, 2024

@mkubecek is it possible to merge this PR?

@gr4ytech
Copy link

gr4ytech commented Sep 2, 2024

Can confirm this worked for me on Fedora 40 running kernel 6.10.6-200.fc40. Thanks!

@lcfr-dev
Copy link

lcfr-dev commented Sep 3, 2024

Can confirm that this work on Ubuntu 24.04 with kernel 6.10.7 with workstation 17.6
If during workstation startup the app ask for GCC, please use the repository universe and install gcc required.
example for gcc-14

sudo add-apt-repository universe
sudo apt install gcc-14

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.