From 11f5228d670edac28fddd52702e55a0c2527bd1a Mon Sep 17 00:00:00 2001 From: lzha101 Date: Wed, 27 Dec 2017 16:27:15 +0800 Subject: [PATCH] Update README for SUSE Signed-off-by: Zhang Lili lili.z.zhang@intel.com --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b104739..92eae21 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,10 @@ On Red Hat Enterprise Linux Server or CentOS, need to run below command on each ``` $ sudo /sbin/modprobe isgx ``` +On SUSE, need to add '--allow-unsupported' flag when executing 'modprobe' command during the SGX driver intallation and on each reboot +``` +$ sudo /sbin/modprobe isgx --allow-unsupported +``` ### Uninstall the Intel(R) SGX Driver Before uninstall the Intel(R) SGX driver, make sure the aesmd service is stopped. See the topic, Start or Stop aesmd Service, on how to stop the aesmd service.