0

I think my VMware installation is cursed. Back when I installed and set up a VM for the first time, setting mks.noBeep = TRUE in every possible combination of locations still didn't stop it from alerting me to an action I was consciously doing (moving in and out of the window).

Yapping aside, now it wants to update, and needs both an outdated verion of GCC and kernel headers matching my current version, 6.8.0-71-generic. The outdated version of GCC was stupid, but easy. Looking online for the headers, everywhere says to simply sudo apt install linux-headers-`uname -r`⁠, and that installed something, but apparently not the correct thing? Rebooting my system didn't work, either; nor did poking in every related directory in /usr/src/linux-headers-6.8.0-71-generic for the "Location" field. What does it want me to do?

Edit: Uninstalling and reinstalling did not work. Creating a symlink to version.h etc. in /usr/src/linux-headers-`uname -r`/include/linux also did not work.

4
  • What's the exact version of VMware you're trying to use? The version 17.6(.0) was only supported on Ubuntu 24.04 until kernel version 6.8.0-40-generic: apparently after that, something changed in the kernel headers that necessitated a new patch release from VMware. With your current kernel, you would need 17.6.1 or newer; the most recent version is 17.6.4. See: knowledge.broadcom.com/external/article?legacyId=80807 Commented Aug 12 at 2:28
  • @telcoM I don't know. I'm pretty sure I'm using 17.6.3 or 17.6.4, but VMware won't let me in, so I can't find out exactly. Commented Aug 12 at 2:38
  • @telcoM It was 17.6.3. I am reinstalling VMware Workstation to see if that fixes the issue. Commented Aug 13 at 4:27
  • @CoarseRosinflower no lmao Commented Aug 13 at 4:54

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.