mjg59 / mei-amt-check

Check whether AMT is enabled and provisioned under Linux
GNU General Public License v2.0
464 stars 35 forks source link

Cannot open /dev/mei0: No such file or directory #3

Closed devhen closed 7 years ago

devhen commented 7 years ago

I get:

[root@localhost mei-amt-check]# ./mei-amt-check Cannot open /dev/mei0: No such file or directory

To my knowledge this machine doesn't use AMT. I'm assuming this message is functionally equivalent to getting the "Intel AMT: DISABLED" output?

Thanks

mjg59 commented 7 years ago

I believe that means the platform doesn't support AMT at all.

d33tah commented 7 years ago

@mjg59 or perhaps the kernel module is not loaded?

rst commented 7 years ago

On Ubuntu 14.04 LTS, I had to change this from "/dev/mei0" to "/dev/mei" in the source code. The module was loaded (and showed up in "lsmod" output); it just was creating a device with a different name.

rexberg commented 7 years ago

@rst Yes, I can confirm this on a Ubuntu 16.04 LTS host.