|
|
|
|
|
by pflanze
3328 days ago
|
|
Similarly, on an Intel NUC with i5-6260U: # git rev-parse HEAD
9aa755885093fc8ca8c822797a30ed98ffe2e166
# make
gcc mei-amt-check.c -o mei-amt-check
# modprobe mei-me
# ./mei-amt-check -v
Cannot open /dev/mei: No such file or directory
# l /dev/*mei*
/bin/ls: cannot access /dev/*mei*: No such file or directory
# dmesg |grep -i mei
#
A little confusing as the program is supposed to show "Intel AMT: DISABLED" 'If run on a system with no AMT'. |
|