How to check whether AMT is enabled and provisioned under Linux

There are two methods. Let us see both of them one-by-one:

Method #1: mei-amt-check tool

Use mei-amt-check tool. It is a simple tool that tells you whether AMT is enabled and provisioned on Linux systems. Requires that the mei_me driver (part of the upstream kernel) be loaded.

Installation

Clone repo using git command:

$ git clone https://github.com/mjg59/mei-amt-check.git

Sample outputs:

Cloning into 'mei-amt-check'...
remote: Counting objects: 15, done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 15 (delta 5), reused 15 (delta 5), pack-reused 0
Unpacking objects: 100% (15/15), done.

To build it, run:

$ cd mei-amt-check

$ make

$ ls

LICENSE  Makefile  mei-amt-check  mei-amt-check.c  README.md

Test it

Just type the following command:

$ sudo ./mei-amt-check

#amt #linux #nixcraft #provisioned

Check whether AMT is enabled and provisioned on Linux - nixCraft
1.40 GEEK