<?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 Re:SGXDataCenterAttestationPrimitives linux driver installation instructions in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGXDataCenterAttestationPrimitives-linux-driver-installation/m-p/1206869#M3944</link>
    <description>&lt;P&gt;Hello bitflipper101,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please make sure that SGX is enabled in your BIOS. Your output shows that both sgx1/2 supported are both false. This means that SGX is not enabled in your BIOS.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You can see what the outputs mean in this webpage: &lt;A href="https://github.com/ayeks/SGX-hardware#test-sgx" target="_blank"&gt;https://github.com/ayeks/SGX-hardware#test-sgx&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 04 Sep 2020 19:02:02 GMT</pubDate>
    <dc:creator>IntelSupport</dc:creator>
    <dc:date>2020-09-04T19:02:02Z</dc:date>
    <item>
      <title>SGXDataCenterAttestationPrimitives linux driver installation instructions</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGXDataCenterAttestationPrimitives-linux-driver-installation/m-p/1206482#M3938</link>
      <description>&lt;P&gt;following driver/linux installation &lt;A href="https://github.com/intel/SGXDataCenterAttestationPrimitives/tree/master/driver/linux#install" target="_self"&gt;instructions&lt;/A&gt;, after running `make` and `make clean`, it says "With root priviledge, copy the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;sources&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to /usr/src/sgx-&amp;lt;version&amp;gt;/"&lt;/P&gt;
&lt;P&gt;What is meant by&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;sources&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in this context?&lt;/P&gt;
&lt;P&gt;These are the files in the dir.&lt;/P&gt;
&lt;P&gt;-rw-r--r-- 1 root root 249 Sep 2 16:55 version.h&lt;BR /&gt;-rw-r--r-- 1 root root 3314 Sep 2 16:55 sgx_wl.h&lt;BR /&gt;-rw-r--r-- 1 root root 1807 Sep 2 16:55 sgx.h&lt;BR /&gt;-rw-r--r-- 1 root root 8851 Sep 2 16:55 README.md&lt;BR /&gt;-rw-r--r-- 1 root root 635 Sep 2 16:55 Makefile&lt;BR /&gt;-rw-r--r-- 1 root root 20064 Sep 2 16:55 main.c&lt;BR /&gt;-rw-r--r-- 1 root root 2391 Sep 2 16:55 License.txt&lt;BR /&gt;-rw-r--r-- 1 root root 21963 Sep 2 16:55 ioctl.c&lt;BR /&gt;drwxr-xr-x 3 root root 4096 Sep 2 16:55 include&lt;BR /&gt;-rw-r--r-- 1 root root 5892 Sep 2 16:55 encls.h&lt;BR /&gt;-rw-r--r-- 1 root root 3912 Sep 2 16:55 encl.h&lt;BR /&gt;-rw-r--r-- 1 root root 21259 Sep 2 16:55 encl.c&lt;BR /&gt;-rw-r--r-- 1 root root 886 Sep 2 16:55 driver.h&lt;BR /&gt;-rw-r--r-- 1 root root 5147 Sep 2 16:55 driver.c&lt;BR /&gt;-rw-r--r-- 1 root root 200 Sep 2 16:55 dkms.conf&lt;BR /&gt;-rw-r--r-- 1 root root 10594 Sep 2 16:55 arch.h&lt;BR /&gt;-rw-r--r-- 1 root root 115 Sep 2 16:55 10-sgx.rules&lt;/P&gt;
&lt;P&gt;recursively coping those files and then running the following commands:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;$ sudo dkms add -m sgx -v &amp;lt;version&amp;gt;
$ sudo dkms build -m sgx -v &amp;lt;version&amp;gt;
$ sudo dkms install -m sgx -v &amp;lt;version&amp;gt;
$ sudo /sbin/modprobe intel_sgx&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;CODE&gt;sudo /sbin/modprobe intel_sgx&amp;nbsp;&lt;/CODE&gt;results in: "modprobe: ERROR: could not insert 'intel_sgx': No such device"&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 17:09:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGXDataCenterAttestationPrimitives-linux-driver-installation/m-p/1206482#M3938</guid>
      <dc:creator>bitflipper101</dc:creator>
      <dc:date>2020-09-03T17:09:51Z</dc:date>
    </item>
    <item>
      <title>Re:SGXDataCenterAttestationPrimitives linux driver installation instructions</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGXDataCenterAttestationPrimitives-linux-driver-installation/m-p/1206756#M3940</link>
      <description>&lt;P&gt;Hello bitflipper,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please provide us which processor you are using and operating system. In order to use DCAP, your processor must support Flexible Launch Control (FLC). Run the following command to find out if your processor supports FLC:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;$ cpuid | grep sgx&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Sep 2020 12:35:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGXDataCenterAttestationPrimitives-linux-driver-installation/m-p/1206756#M3940</guid>
      <dc:creator>JesusG_Intel</dc:creator>
      <dc:date>2020-09-04T12:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Re:SGXDataCenterAttestationPrimitives linux driver installation instructions</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGXDataCenterAttestationPrimitives-linux-driver-installation/m-p/1206807#M3941</link>
      <description>&lt;P&gt;Hey JesusG,&lt;/P&gt;
&lt;P&gt;cpuid | greg SGX gives:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;      SGX: Software Guard Extensions supported = true
      SGX_LC: SGX launch config supported      = true
   SGX capability (0x12/0):
      SGX1 supported                         = false
      SGX2 supported                         = false
      SGX: Software Guard Extensions supported = true
      SGX_LC: SGX launch config supported      = true
   SGX capability (0x12/0):
      SGX1 supported                         = false
      SGX2 supported                         = false
      SGX: Software Guard Extensions supported = true
      SGX_LC: SGX launch config supported      = true
   SGX capability (0x12/0):
      SGX1 supported                         = false
      SGX2 supported                         = false
      SGX: Software Guard Extensions supported = true
      SGX_LC: SGX launch config supported      = true
   SGX capability (0x12/0):
      SGX1 supported                         = false
      SGX2 supported                         = false
      SGX: Software Guard Extensions supported = true
      SGX_LC: SGX launch config supported      = true
   SGX capability (0x12/0):
      SGX1 supported                         = false
      SGX2 supported                         = false
      SGX: Software Guard Extensions supported = true
      SGX_LC: SGX launch config supported      = true
   SGX capability (0x12/0):
      SGX1 supported                         = false
      SGX2 supported                         = false
      SGX: Software Guard Extensions supported = true
      SGX_LC: SGX launch config supported      = true
   SGX capability (0x12/0):
      SGX1 supported                         = false
      SGX2 supported                         = false
      SGX: Software Guard Extensions supported = true
      SGX_LC: SGX launch config supported      = true
   SGX capability (0x12/0):
      SGX1 supported                         = false
      SGX2 supported                         = false
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 15:15:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGXDataCenterAttestationPrimitives-linux-driver-installation/m-p/1206807#M3941</guid>
      <dc:creator>bitflipper101</dc:creator>
      <dc:date>2020-09-04T15:15:51Z</dc:date>
    </item>
    <item>
      <title>Re:SGXDataCenterAttestationPrimitives linux driver installation instructions</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGXDataCenterAttestationPrimitives-linux-driver-installation/m-p/1206869#M3944</link>
      <description>&lt;P&gt;Hello bitflipper101,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please make sure that SGX is enabled in your BIOS. Your output shows that both sgx1/2 supported are both false. This means that SGX is not enabled in your BIOS.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You can see what the outputs mean in this webpage: &lt;A href="https://github.com/ayeks/SGX-hardware#test-sgx" target="_blank"&gt;https://github.com/ayeks/SGX-hardware#test-sgx&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Sep 2020 19:02:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGXDataCenterAttestationPrimitives-linux-driver-installation/m-p/1206869#M3944</guid>
      <dc:creator>IntelSupport</dc:creator>
      <dc:date>2020-09-04T19:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re:SGXDataCenterAttestationPrimitives linux driver installation instructions</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGXDataCenterAttestationPrimitives-linux-driver-installation/m-p/1207427#M3947</link>
      <description>&lt;P&gt;Ok thank you. It is a cloud hosted machine and had assumed they already had enabled in BIOS.&lt;/P&gt;
&lt;P&gt;Cpuid | grep SGX now returns:&lt;/P&gt;
&lt;P&gt;SGX: Software Guard Extensions supported = true&lt;BR /&gt;SGX_LC: SGX launch config supported = true&lt;BR /&gt;SGX capability (0x12/0):&lt;BR /&gt;SGX1 supported = true&lt;BR /&gt;SGX2 supported = false&lt;BR /&gt;SGX attributes (0x12/1):&lt;BR /&gt;SGX: Software Guard Extensions supported = true&lt;BR /&gt;SGX_LC: SGX launch config supported = true&lt;BR /&gt;SGX capability (0x12/0):&lt;BR /&gt;SGX1 supported = true&lt;BR /&gt;SGX2 supported = false&lt;BR /&gt;SGX attributes (0x12/1):&lt;BR /&gt;SGX: Software Guard Extensions supported = true&lt;BR /&gt;SGX_LC: SGX launch config supported = true&lt;BR /&gt;SGX capability (0x12/0):&lt;BR /&gt;SGX1 supported = true&lt;BR /&gt;SGX2 supported = false&lt;BR /&gt;SGX attributes (0x12/1):&lt;BR /&gt;SGX: Software Guard Extensions supported = true&lt;BR /&gt;SGX_LC: SGX launch config supported = true&lt;BR /&gt;SGX capability (0x12/0):&lt;BR /&gt;SGX1 supported = true&lt;BR /&gt;SGX2 supported = false&lt;BR /&gt;SGX attributes (0x12/1):&lt;BR /&gt;SGX: Software Guard Extensions supported = true&lt;BR /&gt;SGX_LC: SGX launch config supported = true&lt;BR /&gt;SGX capability (0x12/0):&lt;BR /&gt;SGX1 supported = true&lt;BR /&gt;SGX2 supported = false&lt;BR /&gt;SGX attributes (0x12/1):&lt;BR /&gt;SGX: Software Guard Extensions supported = true&lt;BR /&gt;SGX_LC: SGX launch config supported = true&lt;BR /&gt;SGX capability (0x12/0):&lt;BR /&gt;SGX1 supported = true&lt;BR /&gt;SGX2 supported = false&lt;BR /&gt;SGX attributes (0x12/1):&lt;BR /&gt;SGX: Software Guard Extensions supported = true&lt;BR /&gt;SGX_LC: SGX launch config supported = true&lt;BR /&gt;SGX capability (0x12/0):&lt;BR /&gt;SGX1 supported = true&lt;BR /&gt;SGX2 supported = false&lt;BR /&gt;SGX attributes (0x12/1):&lt;BR /&gt;SGX: Software Guard Extensions supported = true&lt;BR /&gt;SGX_LC: SGX launch config supported = true&lt;BR /&gt;SGX capability (0x12/0):&lt;BR /&gt;SGX1 supported = true&lt;BR /&gt;SGX2 supported = false&lt;BR /&gt;SGX attributes (0x12/1)&lt;/P&gt;
&lt;P&gt;Running the Sample Code LocalAttestion is still resulting in a "failed to load enclave". Do I need to re-install something with SGX now enabled in BIOS?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 20:34:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGXDataCenterAttestationPrimitives-linux-driver-installation/m-p/1207427#M3947</guid>
      <dc:creator>bitflipper101</dc:creator>
      <dc:date>2020-09-07T20:34:36Z</dc:date>
    </item>
    <item>
      <title>Re:SGXDataCenterAttestationPrimitives linux driver installation instructions</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGXDataCenterAttestationPrimitives-linux-driver-installation/m-p/1207637#M3950</link>
      <description>&lt;P&gt;Hello bitflipper101,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Make sure your aesmd service is running.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;$ ps aux | grep -i aesm&lt;/P&gt;&lt;P&gt;$ sudo systemctl start aesmd&lt;/P&gt;&lt;P&gt;$ cat /var/log/syslog | grep -i aesm&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Sep 2020 16:12:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGXDataCenterAttestationPrimitives-linux-driver-installation/m-p/1207637#M3950</guid>
      <dc:creator>JesusG_Intel</dc:creator>
      <dc:date>2020-09-08T16:12:54Z</dc:date>
    </item>
    <item>
      <title>Re:SGXDataCenterAttestationPrimitives linux driver installation instructions</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGXDataCenterAttestationPrimitives-linux-driver-installation/m-p/1209273#M3964</link>
      <description>&lt;P&gt;Hello bitflipper101,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Do you still need help with this issue?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Sep 2020 19:10:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGXDataCenterAttestationPrimitives-linux-driver-installation/m-p/1209273#M3964</guid>
      <dc:creator>JesusG_Intel</dc:creator>
      <dc:date>2020-09-14T19:10:05Z</dc:date>
    </item>
    <item>
      <title>Re:SGXDataCenterAttestationPrimitives linux driver installation instructions</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGXDataCenterAttestationPrimitives-linux-driver-installation/m-p/1209937#M3978</link>
      <description>&lt;P&gt;Hello bitflipper101,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;I have not heard back from you so I will close this inquiry now. If you need further assistance, please post a new question.&lt;/B&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Sep 2020 19:25:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGXDataCenterAttestationPrimitives-linux-driver-installation/m-p/1209937#M3978</guid>
      <dc:creator>JesusG_Intel</dc:creator>
      <dc:date>2020-09-16T19:25:52Z</dc:date>
    </item>
  </channel>
</rss>

