You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by Yu Ding <no...@github.com> on 2020/07/05 22:53:39 UTC

[apache/incubator-teaclave] Teaclave SGX Tool on DCAP driver v1.33 (#382)

Teaclave SGX tool seems cannot recognize DCAP driver [v1.33 kernel driver](https://download.01.org/intel-sgx/latest/dcap-latest/linux/distro/ubuntuServer18.04/sgx_linux_x64_driver_1.33.bin)
```
$ modinfo isgx
modinfo: ERROR: Module isgx not found.
$ modinfo sgx
modinfo: ERROR: Module sgx not found.
$ lsmod | grep sgx
intel_sgx              28672  0
$ modinfo intel_sgx
filename:       /lib/modules/4.15.0-108-generic/updates/dkms/intel_sgx.ko
version:        1.33
license:        Dual BSD/GPL
author:         Jarkko Sakkinen <ja...@linux.intel.com>
description:    Intel SGX DCAP Driver
srcversion:     4285BC07F23FBC39ABE0D69
depends:
retpoline:      Y
name:           intel_sgx
vermagic:       4.15.0-108-generic SMP mod_unload
signat:         PKCS#7
signer:
sig_key:
sig_hashalgo:   md4
```

should we probe one more module `intel_sgx` at https://github.com/apache/incubator-teaclave/blob/master/tool/app/src/main.rs#L176

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/382

Re: [apache/incubator-teaclave] Teaclave SGX Tool on DCAP driver v1.33 (#382)

Posted by Mingshen Sun <no...@github.com>.
Closed #382 via #383.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/382#event-3513781476