-
Notifications
You must be signed in to change notification settings - Fork 25
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
Receiving "iopl: Operation not permitted"/"You need to be root" error #20
Comments
No idea, I just tried on a system with |
Maybe paste also |
Nothing notable from dmesg (nothing added after running the intelmetool command; last entries are ALLOWED apparmor entries for chromium and wifi association) for DEVMEM settings:
|
You can try the |
I got this error too, and tracked the issue down.
You can check if you are in lockdown mode as follows:
Modern Linux distributions - such as Debian, in my case - will automatically enter lockdown mode (integrity) when the kernel is booted with EFI Secure Boot enabled. To fix the issue I simply disabled Secure Boot and restarted my machine. |
Issue is fixed with this commit: https://review.coreboot.org/c/coreboot/+/63702 @zamaudio can you close this issue? |
@eloydegen first of all, your change applies to inteltool not intelmetool. Second, this repository is retired. I am no longer maintaining it, it is there to preserve history. See coreboot/util for upstream. Thanks. |
@zamaudio I see, my apologies! |
Attempting to run intelmetool on my Ubuntu 17.10 notebook:
Tried executing it via sudo as well and received the same error. Didn't have any issues compiling (only received a
me.c: In function 'mei_dump': me.c64:18: warning variable 'csr' set but not used [-Wunused-but-set-variable]
/struct mei_csr *csr;
warning).Appreciate all the work you've put into this and would love to help troubleshoot if I can!
The text was updated successfully, but these errors were encountered: