<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I can't seem to install Vmware. I tried other solutions with no success. Im using Ubuntu 20.04.3 LTS in VMware Workstation Pro Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/I-can-t-seem-to-install-Vmware-I-tried-other-solutions-with-no/m-p/2863932#M171129</link>
    <description>&lt;DIV class="lia-message-subject lia-component-message-view-widget-subject"&gt;&lt;DIV class="MessageSubject"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-message-body-wrapper lia-component-message-view-widget-body"&gt;&lt;DIV class="lia-message-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;DIV class="votecell post-layout--left"&gt;&lt;DIV class="js-voting-container d-flex jc-center fd-column ai-stretch gs4 fc-black-200"&gt;&lt;DIV class="js-vote-count flex--item d-flex fd-column ai-center fc-black-500 fs-title"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="postcell post-layout--right"&gt;&lt;DIV class="s-prose js-post-body"&gt;&lt;P&gt;I am trying to install the Vmware software in my system but the kernels it requires vmmon and vmmnet is not getting installed. I tried multiple things like installing build-essential &amp;amp; linux-headers-generic. I have installed libelf-dev. I tried using sudo vmware-modconfig --console --install-all as well.&lt;/P&gt;&lt;P&gt;i tried install vmware workstation 16. and workstation 15.5 as well both has same problem in my ubuntu.&lt;/P&gt;&lt;P&gt;I dont know if this is a right place to ask this question, if not, please do tell me where should i ask it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the error like this. snippet of log file.I have attached log files as well. Please help.&lt;/P&gt;&lt;PRE&gt;    2021-08-25T14:22:44.805-05:00| host-24205| I005:    39 | #define CR3_PCID_MASK 0xFFFull
2021-08-25T14:22:44.805-05:00| host-24205| I005:       | 
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/driver.c: In function ‘LinuxDriver_Ioctl’:
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/driver.c:1259:5: warning: "VMX86_DEVEL" is not defined, evaluates to 0 [-Wundef]
2021-08-25T14:22:44.805-05:00| host-24205| I005:  1259 | #if VMX86_DEVEL
2021-08-25T14:22:44.805-05:00| host-24205| I005:       |     ^~~~~~~~~~~
2021-08-25T14:22:44.805-05:00| host-24205| I005: At top level:
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/driver.c:680:1: warning: always_inline function might not be inlinable [-Wattributes]
2021-08-25T14:22:44.805-05:00| host-24205| I005:   680 | LinuxDriverSyncReadTSCs(uint64 *delta) // OUT: TSC max - TSC min
2021-08-25T14:22:44.805-05:00| host-24205| I005:       | ^~~~~~~~~~~~~~~~~~~~~~~
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/hostif.c: In function ‘isVAReadable’:
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/hostif.c:2354:13: error: implicit declaration of function ‘get_fs’; did you mean ‘sget_fc’? [-Werror=implicit-function-declaration]
2021-08-25T14:22:44.805-05:00| host-24205| I005:  2354 |    old_fs = get_fs();
2021-08-25T14:22:44.805-05:00| host-24205| I005:       |             ^~~~~~
2021-08-25T14:22:44.805-05:00| host-24205| I005:       |             sget_fc
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/hostif.c:2354:13: error: incompatible types when assigning to type ‘mm_segment_t’ {aka ‘struct &amp;lt;anonymous&amp;gt;’} from type ‘int’
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/hostif.c:2355:4: error: implicit declaration of function ‘set_fs’; did you mean ‘sget_fc’? [-Werror=implicit-function-declaration]
2021-08-25T14:22:44.805-05:00| host-24205| I005:  2355 |    set_fs(KERNEL_DS);
2021-08-25T14:22:44.805-05:00| host-24205| I005:       |    ^~~~~~
2021-08-25T14:22:44.805-05:00| host-24205| I005:       |    sget_fc
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/hostif.c:2355:11: error: ‘KERNEL_DS’ undeclared (first use in this function); did you mean ‘KERNEL_2_1’?
2021-08-25T14:22:44.805-05:00| host-24205| I005:  2355 |    set_fs(KERNEL_DS);
2021-08-25T14:22:44.805-05:00| host-24205| I005:       |           ^~~~~~~~~
2021-08-25T14:22:44.805-05:00| host-24205| I005:       |           KERNEL_2_1
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/hostif.c:2355:11: note: each undeclared identifier is reported only once for each function it appears in
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/hostif.c: In function ‘HostIFFastClockThread’:
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/hostif.c:3248:12: error: incompatible types when assigning to type ‘mm_segment_t’ {aka ‘struct &amp;lt;anonymous&amp;gt;’} from type ‘int’
2021-08-25T14:22:44.805-05:00| host-24205| I005:  3248 |    oldFS = get_fs();
2021-08-25T14:22:44.805-05:00| host-24205| I005:       |            ^~~~~~
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/hostif.c:3249:11: error: ‘KERNEL_DS’ undeclared (first use in this function); did you mean ‘KERNEL_2_1’?
2021-08-25T14:22:44.805-05:00| host-24205| I005:  3249 |    set_fs(KERNEL_DS);
2021-08-25T14:22:44.805-05:00| host-24205| I005:       |           ^~~~~~~~~
2021-08-25T14:22:44.805-05:00| host-24205| I005:       |           KERNEL_2_1
2021-08-25T14:22:44.805-05:00| host-24205| I005: cc1: some warnings being treated &lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 26 Aug 2021 15:21:27 GMT</pubDate>
    <dc:creator>aacees</dc:creator>
    <dc:date>2021-08-26T15:21:27Z</dc:date>
    <item>
      <title>I can't seem to install Vmware. I tried other solutions with no success. Im using Ubuntu 20.04.3 LTS</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/I-can-t-seem-to-install-Vmware-I-tried-other-solutions-with-no/m-p/2863932#M171129</link>
      <description>&lt;DIV class="lia-message-subject lia-component-message-view-widget-subject"&gt;&lt;DIV class="MessageSubject"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-message-body-wrapper lia-component-message-view-widget-body"&gt;&lt;DIV class="lia-message-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;DIV class="votecell post-layout--left"&gt;&lt;DIV class="js-voting-container d-flex jc-center fd-column ai-stretch gs4 fc-black-200"&gt;&lt;DIV class="js-vote-count flex--item d-flex fd-column ai-center fc-black-500 fs-title"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="postcell post-layout--right"&gt;&lt;DIV class="s-prose js-post-body"&gt;&lt;P&gt;I am trying to install the Vmware software in my system but the kernels it requires vmmon and vmmnet is not getting installed. I tried multiple things like installing build-essential &amp;amp; linux-headers-generic. I have installed libelf-dev. I tried using sudo vmware-modconfig --console --install-all as well.&lt;/P&gt;&lt;P&gt;i tried install vmware workstation 16. and workstation 15.5 as well both has same problem in my ubuntu.&lt;/P&gt;&lt;P&gt;I dont know if this is a right place to ask this question, if not, please do tell me where should i ask it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the error like this. snippet of log file.I have attached log files as well. Please help.&lt;/P&gt;&lt;PRE&gt;    2021-08-25T14:22:44.805-05:00| host-24205| I005:    39 | #define CR3_PCID_MASK 0xFFFull
2021-08-25T14:22:44.805-05:00| host-24205| I005:       | 
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/driver.c: In function ‘LinuxDriver_Ioctl’:
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/driver.c:1259:5: warning: "VMX86_DEVEL" is not defined, evaluates to 0 [-Wundef]
2021-08-25T14:22:44.805-05:00| host-24205| I005:  1259 | #if VMX86_DEVEL
2021-08-25T14:22:44.805-05:00| host-24205| I005:       |     ^~~~~~~~~~~
2021-08-25T14:22:44.805-05:00| host-24205| I005: At top level:
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/driver.c:680:1: warning: always_inline function might not be inlinable [-Wattributes]
2021-08-25T14:22:44.805-05:00| host-24205| I005:   680 | LinuxDriverSyncReadTSCs(uint64 *delta) // OUT: TSC max - TSC min
2021-08-25T14:22:44.805-05:00| host-24205| I005:       | ^~~~~~~~~~~~~~~~~~~~~~~
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/hostif.c: In function ‘isVAReadable’:
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/hostif.c:2354:13: error: implicit declaration of function ‘get_fs’; did you mean ‘sget_fc’? [-Werror=implicit-function-declaration]
2021-08-25T14:22:44.805-05:00| host-24205| I005:  2354 |    old_fs = get_fs();
2021-08-25T14:22:44.805-05:00| host-24205| I005:       |             ^~~~~~
2021-08-25T14:22:44.805-05:00| host-24205| I005:       |             sget_fc
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/hostif.c:2354:13: error: incompatible types when assigning to type ‘mm_segment_t’ {aka ‘struct &amp;lt;anonymous&amp;gt;’} from type ‘int’
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/hostif.c:2355:4: error: implicit declaration of function ‘set_fs’; did you mean ‘sget_fc’? [-Werror=implicit-function-declaration]
2021-08-25T14:22:44.805-05:00| host-24205| I005:  2355 |    set_fs(KERNEL_DS);
2021-08-25T14:22:44.805-05:00| host-24205| I005:       |    ^~~~~~
2021-08-25T14:22:44.805-05:00| host-24205| I005:       |    sget_fc
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/hostif.c:2355:11: error: ‘KERNEL_DS’ undeclared (first use in this function); did you mean ‘KERNEL_2_1’?
2021-08-25T14:22:44.805-05:00| host-24205| I005:  2355 |    set_fs(KERNEL_DS);
2021-08-25T14:22:44.805-05:00| host-24205| I005:       |           ^~~~~~~~~
2021-08-25T14:22:44.805-05:00| host-24205| I005:       |           KERNEL_2_1
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/hostif.c:2355:11: note: each undeclared identifier is reported only once for each function it appears in
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/hostif.c: In function ‘HostIFFastClockThread’:
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/hostif.c:3248:12: error: incompatible types when assigning to type ‘mm_segment_t’ {aka ‘struct &amp;lt;anonymous&amp;gt;’} from type ‘int’
2021-08-25T14:22:44.805-05:00| host-24205| I005:  3248 |    oldFS = get_fs();
2021-08-25T14:22:44.805-05:00| host-24205| I005:       |            ^~~~~~
2021-08-25T14:22:44.805-05:00| host-24205| I005: /tmp/modconfig-1y58b9/vmmon-only/linux/hostif.c:3249:11: error: ‘KERNEL_DS’ undeclared (first use in this function); did you mean ‘KERNEL_2_1’?
2021-08-25T14:22:44.805-05:00| host-24205| I005:  3249 |    set_fs(KERNEL_DS);
2021-08-25T14:22:44.805-05:00| host-24205| I005:       |           ^~~~~~~~~
2021-08-25T14:22:44.805-05:00| host-24205| I005:       |           KERNEL_2_1
2021-08-25T14:22:44.805-05:00| host-24205| I005: cc1: some warnings being treated &lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Aug 2021 15:21:27 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/I-can-t-seem-to-install-Vmware-I-tried-other-solutions-with-no/m-p/2863932#M171129</guid>
      <dc:creator>aacees</dc:creator>
      <dc:date>2021-08-26T15:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: I can't seem to install Vmware. I tried other solutions with no success. Im using Ubuntu 20.04.3</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Pro/I-can-t-seem-to-install-Vmware-I-tried-other-solutions-with-no/m-p/2864040#M171132</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Installing VMware Workstation on ubuntu 20.04 should be fairly straightforward, but ...&lt;/P&gt;
&lt;P&gt;you really do need the very last version of VMware Workstation as the kernels get frequent updates and thus the kernel structures change. Which then causes the compile of the required kernel modules to fail.&lt;/P&gt;
&lt;P&gt;Workstation 16.0.0 isn't the latest.. &lt;BR /&gt;Workstation 16.1.2 is ...&lt;/P&gt;
&lt;P&gt;Use this direct link to download the latest version:&lt;BR /&gt;&lt;A href="https://www.vmware.com/go/getworkstation-linux" target="_blank"&gt;https://www.vmware.com/go/getworkstation-linux&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;
&lt;P&gt;--&lt;BR /&gt;Wil&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 09:41:03 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Pro/I-can-t-seem-to-install-Vmware-I-tried-other-solutions-with-no/m-p/2864040#M171132</guid>
      <dc:creator>wila</dc:creator>
      <dc:date>2021-08-27T09:41:03Z</dc:date>
    </item>
  </channel>
</rss>

