You are not logged in.

#1 2020-04-08 23:39:49

LinuxInTheBox
Member
Registered: 2020-04-07
Posts: 13

[SOLVED] VMware giving me errors about kernel headers

I am trying to install VMware Workstation Pro 15 when it tells me that I dose not find the kernel headers, even though I have installed Linux-headers and followed this thread: https://bbs.archlinux.org/viewtopic.php?id=156805

Last edited by LinuxInTheBox (2020-04-09 19:19:01)


All of the world's fastest 500 supercomputers run Linux-based operating systems.
https://en.wikipedia.org/wiki/Supercomputer
-------
My Specs: https://termbin.com/65u1o

Offline

#2 2020-04-09 11:43:37

loqs
Member
Registered: 2014-03-06
Posts: 18,467

Re: [SOLVED] VMware giving me errors about kernel headers

https://bbs.archlinux.org/viewtopic.php?id=57855  Are you following https://wiki.archlinux.org/index.php/VMware?  What was the command that  produced the error message along with command's full output?

Offline

#3 2020-04-09 15:08:37

LinuxInTheBox
Member
Registered: 2020-04-07
Posts: 13

Re: [SOLVED] VMware giving me errors about kernel headers

I ran the bundle and that went through successfully, but when I run

 vmware 

to launch Workstation, it gives me a few Gtk warnings but I think those are insignificant. The GUI tells me that Kernel headers are not found - even though I followed the wiki when installing VMware.
I also followed the thread that you referred to but it did not work.

error


All of the world's fastest 500 supercomputers run Linux-based operating systems.
https://en.wikipedia.org/wiki/Supercomputer
-------
My Specs: https://termbin.com/65u1o

Offline

#4 2020-04-09 16:02:18

loqs
Member
Registered: 2014-03-06
Posts: 18,467

Re: [SOLVED] VMware giving me errors about kernel headers

What is the output of the following

uname -a
pacman -Q linux linux-headers

Last edited by loqs (2020-04-09 16:02:27)

Offline

#5 2020-04-09 18:12:09

LinuxInTheBox
Member
Registered: 2020-04-07
Posts: 13

Re: [SOLVED] VMware giving me errors about kernel headers

uname -a : Linux tux-box 5.5.13-arch2-1 #1 SMP PREEMPT Mon, 30 Mar 2020 20:42:41 +0000 x86_64 GNU/Linux
pacman -Q linux linux-headers:

linux 5.5.13.arch2-1
linux-headers 5.6.2.arch1-2

All of the world's fastest 500 supercomputers run Linux-based operating systems.
https://en.wikipedia.org/wiki/Supercomputer
-------
My Specs: https://termbin.com/65u1o

Offline

#6 2020-04-09 18:19:31

loqs
Member
Registered: 2014-03-06
Posts: 18,467

Re: [SOLVED] VMware giving me errors about kernel headers

Partial upgrades are not supported.  Perform a full system upgrade so the kernel and kernel headers match.

Offline

#7 2020-04-09 18:28:21

LinuxInTheBox
Member
Registered: 2020-04-07
Posts: 13

Re: [SOLVED] VMware giving me errors about kernel headers

Will VMware work after I run pacman -Syu, and reboot?

Last edited by LinuxInTheBox (2020-04-09 18:31:20)


All of the world's fastest 500 supercomputers run Linux-based operating systems.
https://en.wikipedia.org/wiki/Supercomputer
-------
My Specs: https://termbin.com/65u1o

Offline

#8 2020-04-09 18:42:04

loqs
Member
Registered: 2014-03-06
Posts: 18,467

Re: [SOLVED] VMware giving me errors about kernel headers

Why not try it and find out?

Offline

#9 2020-04-09 18:54:00

LinuxInTheBox
Member
Registered: 2020-04-07
Posts: 13

Re: [SOLVED] VMware giving me errors about kernel headers

It worked!
edit: I managed to install VMware Workstation but when I try to start my VM it gives me the following error:

Unable to change virtual machine power state: Failed to open device "/dev/vmci": No such file or directory
Please make sure that the kernel module 'vmci' is loaded.
Module 'DevicePowerOn' power on failed.
Failed to start the virtual machine.

Last edited by LinuxInTheBox (2020-04-09 18:57:04)


All of the world's fastest 500 supercomputers run Linux-based operating systems.
https://en.wikipedia.org/wiki/Supercomputer
-------
My Specs: https://termbin.com/65u1o

Offline

#10 2020-04-09 19:02:55

loqs
Member
Registered: 2014-03-06
Posts: 18,467

Re: [SOLVED] VMware giving me errors about kernel headers

modinfo vmci

Offline

#11 2020-04-09 19:03:37

LinuxInTheBox
Member
Registered: 2020-04-07
Posts: 13

Re: [SOLVED] VMware giving me errors about kernel headers

modinfo: ERROR: Module vmci not found.


All of the world's fastest 500 supercomputers run Linux-based operating systems.
https://en.wikipedia.org/wiki/Supercomputer
-------
My Specs: https://termbin.com/65u1o

Offline

#12 2020-04-09 19:06:48

loqs
Member
Registered: 2014-03-06
Posts: 18,467

Re: [SOLVED] VMware giving me errors about kernel headers

Did you perform the modprobe step of https://wiki.archlinux.org/index.php/VM … for_x86_64?

Offline

#13 2020-04-09 19:15:20

LinuxInTheBox
Member
Registered: 2020-04-07
Posts: 13

Re: [SOLVED] VMware giving me errors about kernel headers

I just did the modprobe step you talked about, but when I run modinfo is still says module vmci not found


All of the world's fastest 500 supercomputers run Linux-based operating systems.
https://en.wikipedia.org/wiki/Supercomputer
-------
My Specs: https://termbin.com/65u1o

Offline

#14 2020-04-09 19:18:29

LinuxInTheBox
Member
Registered: 2020-04-07
Posts: 13

Re: [SOLVED] VMware giving me errors about kernel headers

LinuxInTheBox wrote:

I just did the modprobe step you talked about, but when I run modinfo is still says module vmci not found

VMware works as supposed to even though modinfo is still saying module vmci not found. Thank you for your help. smile


All of the world's fastest 500 supercomputers run Linux-based operating systems.
https://en.wikipedia.org/wiki/Supercomputer
-------
My Specs: https://termbin.com/65u1o

Offline

#15 2020-04-09 19:19:35

loqs
Member
Registered: 2014-03-06
Posts: 18,467

Re: [SOLVED] VMware giving me errors about kernel headers

That is fine I assumed the name of the module would be vmci from the error message.
Can you start a vm now that you have done the modprobe?

Offline

#16 2020-04-09 20:32:29

LinuxInTheBox
Member
Registered: 2020-04-07
Posts: 13

Re: [SOLVED] VMware giving me errors about kernel headers

Yes, everything works fine, although there are a few things that I have to start before VMware for everything to work - but I can write a script to take care of that.


All of the world's fastest 500 supercomputers run Linux-based operating systems.
https://en.wikipedia.org/wiki/Supercomputer
-------
My Specs: https://termbin.com/65u1o

Offline

Board footer

Powered by FluxBB