Skip to content

Instantly share code, notes, and snippets.

@mykebates
Created February 17, 2013 12:54
Show Gist options
  • Save mykebates/4971376 to your computer and use it in GitHub Desktop.
Save mykebates/4971376 to your computer and use it in GitHub Desktop.
If you can run the following command in terminal it will tell you who the manufacturer is:
ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6
Following is an interpretation of the string that is returned telling you who the manufacturer is.
LPXXXX = LG
LSNXXXX = Samsung
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment