<?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: Re:Unable to install sgx DCAP driver in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Unable-to-install-sgx-DCAP-driver/m-p/1412981#M5459</link>
    <description>&lt;P&gt;&lt;STRONG&gt;wynn@wynn-ThinkCentre-E97:~$ dpkg-query -s linux-headers-$(uname -r)&lt;/STRONG&gt;&lt;BR /&gt;Package: linux-headers-5.15.0-43-generic&lt;BR /&gt;Status: install ok installed&lt;BR /&gt;Priority: optional&lt;BR /&gt;Section: devel&lt;BR /&gt;Installed-Size: 25605&lt;BR /&gt;Maintainer: Ubuntu Kernel Team &amp;lt;kernel-team@lists.ubuntu.com&amp;gt;&lt;BR /&gt;Architecture: amd64&lt;BR /&gt;Source: linux-hwe-5.15&lt;BR /&gt;Version: 5.15.0-43.46~20.04.1&lt;BR /&gt;Provides: linux-headers, linux-headers-3.0&lt;BR /&gt;Depends: linux-hwe-5.15-headers-5.15.0-43, libc6 (&amp;gt;= 2.22), libelf1 (&amp;gt;= 0.142), libssl1.1 (&amp;gt;= 1.1.0), zlib1g (&amp;gt;= 1:1.2.3.3)&lt;BR /&gt;Description: Linux kernel headers for version 5.15.0 on 64 bit x86 SMP&lt;BR /&gt;This package provides kernel header files for version 5.15.0 on&lt;BR /&gt;64 bit x86 SMP.&lt;BR /&gt;.&lt;BR /&gt;This is for sites that want the latest kernel headers. Please read&lt;BR /&gt;/usr/share/doc/linux-headers-5.15.0-43/debian.README.gz for details.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Sep 2022 06:51:54 GMT</pubDate>
    <dc:creator>urnotcoward</dc:creator>
    <dc:date>2022-09-06T06:51:54Z</dc:date>
    <item>
      <title>Unable to install sgx DCAP driver</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Unable-to-install-sgx-DCAP-driver/m-p/1406544#M5422</link>
      <description>&lt;P&gt;Today, follow the official tutorial to configure sgx DCAP：&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/guide/intel-software-guard-extensions-data-center-attestation-primitives-quick-install-guide.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/articles/guide/intel-software-guard-extensions-data-center-attestation-primitives-quick-install-guide.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The goal is to install open enclave to develop trusted programs：&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/openenclave/openenclave/blob/master/docs/GettingStartedDocs/install_oe_sdk-Ubuntu_20.04.md" target="_blank"&gt;https://github.com/openenclave/openenclave/blob/master/docs/GettingStartedDocs/install_oe_sdk-Ubuntu_20.04.md&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But the system got the following error when installing sgx dcap：&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;wynn@wynn-ThinkCentre-E97:~$ sudo ./sgx_linux_x64_driver_1.41.bin &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Unpacking Intel SGX Driver ... done.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Verifying the integrity of the install package ... done.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Installing Intel SGX Driver ...&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;/tmp/sgx-driver-Zetugn /home/wynn&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;install -d /opt/intel/sgxdriver/package&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;install -d /opt/intel/sgxdriver/scripts&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;cp -r package/* /opt/intel/sgxdriver/package&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;install scripts/* /opt/intel/sgxdriver/scripts&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;/home/wynn&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Kernel preparation unnecessary for this kernel. Skipping...&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Building module:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;cleaning build area...&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;'make' KDIR=/lib/modules/5.15.0-43-generic/build...(bad exit status: 2)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR (dkms apport): binary package for sgx: 1.41 not found&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Error! Bad return status for module build on kernel: 5.15.0-43-generic (x86_64)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Consult /var/lib/dkms/sgx/1.41/build/make.log for more information.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Failed to build driver. Please check if the matching kernel headers are installed.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;In addition, I tried the 1.36 version of sgx DACP and failed. &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is it the reason that the kernel version does not conform?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Specifically, do I need to replace the kernel, or is there an adapted version of DCAP?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If the kernel needs to be replaced, what needs to be done specifically? I'm not very clear about the operation in this regard. I tried to replace it before but the system went wrong.Please give some details if possible！！！&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Looking forward to a professional recovery, thanks!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 12:04:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Unable-to-install-sgx-DCAP-driver/m-p/1406544#M5422</guid>
      <dc:creator>urnotcoward</dc:creator>
      <dc:date>2022-08-07T12:04:16Z</dc:date>
    </item>
    <item>
      <title>Re:Unable to install sgx DCAP driver</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Unable-to-install-sgx-DCAP-driver/m-p/1407224#M5425</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please check if matching kernel headers are installed by running:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.6px; font-family: ui-monospace, SFMono-Regular, &amp;quot;SF Mono&amp;quot;, Menlo, Consolas, &amp;quot;Liberation Mono&amp;quot;, monospace;"&gt;dpkg-query -s linux-headers-$(uname -r)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Then to install matching headers, run the following command:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.6px; font-family: ui-monospace, SFMono-Regular, &amp;quot;SF Mono&amp;quot;, Menlo, Consolas, &amp;quot;Liberation Mono&amp;quot;, monospace;"&gt;sudo apt-get install linux-headers-$(uname -r)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Sahira &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Aug 2022 23:19:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Unable-to-install-sgx-DCAP-driver/m-p/1407224#M5425</guid>
      <dc:creator>Sahira_Intel</dc:creator>
      <dc:date>2022-08-09T23:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install sgx DCAP driver</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Unable-to-install-sgx-DCAP-driver/m-p/1408576#M5440</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Linux kernel versions v5.11 and newer have the SGX driver that supports DCAP built in, so you do not have to (and should not try to) manually install the DCAP driver.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Scott&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 15:24:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Unable-to-install-sgx-DCAP-driver/m-p/1408576#M5440</guid>
      <dc:creator>Scott_R_Intel</dc:creator>
      <dc:date>2022-08-16T15:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Unable to install sgx DCAP driver</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Unable-to-install-sgx-DCAP-driver/m-p/1412981#M5459</link>
      <description>&lt;P&gt;&lt;STRONG&gt;wynn@wynn-ThinkCentre-E97:~$ dpkg-query -s linux-headers-$(uname -r)&lt;/STRONG&gt;&lt;BR /&gt;Package: linux-headers-5.15.0-43-generic&lt;BR /&gt;Status: install ok installed&lt;BR /&gt;Priority: optional&lt;BR /&gt;Section: devel&lt;BR /&gt;Installed-Size: 25605&lt;BR /&gt;Maintainer: Ubuntu Kernel Team &amp;lt;kernel-team@lists.ubuntu.com&amp;gt;&lt;BR /&gt;Architecture: amd64&lt;BR /&gt;Source: linux-hwe-5.15&lt;BR /&gt;Version: 5.15.0-43.46~20.04.1&lt;BR /&gt;Provides: linux-headers, linux-headers-3.0&lt;BR /&gt;Depends: linux-hwe-5.15-headers-5.15.0-43, libc6 (&amp;gt;= 2.22), libelf1 (&amp;gt;= 0.142), libssl1.1 (&amp;gt;= 1.1.0), zlib1g (&amp;gt;= 1:1.2.3.3)&lt;BR /&gt;Description: Linux kernel headers for version 5.15.0 on 64 bit x86 SMP&lt;BR /&gt;This package provides kernel header files for version 5.15.0 on&lt;BR /&gt;64 bit x86 SMP.&lt;BR /&gt;.&lt;BR /&gt;This is for sites that want the latest kernel headers. Please read&lt;BR /&gt;/usr/share/doc/linux-headers-5.15.0-43/debian.README.gz for details.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 06:51:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Unable-to-install-sgx-DCAP-driver/m-p/1412981#M5459</guid>
      <dc:creator>urnotcoward</dc:creator>
      <dc:date>2022-09-06T06:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install sgx DCAP driver</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Unable-to-install-sgx-DCAP-driver/m-p/1412982#M5460</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for your reply,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to check the detail with you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my&amp;nbsp;linux-headers:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;wynn@wynn-ThinkCentre-E97:~$ dpkg-query -s linux-headers-$(uname -r)&lt;/STRONG&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;Package: linux-headers-5.15.0-43-generic&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;Status: install ok installed&lt;BR /&gt;Priority: optional&lt;BR /&gt;Section: devel&lt;BR /&gt;Installed-Size: 25605&lt;BR /&gt;Maintainer: Ubuntu Kernel Team &amp;lt;kernel-team@lists.ubuntu.com&amp;gt;&lt;BR /&gt;Architecture: amd64&lt;BR /&gt;Source: linux-hwe-5.15&lt;BR /&gt;Version: 5.15.0-43.46~20.04.1&lt;BR /&gt;Provides: linux-headers, linux-headers-3.0&lt;BR /&gt;Depends: linux-hwe-5.15-headers-5.15.0-43, libc6 (&amp;gt;= 2.22), libelf1 (&amp;gt;= 0.142), libssl1.1 (&amp;gt;= 1.1.0), zlib1g (&amp;gt;= 1:1.2.3.3)&lt;BR /&gt;Description: Linux kernel headers for version 5.15.0 on 64 bit x86 SMP&lt;BR /&gt;This package provides kernel header files for version 5.15.0 on&lt;BR /&gt;64 bit x86 SMP.&lt;BR /&gt;.&lt;BR /&gt;This is for sites that want the latest kernel headers. Please read&lt;BR /&gt;/usr/share/doc/linux-headers-5.15.0-43/debian.README.gz for details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;wynn@wynn-ThinkCentre-E97:~$ dmesg | grep -i sgx&lt;/STRONG&gt;&lt;BR /&gt;[ 0.353577] sgx: EPC section 0x90200000-0x95ffffff&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Is this sgx the sgx DACP driver? What else do I need to activate and configure?&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;/P&gt;
&lt;P&gt;urnotcoward&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 07:00:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Unable-to-install-sgx-DCAP-driver/m-p/1412982#M5460</guid>
      <dc:creator>urnotcoward</dc:creator>
      <dc:date>2022-09-06T07:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install sgx DCAP driver</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Unable-to-install-sgx-DCAP-driver/m-p/1413040#M5461</link>
      <description>&lt;P&gt;Yes, that is the in-kernel SGX driver that does support DCAP.&amp;nbsp; It is &lt;STRONG&gt;not&lt;/STRONG&gt;&amp;nbsp;to be confused with the DCAP driver that we publish on &lt;A href="https://github.com/intel/SGXDataCenterAttestationPrimitives/tree/master/driver" target="_self"&gt;GitHub&lt;/A&gt;, which is a bit different.&amp;nbsp; There is nothing else you need to do or configure from the driver point of view.&amp;nbsp; You should now see the SGX device nodes available, ie:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;ls -la /dev/sgx*&lt;BR /&gt;crw-rw-rw- 1 root root 10, 125 Aug 29 13:38 /dev/sgx_enclave&lt;BR /&gt;crw------- 1 root root 10, 126 Aug 29 13:38 /dev/sgx_provision&lt;BR /&gt;crw------- 1 root root 10, 124 Aug 29 13:38 /dev/sgx_vepc&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You do now need to install the rest of the Intel SGX Platform Software (PSW) to be able to use SGX.&amp;nbsp; Please see our &lt;A href="https://download.01.org/intel-sgx/latest/dcap-latest/linux/docs/Intel_SGX_SW_Installation_Guide_for_Linux.pdf" target="_self"&gt;Linux Install Guide&lt;/A&gt; for more info.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 13:22:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Unable-to-install-sgx-DCAP-driver/m-p/1413040#M5461</guid>
      <dc:creator>Scott_R_Intel</dc:creator>
      <dc:date>2022-09-06T13:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install sgx DCAP driver</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Unable-to-install-sgx-DCAP-driver/m-p/1413240#M5462</link>
      <description>&lt;P&gt;&lt;SPAN&gt;hello Scott，&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;First of all, thanks for the reply！&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;According to you&amp;nbsp;guide，I can see&amp;nbsp;&amp;nbsp;SGX device nodes：&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;wynn@wynn-ThinkCentre-E97:~$ ls -la /dev/sgx*&lt;BR /&gt;crw-rw-rw- 1 root root 10, 125 9月 6 11:32 /dev/sgx_enclave&lt;BR /&gt;crw-rw---- 1 root sgx_prv 10, 126 9月 6 11:32 /dev/sgx_provision&lt;BR /&gt;crw------- 1 root root 10, 124 9月 6 11:32 /dev/sgx_vepc&lt;/P&gt;
&lt;P&gt;/dev/sgx:&lt;BR /&gt;总用量 0&lt;BR /&gt;drwxr-xr-x 2 root root 80 9月 6 11:32 .&lt;BR /&gt;drwxr-xr-x 20 root root 4640 9月 7 17:22 ..&lt;BR /&gt;lrwxrwxrwx 1 root root 14 9月 6 11:32 enclave -&amp;gt; ../sgx_enclave&lt;BR /&gt;lrwxrwxrwx 1 root root 16 9月 6 11:32 provision -&amp;gt; ../sgx_provision&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Next I will try to continue installing sdk and psw.&lt;/P&gt;
&lt;P&gt;In addition, I want to make sure that the sgx driver is the same driver as your official website DACP? After installing the SGX SDK and PWS based on it, can the remote attestation function be provided normally?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;Sincerely,&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;urnotcoward&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 09:53:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Unable-to-install-sgx-DCAP-driver/m-p/1413240#M5462</guid>
      <dc:creator>urnotcoward</dc:creator>
      <dc:date>2022-09-07T09:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install sgx DCAP driver</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Unable-to-install-sgx-DCAP-driver/m-p/1413242#M5463</link>
      <description>&lt;P data-unlink="true"&gt;In addition, I need not to install and configure the&amp;nbsp;PCCS,&amp;nbsp; alright&amp;nbsp;？&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/guide/intel-software-guard-extensions-data-center-attestation-primitives-quick-install-guide.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/developer/articles/guide/intel-software-guard-extensions-data-center-attestation-primitives-quick-install-guide.html&lt;/A&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;I can debug the sgx project by directly installing the SDK and PSW, right?&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 10:03:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Unable-to-install-sgx-DCAP-driver/m-p/1413242#M5463</guid>
      <dc:creator>urnotcoward</dc:creator>
      <dc:date>2022-09-07T10:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to install sgx DCAP driver</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Unable-to-install-sgx-DCAP-driver/m-p/1413269#M5464</link>
      <description>&lt;P&gt;Yes, from an API perspective, the in-kernel driver is the same as our DCAP driver on GitHub, and going forward, the in-kernel driver is/will be the more "officially" supported.&amp;nbsp; At some point in the future once enough distros have moved forward to newer kernels that have the SGX in-kernel driver, we will ultimately drop support for the GitHub DCAP driver.&amp;nbsp; Also, no newer features will be added to the DCAP driver such as Enclave Dynamic Memory Management (EDMM), which is now in the v6 rc kernel source tree and therefore will be released as part of the Linux kernel v6, but will not be added to the GitHub DCAP driver.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, to be able to use DCAP/ECDSA based attestation, you will need to setup a local PCCS.&amp;nbsp; Again, our &lt;A href="https://download.01.org/intel-sgx/latest/dcap-latest/linux/docs/Intel_SGX_SW_Installation_Guide_for_Linux.pdf" target="_self"&gt;Linux Install Guide&lt;/A&gt;&amp;nbsp;walks you through most/all of this, including the setup of the PCCS in an Appendix of that guide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you can debug enclaves with gdb once you have the SGX SDK installed.&amp;nbsp; More info on the "Enclave Debugger" can be found in our &lt;A href="https://download.01.org/intel-sgx/latest/linux-latest/docs/Intel_SGX_Developer_Reference_Linux_2.17_Open_Source.pdf" target="_self"&gt;SGX Developer&amp;nbsp; Reference&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;
&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 13:15:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Unable-to-install-sgx-DCAP-driver/m-p/1413269#M5464</guid>
      <dc:creator>Scott_R_Intel</dc:creator>
      <dc:date>2022-09-07T13:15:19Z</dc:date>
    </item>
  </channel>
</rss>

