zamaudio / intelmetool

My tool for working with Intel Management Engine - RETIRED REPO (see coreboot for new upstream)
https://review.coreboot.org/plugins/gitiles/coreboot/+/refs/heads/master/util/intelmetool
Other
156 stars 25 forks source link

Add a hint when the ME cannot be contacted #11

Closed vincent-legoll closed 6 years ago

vincent-legoll commented 7 years ago

This may be because the 'mei_me' driver is not present in the kernel:

Before, without 'mei_me' driver:

Bad news, you have a Sunrise Point-H CSME HECI #1 [...] [...] ME seems okay on this board ME: failed to become ready [...] exiting

After loading the driver:

Bad news, you have a Sunrise Point-H CSME HECI #1 [...] [...] ME seems okay on this board [...] ME: Firmware Version 11.6.1212.13 (code) 11.6.1212.13 (recovery) 11.6.1142.1 (fitc) [...] exiting

Signed-off-by: Vincent Legoll vincent.legoll@gmail.com