-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/dev/isgx does not get installed #143
Comments
Solved the issue with the following steps:
This removed the in-kernel (or DCAP) driver |
The trick used above (in #143 (comment)) does not work anymore. The in-kernel driver |
Output of [ 105.882805] isgx: loading out-of-tree module taints kernel.
[ 105.882843] isgx: module verification failed: signature and/or required key missing - tainting kernel
[ 105.883175] intel_sgx: Intel SGX Driver v2.11.1
[ 105.883194] intel_sgx INT0E0C:00: EPC bank 0x50200000-0x55f80000
[ 105.902148] intel_sgx: can not reset SGX LE public key hash MSRs
[ 105.902222] intel_sgx: second initialization call skipped related |
The error is a warning, installation should work fine. You dmesg indicates it was installed. Not sure why you don't see /dev/isgx
output of "ls -al /dev/sgx" may help identify why /dev/isgx not showing up. |
Somewhat related, but for a machine where the kernel driver ( |
you should see errors in kernel log when you install isgx.ko and /dev/isgx not showing up. |
With SGX enabled in the BIOS, but without support for FLC (Flexible Launch Control), I am trying to install the driver (for linux-sgx 2.14) on Ubuntu 20.04, with linux kernel 5.15, and the installation hangs after the lines:
If I interrupt the installation then the
/opt/intel/sgxdriver
is removed.Meanwhile the installation is hanging the content of
/opt/intel/sgxdriver
is:Here's the complete output:
Or, alternatively, the installation completes, but the
isgx
device does not appear under/dev/isgx
.The text was updated successfully, but these errors were encountered: