> gandalfthegrey@gandalfthegrey-VGN-NR310E:~$

The ~ before the $ means that you are in your home directory
(/home/gandalfthegrey). mei-amt-check isn't there, so that's why the
command isn't found.

First install git, if you haven't already.

$ sudo apt install git

Then clone the mei-amt-check repository if you haven't already.

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

This will create a directory called mei-amt-check, which you then need
to change to.

$ cd mei-amt-check/

Then you're ready to follow the instructions in the README. Here's what
it will look like if you don't have ME.

$ make
$ ./mei-amt-check 
Unable to find a Management Engine interface - run sudo modprobe mei_me
and retry.
If you receive the same error, this system does not have AMT
$ sudo modprobe mei_me
$ ./mei-amt-check 
Unable to find a Management Engine interface - run sudo modprobe mei_me
and retry.
If you receive the same error, this system does not have AMT

Attachment: signature.asc
Description: PGP signature

Reply via email to