Installing VMware Workstation or Player on Fedora 41
from aronkvh@lemmy.kde.social to linux@lemmy.ml on 04 Mar 23:05
https://lemmy.kde.social/post/3019236

I spent a lot of time figuring out how to get vmware with the vmmon and vmnet kernel modules installed, because it only supports Fedora 40 with Kernel version 6.10.10-200. I tried downgrading to that kernel but that didn’t work, because kernel-headers-6.10.10-200.fc40.x86_64 couldn’t be installed. mkubecek/vmware-host-modules didn’t work either, but gleb-kun made some patches to it (thanks).

So anyway just in case anyone finds this useful who also has no idea about this stuff:

To use 17.5.1:

To use 17.6.1 (or later, this worked for me even for 17.6.3):

(Note: Even though I know QEMU emulators like Boxes or virt-manager would have been easier, I have to use VMware and this is meant for others who are similarly unfortunate )

#linux

threaded - newest

eldavi@lemmy.ml on 04 Mar 23:19 next collapse

Alternatively: you could just use what’s already preconfigured for your system by using kvm & qemu using nothing but simple “dnf install” commands and I recommend using virt-manager if you want a GUI like VMware

aronkvh@lemmy.kde.social on 04 Mar 23:24 next collapse

see the last line ;)

but yeah Boxes is great

eldavi@lemmy.ml on 05 Mar 04:04 collapse

reading your post reminded me of myself 25 years long ago; searching google, or articles, or forums with well done informations like yours and my comment was intended for someone like the old version of me tearing his hear out trying to get something like vmware to work, when someone could have just told me that the names of a lazier version that works just as well… so i’m paying it forward. lol

tla@lemmy.world on 05 Mar 00:16 collapse

This.

pogodem0n@lemmy.world on 05 Mar 02:28 next collapse

I recently installed VMware Workstation on Fedora 41 KDE. Browsing Broadcom’s website to find the download link was one of the most abysmal life experiences I have ever had. So, at the end, I went to the AUR and got the link from the PKGBUILD there. I installed it by running the executable as root. I didn’t have any issues with the modules since the Workstation automatically offers to install required kernel modules upon launch if they are not present. Only manual intervention I had to do was to disable Secure Boot from BIOS since MSI likes to enable it each time I update it’s firmware.

terminhell@lemmy.dbzer0.com on 06 Mar 01:47 collapse

I came into this expecting Selinux or firewald to be the issue.