Jump to content
10 posts in this topic

Recommended Posts

this allows you to dump your smbios and decode it to readable form. useful if you are toying with smbios enablers / patchers and wonder why certain programs notice you are on a hackintosh.

 

run in a terminal:

 

./smbios-reader

that will generate dump.bin

./dmidecode -i dump.bin

that will show you all the info

 

source included

smbios_toolzip.zip

  • 1 month later...
  • 11 months later...
  • 1 month later...
  • 1 year later...
  • 4 weeks later...

You must be doing something wrong.

Make sure you have a dump.bin as generated by smbios-reader before running dmidecode.

 

You can try this instead, it is easier to use:

http://www.insanelymac.com/forum/index.php?showtopic=266634

It will not work, and the problem is not with dmidecode. Due to OS architectural differences you can't use that function of flashrom on OS X, it's a leftover from the Linux or BSD versions or whatever.

 

Flashrom is trying to have dmidecode read dmi data from /dev/mem which on Linux provides access to certain memory locations. On OS X there is no such thing, there is nothing there for dmidecode to read. You can't "fix" this.

 

Google "what is /dev/mem/" for more information.

 

Install Linux on your Mac, then it will work.

 

If you want to get at your DMI data then follow the instructions in the first post or follow the link I posted and use the other app.

  • 4 years later...
×
×
  • Create New...