We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi.
I use the SGX drivers on many Intel NUCs, some of them commute with me and thus have to be shut down/restarted.
I noticed that I often lose /dev/isgx upon restart.
/dev/isgx
Right now I solve this using Scone's one-liner (which is basically a wrapper for what's inside this repo's README):
curl -fssl https://raw.githubusercontent.com/SconeDocs/SH/master/install_sgx_driver.sh | bash
But this is clearly not a long-term solution.
So my question is the following: is the SGX driver made to persist across reboots or are these symptoms normal?
My setup:
OS: Ubuntu 20.04.3 LTS x86_64 Host: NUC7i7BNH J31153-311 Kernel: 5.4.0-88-generic CPU: Intel i7-7567U (4) @ 4.000GHz SGX driver version: master branch from this repo.
The text was updated successfully, but these errors were encountered:
Make sure that the isgx driver is in your /etc/modules.
Sorry, something went wrong.
Yes it is.
Are your kernels upgrading between reboots? I.e., are you rebooting from one kernel version into another?
Any output in dmesg related to [i]sgx?
[i]sgx
No branches or pull requests
Hi.
I use the SGX drivers on many Intel NUCs, some of them commute with me and thus have to be shut down/restarted.
I noticed that I often lose
/dev/isgx
upon restart.Right now I solve this using Scone's one-liner (which is basically a wrapper for what's inside this repo's README):
But this is clearly not a long-term solution.
So my question is the following: is the SGX driver made to persist across reboots or are these symptoms normal?
My setup:
The text was updated successfully, but these errors were encountered: