Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Device naming #1

Open
brianmunk opened this issue Apr 25, 2019 · 3 comments
Open

Device naming #1

brianmunk opened this issue Apr 25, 2019 · 3 comments

Comments

@brianmunk
Copy link

I wanted to test this on a board I had on the shelf to better understand IME: http://www.asrock.com/MB/Intel/J3455M/index.asp. Running Ubuntu 18.04.2

Your excellent copy of the tool said that there where no such device: /dev/mei
Checking the /dev there was a mei0 and I figured that had to be it on my system.
Changed compiled and it seemed perfect.

I looked at a official Intel Release tool to see if my system is vulnerable to SA-00086 as it should be, and in their python code they check for DEF_DEV_NAMES = ["mei0", "mei", "mei1", "mei2", "mei3"]
I know you just made a tool based on the fpt tool, but I just wanted to share this incase the tool could in time be modified to include these or anyone reading know why it's may not work on their system.

@ghost
Copy link

ghost commented Feb 20, 2023

can confirm on a 2022 gaming pc running Pop!_OS 22.04, it is /dev/mei0 and not /dev/mei

@bol-van
Copy link
Owner

bol-van commented Feb 20, 2023

This simple program I made 5 or 6 years ago to not depend on fpt because it's absent for linux
Now I prefer to use me_cleaner. Once patched ME is gone forever.

I did what you requested. Now it searches for multiple device names

@ghost
Copy link

ghost commented Feb 20, 2023

huh. i just did this, what a small world.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants